![]() |
|
Problem with accesing admin page - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problem with accesing admin page (/thread-9095.html) |
Problem with accesing admin page - teigas - 2011-09-23 I suddenly got a problem with zenphoto admin page. Its a couple of weeks since i last used it, everything worked fine then. Warning: fopen(/home/httpd/byggekompaniet.galleri/zenphoto/zp-data/security_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php on line 77 Warning: fwrite(): supplied argument is not a valid stream resource in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php on line 95 Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php on line 96 Warning: chmod() [function.chmod]: Operation not permitted in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php on line 97 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php:77) in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/functions.php on line 1632 Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/zp-extensions/security-logger.php:77) in /home/httpd/byggekompaniet.galleri/zenphoto/zp-core/auth_zp.php on line 89 Problem with accesing admin page - sbillard - 2011-09-23 My guess would be that your ISP has "strengthened" the security of the site. I deduce this because of the warning about chmod. But anyway, the problem is that PHP is not being allowed to open the security log [see the permissions denied error message.] We can only guess the cause. But the first things you should do is look at the filesecurity on the log. Normally it would be If Zenphoto is no longer considered the creator, then it will not be able to access the file. Try using FTP to delete the file and see if things then work. If so, then there was some change in the Problem with accesing admin page - teigas - 2011-09-23 Deleted the log file, and I was abel to open the admin page, thank you! |