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:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://www.malachfamily.com/gallery
Gallery version: 1.5.4
Apache version:
PHP version (don't just say PHP 4, please): 4.3.11
Graphics Toolkit: ImageMagick
Operating system: Linux server (deluxe account hosted by Godaddy)
Web browser/version (if applicable):

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!!

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Sat, 2006-10-14 20:53

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.

 
optic_guy

Joined: 2004-12-31
Posts: 4
Posted: Sun, 2006-10-15 01:57

That worked. Thanks.

 
kamlapati

Joined: 2007-05-14
Posts: 3
Posted: Wed, 2007-05-16 19:27

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!