"MkDir failed (No such file or directory)" error

DaveDuJour

Joined: 2004-09-02
Posts: 2
Posted: Thu, 2004-09-02 02:08

I can't seem to figure out what's going on here. I keep getting this error whenever I try and save the config I get this message:

Warning: MkDir failed (No such file or directory) in /....../html/gallery/classes/gallery/UserDB.php on line 43
Error: Unable to create dir:
Fatal error: Call to a member function on a non-object in /....../html/gallery/classes/gallery/UserDB.php on line 110

Yes, the full correct path is in there.
The funny thing is, it was working after the first time I installed, then I ran configure.sh because I wanted to make some changes. Since then it hasn't saved the new config. I've even tried ripping all of gallery out and starting from scratch.

Gallery: 1.4.4-pl2
Apache: 1.3.26
PHP: 4.1.2

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Thu, 2004-09-02 06:54
Quote:
/....../html/gallery/classes/gallery/UserDB.php

are all those dots you leaving information OUT or have you actually filled a bunch of dots in some where?

 
DaveDuJour

Joined: 2004-09-02
Posts: 2
Posted: Thu, 2004-09-02 13:28

All those dots represent the full path that I have left out. No, there aren't a bunch of dots in the error, but the specific path shouldn't be relevant.

It can be viewed as "/var/www/html/gallery/classes/gallery/UserDB.php" even though that isn't the actual path on my server.