Error on Admin Page

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

Comments

  • 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).
  • 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.
  • acrylian Administrator, Developer
    Zenphoto actually does not support .avi files btw.
  • acrylian Administrator, Developer
    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.
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.