albums directory not found
optic_guy
Joined: 2004-12-31
Posts: 4 |
Posted: Sat, 2006-10-14 19:29 |
The following information is required to get an answer: I'm creating a gallery site on my Godaddy Linux-operated server. I created an albums directory in my root directory and chmod'd it to 777, but the configuration wizard still can't locate it. No problems finding the /tmp directory - just /albums. What do I need to check? Thanks!! |
|
Posts: 6818
How did you greate you albums folder ?
via FTP ?
Is it at the same level as Gallery is ?
try entering this as the path to your albums folder:
/home/content/m/a/l/malachfam/html/albums
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 4
That worked. Thanks.
Posts: 3
This post was a lifesaver for me. I was getting the same problem.
I also found this script in an FAQ that helped me solve the problem
<?php
print getcwd();
?>
In my case, this confirmed that Mr Tim was dead on right, but it will also solve the problem on ANY server / hosting company.
Thanks for the great product and support, all!