Class 'Concrete\\Core\\Application\\Application' Not Found

Permalink
Hello Guys!
I have a problem with moving c5 to new server. I copied all files but I have an error:
PHP Fatal error:  Uncaught Error: Class 'Concrete\\Core\\Application\\Application' not found in /application/bootstrap/start.php:10

When i try to install new instance of Concrete5 I have an error:
PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

Can you give me some adivce?

 
JohntheFish replied on at Permalink Reply
JohntheFish
Is your new server using a different version of php?
Did you switch of caching and clear the cache before copying the site?
tzmudzinski replied on at Permalink Reply
Yes I'm using PHP 5.6 and on new one there is 7.3. cache was cleared
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Assuming you are on a v8-ish c5 core, try reconfiguring to use php7.2.
afaik, only the dev branch is compatible with php7.3.
JohntheFish replied on at Permalink Reply
JohntheFish
The upcoming c5 v8.5.0 will be compatible with php7.3
tzmudzinski replied on at Permalink Reply
Yesterday, I resolve the problem. Server admin changed the execution time (up to 300s) and downgrade the PHP version to 7.2

I've installed the C5 (because copy files failed) replaced DB and upload files (themes, blocks, files).

Thank your for a help!