XF 2.0 error on moving to local test server

arnold

Member
Hello,

I get this strange error on moving to a local test server
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

The live site is running on a HTTPS server.
the local server is on a mac running xampp vm.

i have succesfull imported the database
altered the .htaccess file to
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data|js|styles|install) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

but when going to https://localhost:8443/forum/
i get the above error with a bunch of extra information.
o by the way, turned on debugging in the config file.

what can i do to get the test site up and running, like to do a test upgrade to xenforo 2.1
 
Top Bottom