On step 4 of the configuration wizard I have everything working and setup except for two things. I get these errors:
Error: Directory /albums does not exist. Please create it.
and
Error: Directory /temp does not exist. Please create it.
Both of those directories exist and the paths are correct. Whats up here. Thanks in advance!
-Gary
----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):
Posts: 13451
CapitalJeeps, you need to specidy full system paths for this, not relative ones. Also, make sure permissions are ok.
Posts: 15
hhmm, tried that, now i get this:
Error: Directory http://www.capitaljeeps.com/albums does not exist. Please create it.
and
Error: Directory http://www.capitaljeeps.com/temp does not exist. Please create it.
I have both of these CHMOD set to 777. ???
Posts: 13451
CapitalJeeps, but you are specifying URLS, not local system paths.
Posts: 15
hhmm, I guess I'm confused then, can I get an example of a local system path? Thanks.
Posts: 15
nevermind, just got it working, thanks for your help!
Posts: 13451
No problem.