My gallery has stopped working after changing the server
Submitted by corto12 on Tue, 2007-04-17 21:13.
Hi i don't know if this is the bug( i believe not), but here's the problem.After changing the server, phpalbum returns error:
Warning: file(data_0169305a/quality.dat) [function.file]: failed to open stream: Permission denied in /home/sites/site980/web/phpAlbum/main.php on line 287
Warning: Invalid argument supplied for foreach() in /home/sites/site980/web/phpAlbum/main.php on line 288
and doesn't display any of the pictures...
(can be seen her: http://www.bol.hr/phpAlbum/main.php?cmd=album)
Please help
Alek Samardzic

Hello, make sure there
Hello, make sure there exists this subdirectory with that file
data_0169305a/quality.dat
If it is there, it must be writable to the php user (user under which is running php/apache).
Mostly after changing server all the security settings are gone so that is why this does not work.
Change the security setting of data and cache directory so that it will be writable and i think it should work.
Patrik
My gallery has stopped working after changing the server
Ty great help and quick...