When I am opening Gallery 3 installation through folder path:
http://ogme.home.pl/toitamto
First, I have to end the path with index.php:
http://ogme.home.pl/toitamto/index.php
Second, album thumbnails are not loading.
When I open the same installation thorough domain name (which is pointing to this catalog):
http://toitamto.com
First, there are no site pictures at all. Second, I cannot load images through Simple Upload (error 400). Third: album thumbnails are not loading. What am I to do?
Gallery 3 is installed on internet service provider server.
Posts: 4
You have to add index.php to the web server configuration as an starting page.
Posts: 10
If you don't have access to your server config files, you might be able to create an index.html file with an auto redirect to index.php.
As to your problem with the images showing up, this is the path I get when I try to view an image directly:
http://ogme.home.pl/toitamto/var/thumbs/amsterdam/.album.jpg?m=1248201372
and it gives me this error:
It is interesting that the following pictures do work:
http://toitamto.com/var/thumbs/amsterdam/20090502-182857.jpg?m=1248258860
http://toitamto.com/var/resizes/amsterdam/20090502-182857.jpg
Perhaps double check your file permissions?
Posts: 6
I can do that.
I have started from checking file permission, I have set them to 777.
Posts: 27
777 is too insecure, so if it works then I suggest you try scaling back the permissions until it doesn't work, then go back one stage.
Posts: 6
It doesn't work even with 777.
Posts: 7985
You're getting 403 Forbidden messages on your thumbnails, eg: http://ogme.home.pl/toitamto/var/thumbs/przepisy/.album.jpg?m=1248860900
What's in your Apache error logs for those requests?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
My internet service provider who hosts my Gallery 3 installation said that files begining with . (dot) are treated as system files and cannot be accessed with http. He suggested changing from .album to album. How to do that?
Posts: 7985
@RobertCh: This is an issue with your provider. Files that begin with . (dot) are not considered special by your webserver. Your ISP has configured it this way.. they can change that configuration for you if they choose. If you file a feature request for this, we may change it in the future but it's not a high priority right now.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
That is a pity because it is not possible as far as it is shared hosting. That means that I cannot use Gallery 3 for now and for unpredicted future?
Posts: 7985
Have you asked your provider to remove this restriction? Who is your provider?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
Yes, I have. They said it is not possible because of shared hosting. My provider is »home.pl«, the biggest hosting provider in Poland...
Posts: 7985
It's totally possible, they're just choosing not to do it for you. We may eventually support this, but I wouldn't be surprised if we don't. Put pressure on home.pl and get them to change their stance, or provide us with a reasonable justification for it.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!