coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: rustyknife on April 03, 2004, 07:41:15 AM

Title: [Solved]: Warning...disabled for security reasons
Post by: rustyknife on April 03, 2004, 07:41:15 AM
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!
Title: [Solved]: Warning...disabled for security reasons
Post by: hyperion on April 03, 2004, 07:55:14 AM
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);
Title: Thanks
Post by: rustyknife on April 03, 2004, 02:51:20 PM
Thanks Hyperion...all set...!

Jason