Well, just another uploading photos issue...

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

Comments

  • What's the url to your gallery? So we can look and see what's going on.
  • Sorry i forgot it. Here it is http://alena.wiso.cz/fotogalerie/

    tgrk
  • trisweb Administrator
    If you're in linux, try `chmod 777 albums/ cache/ -R`

    That might help...
  • 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 :(
  • in your .htaccess file, did you remember to change your Rewrite Base?

    It should be
    `RewriteBase /fotogalerie`

    rather than
    `RewriteBase /zenphoto`
  • trisweb Administrator
    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.
Sign In or Register to comment.