Plugins Don't Work

Hi, I have installed Zenphoto on my website, and I really have a problem in how to use plugins. I have errors in their page. You will find all informations in this file with screenshots and PHP File. http://ed2k.paradise.free.fr/admin.zip
Also I want to know how to disable Safe Mode in Free.fr .Thanks.

Comments

  • This is most likely caused by the "glob" function being disabled on your server. At the beginning of functions.php there is a line that reads:
    `define('SAFE_GLOB', false);`
    change it to read:
    `define('SAFE_GLOB', true);`
  • enams Member
    in wich file can i find this function
  • As the post said, at the beginning of functions.php
  • enams Member
    Sorry I found it, and it works but there is a small problem, i put a topic about it.
Sign In or Register to comment.