ZenphotoCMS Forum
Error on 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: Error on Admin Page (/thread-9688.html)



Error on Admin Page - fdnyfish - 2012-02-26

i started getting the following 3 lines of errors apearing on the top of my admin page. any idea whats going on?

Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid/gid is 769/765 is not allowed to access /tmp owned by uid/gid 0/0 in /home/frankda1/public_html/zenphoto/zp-core/zp-extensions/class-video/getid3/getid3.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at /home/frankda1/public_html/zenphoto/zp-core/zp-extensions/class-video/getid3/getid3.php:22) in /home/frankda1/public_html/zenphoto/zp-core/admin-functions.php on line 110

Warning: Cannot modify header information - headers already sent by (output started at /home/frankda1/public_html/zenphoto/zp-core/zp-extensions/class-video/getid3/getid3.php:22) in /home/frankda1/public_html/zenphoto/zp-core/admin-functions.php on line 111




Error on Admin Page - sbillard - 2012-02-26

Quote:SAFE MODE Restriction in effect
Safe Mode is described here: http://php.net/manual/en/features.safe-mode.php

Note that the feature is discouraged, so maybe you should try to talk your provider into not setting it. Also you can ask to be running PHP 5.3.0 as maybe on this version Safe Mode is not set.

Unfortunately, the place you are getting the error is third party software so we really are not in a position to work around the problem (if that is even possible).




Error on Admin Page - sbillard - 2012-02-26

This error happens when attempting to process metadata in AVI files. What we can do is disable that functionality if SAFE_MODE is set. That change will be in tonight's nighty build. That should allow you to run.




Error on Admin Page - acrylian - 2012-02-26

Zenphoto actually does not support .avi files btw.




Error on Admin Page - sbillard - 2012-02-26

http://www.pcmag.com/encyclopedia_term/0,2542,t=AVI&i=38295,00.asp




Error on Admin Page - acrylian - 2012-02-27

Yes, it is a container and not a format technically (as is .mov). But fact is we have no plugin supporting the .avi extension officially.




Error on Admin Page - acrylian - 2012-02-27

Yes, it is a container and not a format technically (as is .mov or .flv). But fact is we have no plugin supporting the .avi extension officially.