Skip to main content

Internal error 500 after upgrading to 5.4.20 from 5.3.13

Comments

3 comments

  • sefelectronics
    I managed to solve. It was a mistake in php.ini. I just renamed it and recreated and everything worked
    0
  • cPanelMichael
    Hello :) Thank you for taking the time to let us know that you resolved the issue. Could you let us know the specific entry in your php.ini file that you had to change? Thank you.
    0
  • sefelectronics
    Sure thing, register_global = On
    For some reason this line was on php.ini after upgrading to 5.4.20. Actually register_global was removed starting from 5.4.x, so I just removed that line and php worked again. Documentation: [url=http://php.net/manual/en/security.globals.php]PHP: Using Register Globals - Manual
    0

Please sign in to leave a comment.