JError::raise -> Static method JError::handle does not exist.

Updated on 2 August 2023 2 min Read

JError::raise -> Static method JError::handle does not exist. Contact a developer to debug
Error was
Application Instantiation Error

You will receive this error on the website. This is because of register_globals is set to On. You will need to set it to Off for your account OR on the server. To set it to Off, please add the code below in .htaccess file under your account.

php_flag register_globals off

This will disable it for your account & not server wide. This is applicable on a non suphp server. If you are hosted on a server with suphp, you will have to ask your webhost to copy the server’s php.ini under your account and then set register_globals to Off in this php.ini file.

The Author

Neha Kahnna is a professional content writer associated with MilesWeb. She curates articles on web hosting, latest SEO trends and technology topics. Her insightful content captivates the reader’s attention and deliver a higher learning ROI.