forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: KOREntertainment on November 27, 2010, 01:53:00 am

Title: How do I disable "register_globals" on my server?
Post by: KOREntertainment on November 27, 2010, 01:53:00 am
On my gallery home page it says "The PHP setting register_globals is enabled on your server, which is a bad idea in terms of security. It's strongly recommended to turn it off."  How do I turn it off?

http://korentertainment.net/gallery2/index.html (http://korentertainment.net/gallery2/index.html)
Title: Re: How do I disable "register_globals" on my server?
Post by: StrongEagle on November 27, 2010, 03:45:06 am
Do you have root access to your server?  What control panel are you running?  What you need to do is find your PHP configuration panel/editor.  Register_globals should be one of the first options you can set.
Title: Re: How do I disable "register_globals" on my server?
Post by: KOREntertainment on November 27, 2010, 04:18:10 am
I edit my files in dreamweaver
Title: Re: How do I disable "register_globals" on my server?
Post by: KOREntertainment on November 27, 2010, 04:49:35 am
I had to create a php.ini file I put "register_globlas = off" uploaded it to my main directory and POOF* it worked, thanks for your attempt though.