Hi all!
Just installed Coppermine on new website...worked GREAT on old site!
Now when I call up an album I get...
Warning: set_magic_quotes_runtime, set_time_limit, version_compare, zend_version, getmyinode, getmypid, getmyuid, getmygid, getopt, getrusage, assert_options, assert, extension_loaded, dl, mysql_pconnect() has been disabled for security reasons in /home/content/h/o/n/hondo2160/html/photogallery/include/init.inc.php on line 32
At the top of each page...searched the forum to no avail...
Thing is, this warning seems to not affect the performance of Coppermine at all!
Any way to disable this warning?
URL is www.rustyplastic.com/photogallery
Thanks!
Your net admin is strange indeed. I think this is the first time I've heard of someone disabling set_magic_quotes_runtime.
In any case, if there is no problem with Coppermine's performance (no mysterious slashes or errors, just open /include/init.inc.php and comment out the set_magic_quotes_runtime(0); on line 32 like so:
// set_magic_quotes_runtime(0);
Thanks Hyperion...all set...!
Jason