XF 2.0 Installation Error

Vallorz

Member
Hey, I just downloaded a fresh install of 2.0.11, uploaded it to my site and everything then when I got to the install area, I get this error below.

Please note, I already ran the requirements script for XF 2.0 and I meet all server requirements and MySQL requirements too.

Error message:

Code:
An exception occurred: [ErrorException] [E_WARNING] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in src/XF/Language.php on line 458

XF::handlePhpError() in src/vendor/composer/ClassLoader.php at line 444
include() in src/vendor/composer/ClassLoader.php at line 444
Composer\Autoload\includeFile() in src/vendor/composer/ClassLoader.php at line 322
Composer\Autoload\ClassLoader->loadClass()
spl_autoload_call() in src/XF/Install/Language.php at line 5
include() in src/vendor/composer/ClassLoader.php at line 444
Composer\Autoload\includeFile() in src/vendor/composer/ClassLoader.php at line 322
Composer\Autoload\ClassLoader->loadClass()
spl_autoload_call() in src/XF/Install/App.php at line 153
XF\Install\App->getInstallerLanguage() in src/XF/Install/App.php at line 158
XF\Install\App->setup() in src/XF.php at line 313
XF::setupApp() in src/XF.php at line 325
XF::runApp() in install/index.php at line 14


Any help would be appreciated, thanks :)
 
Top Bottom