Skip to main content

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

Comments

5 comments

  • verdon
    register_globals has been discouraged for a very long time. It's really a legacy of old versions of php and is a security concern. Few hosts would allow it these days. I suspect your site had some very old php scripting in it. You're either going to need to update your website or find a host that doesn't mind running such a risk.
    0
  • daniel1983
    Is it easy to fix?
    0
  • Eric
    What app is asking for this?
    0
  • daniel1983
    What app is asking for this?

    Basically the php has been updated on my hosting and i need someone to do it for me to update the php - Removed Link No Need here -
    0
  • cPanelMichael
    Basically the php has been updated on my hosting and i need someone to do it for me to update the php

    Hello, This suggests your hosting provider updated the version of PHP on your system to a version that no longer supports register globals: PHP: Using Register Globals - Manual Per the above document: This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
    Check to see if a newer version of the PHP script you are using is available. Thank you.
    0

Please sign in to leave a comment.