I have got the following error on my gallery
Warning: mkdir(/home/virtual/site12/fst/var/www/html/albums/.users): No such file or directory in /home/virtual/site6/fst/var/www/html/gallery/classes/gallery/UserDB.php on line 39
Error: Unable to create dir: /home/virtual/site12/fst/var/www/html/albums/.users
Fatal error: Call to a member function on a non-object in /home/virtual/site6/fst/var/www/html/gallery/classes/gallery/UserDB.php on line 104
It refers to this bit of code
if (!fs_file_exists($userDir)) {
//Line 39 if (!mkdir($userDir, 0777)) {
gallery_error(_("Unable to create dir") .": $userDir");
I have not got a clue how to resolve this I thought it might be something to do with permissions but I have tried changing them with no success.
The weird thing is that this error seemed to occur by itself, everything was working fine and then one day it stopped.
Please Help
Please Help!
Moderator: General Moderators