lol768 / XenForo-MCASSOC

Minecraft association addon for XenForo
Other
20 stars 9 forks source link

Unable to uninstall addon #4

Closed ghost closed 10 years ago

ghost commented 10 years ago

This is the error in the error log when I try to uninstall the addon, I recently moved the website to a new webhost but I'm not sure if this is the cause of the issue.

ErrorException: Fatal Error: Access to undeclared static property: AssociationMc_Installer::$table - library/AssociationMc/Installer.php:38

Stack Trace

0 [internal function]: XenForo_Application::handleFatalError()

1 {main}

I also get this error in the console:

Parse error: syntax error, unexpected '[' in /home/public_html/library/AssociationMc/Installer.php on line 12

lol768 commented 10 years ago

You're using an outdated version of PHP that doesn't support short-style array notation.

This is a duplicate of #2. Please use a more modern version of PHP and try again.