ZenphotoCMS Forum
New install, all seems right. Broken images! - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: New install, all seems right. Broken images! (/thread-5099.html)



New install, all seems right. Broken images! - olibuijr - 2009-04-26

Hey all!

I just installed a fresh install of Zenphoto.

Whenever i upload an image it seems broken on the edit album: images page and doesnt display. If i click on the image to make a crop square for the thumbnail i can see the image just fine there, but nowhere else on the page.

And when im on the index page and click an album the browser takes me to a not found page with this as a path "http://web/zenphoto/albumname"

What's going on here :S




New install, all seems right. Broken images! - acrylian - 2009-04-26

Did setup complain about anything? Did you upload the .htaccess file? Also please review our troubleshooting guide.




New install, all seems right. Broken images! - olibuijr - 2009-04-26

Thanks!

found out from your Troubleshooting guide that mod_rewrite was not enabled on my apache

Go team!




New install, all seems right. Broken images! - HoRRo - 2009-05-18

wrong thread.




New install, all seems right. Broken images! - judiwa - 2009-07-15

I had the same problem as olibuijr on a fresh installed Ubuntu 8.10 server. After I enabled the module rewrite with "a2enmod rewrite" and re-started the apache2, the problem still there. You can check the website at "http://www.judiwa.com/zenphoto/index.php". Any ideas how to fix this problem?




New install, all seems right. Broken images! - acrylian - 2009-07-15

You did not upload the or not the correct .htaccess file. Setup tells you this quite obviously.




New install, all seems right. Broken images! - judiwa - 2009-07-18

I re-installed zenphoto again. However, still no luck. Here were the steps I used:

  1. I unloaded the tar ball to my server's web root.
  2. untarted it with command: sudo tar -xvvzf zenphoto_1.2.5.tar.gz
  3. Copied zp-config.php.source to zp-config.php and added database name, user name and password.
  4. Ran the setup file. It complained that \cache and \album directories were not accessable.
  5. sudo chmod 777 cache and sudo chmod 777 album
  6. I could upload pictures after that. All was fine. However, when I clicked the gallary, it broke again. I did not modify the .htaccess file. Its file version is 1.2.2.0 as bundled with the tar ball. I did not modify the setup.php either. Setup.php defines ('HTACCESS_VERSION', '1.2.2.0') which is the correct .htaccess verion I had. It should work. However, it did not.

Did I make any mistake in the way? How can I get my zenphoto to work?




New install, all seems right. Broken images! - sbillard - 2009-07-18

Mod_rewrite is not functioning on your server. Reset the mod_rewrite option in the admin options. Sorry, but I am not prepared or capable of helping you debug your mod_rewrite server configuration.




New install, all seems right. Broken images! - judiwa - 2009-07-18

I unchecked the mod_rewrite option under Admin Options -> Option -> URL Options. Now I can view my photos in the album. I will work on the mod_rewrite later to shorten the URL.

Thanks for all the helps.