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.