[Solved]: Warning...disabled for security reasons [Solved]: Warning...disabled for security reasons
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Warning...disabled for security reasons

Started by rustyknife, April 03, 2004, 07:41:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rustyknife

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!

hyperion

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);
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

rustyknife

Thanks Hyperion...all set...!

Jason