ZenphotoCMS Forum
Well, just another uploading photos issue... - 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: Well, just another uploading photos issue... (/thread-1077.html)



Well, just another uploading photos issue... - tgrk - 2007-01-21

Hello all, I have to say first that I have been searching this forum quite a lot and I am still unable to upload any images to my server using web interface of ZenPhoto. I had no errors only only blank albums. When I looked at my server I saw there a proper named album directory that was created but it is all empty. I changed permissions to cache/ and albums/ directories and I also tried to disable/enable .htaccess support. Nothing works for me I am running linux with php 5+. Can anyone help me before I step into code debugging?

Kind regards,
Martin Wiso




Well, just another uploading photos issue... - DarrellD - 2007-01-21

What's the url to your gallery? So we can look and see what's going on.




Well, just another uploading photos issue... - tgrk - 2007-01-21

Sorry i forgot it. Here it is http://alena.wiso.cz/fotogalerie/

tgrk




Well, just another uploading photos issue... - trisweb - 2007-01-21

If you're in linux, try chmod 777 albums/ cache/ -R

That might help...




Well, just another uploading photos issue... - tgrk - 2007-01-21

Thank you for your help, but that is not my problem. I checked my hosting provider support site and found that there are some restrictions and uploading is allowed only using FTP extension of PHP... I did some testing with replacing upload part of admin.php, but still I am facing some problems... I will give it a try later




Well, just another uploading photos issue... - DarrellD - 2007-01-21

in your .htaccess file, did you remember to change your Rewrite Base?

It should be
RewriteBase /fotogalerie

rather than
RewriteBase /zenphoto




Well, just another uploading photos issue... - trisweb - 2007-01-22

I don't think RewriteBase is the problem (the image redirect happens, the problem is that the image never gets written), though that is a good thing to check...

Have you tried uploading your images via FTP directly into folders in the /albums directory? That's always a good fallback.