ZenphotoCMS Forum
Plugins Don't Work - 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: Plugins Don't Work (/thread-3120.html)



Plugins Don't Work - enams - 2008-06-18

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.




Plugins Don't Work - sbillard - 2008-06-18

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);




Plugins Don't Work - enams - 2008-06-18

in wich file can i find this function




Plugins Don't Work - sbillard - 2008-06-18

As the post said, at the beginning of functions.php




Plugins Don't Work - enams - 2008-06-18

Sorry I found it, and it works but there is a small problem, i put a topic about it.