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

Without a class instance, it is unclear how to access a non-static variable or method from a static environment but we have just the right solution for you to fix this. Here's how.

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

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

There will be an error message like this displayed on the page. The reason for this is that register globals is turned on. It must be turned off either on your individual account OR on the server. Just paste the following into your account's.htaccess file to turn it off. Without a class instance, it is unclear how to access a non-static variable or method from a static environment.

php_flag register_globals off

This will only affect your individual account and not the entire server.

This works with servers that do not have the suphp extension installed.

In order to disable register globals, your web host will need to copy the server-level php.ini file into your account directory and then edit your copy.

What's Your Reaction?

like
0
dislike
0
love
0
funny
0
angry
0
sad
0
wow
0