Jump to content

FATAL ERROR: register_globals is disabled in php.ini


lakshkhamesra

Recommended Posts

I enabled it.

Nope. Didn't work. And you should not be enabeling register_globals, even if your web host permits it.

 

I even enabled allow_url_fopen

That has nothing to do with the error.

 

Can anyone help please?

The script you are trying to use is way out of date (8 years) and either should have been updated long ago or removed from distribution. You either need to update it so that it does not rely on register_globals or you need to find a more up to date script.

 

Register_globals were disabled by default nearly 8 years ago becaue of the security hole they allow (hackers can easily set your session variables and a lot of web sites where taken over), finally throw a depreciated error in php5.3, and have been completely removed in php6.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.