lakshkhamesra Posted March 26, 2010 Share Posted March 26, 2010 I enabled it. I even enabled allow_url_fopen Still it shows this error. Here is the link - http://lakshwebdesign.com/clients/johnnyboyky44/bakdoorcatalog/index.php Can anyone help plz? Quote Link to comment https://forums.phpfreaks.com/topic/196666-fatal-error-register_globals-is-disabled-in-phpini/ Share on other sites More sharing options...
PFMaBiSmAd Posted March 26, 2010 Share Posted March 26, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/196666-fatal-error-register_globals-is-disabled-in-phpini/#findComment-1032538 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.