FATAL ERROR: register_globals is disabled in php.ini, please enable it! I keep gettng the above error. On 1 of my sites and 1 or 2 others. Ive asked other people to look at it and its fine for them it seems to be just my problem, ive done the remove cache and what not but does anyone have any other suggestions?
You can check on phpinfo() its value. If it's OFF, you might need to ON it, if your script requires. You can enable it in .htaccess by using this code
Yeah, you need to turn it on, it is more secure so some scripts require it. You can turn it on using .htaccess or php.ini if your host allows them, if not then send your host an email or contact their support and ask them.
You have to edit your htacess file.99% hosts does not enable it server wide because it's a security risk.
And if your server is running either SuPHP or PHPSuExec, use a php.ini file with the following contents:
Hi Go to That Account Cpanel --> File Manager ---> Public_html ----> (Find .htaccess) --> Edit .htaccess file and add --> Save the File and Enjoy ! You don't Need to RUN Register Globals For Your Server (All Account). When an account Need it you must edit .htaccess file . Thanks