Moving site to server ERROR

Permalink
I have a website built on 5.7 later upgraded to version 8 that works with no problems on my local host. After moving the website to the server, I cannot make this work.

The website ishttp://jestrabi.cz
When trying to access the website it returns and error:

Whoops \ Exception \ ErrorException (E_ERROR)
Class 'Doctrine\ORM\EntityManager' not found

The information about environment shows up while visiting the website.

Server is running on PHP 5.6. I could not make Database migration package to work under version 8 so ended up fixing case sensitivity for the database manually. Checked few times so this should be mint.
Could not find any solution online that would help and am in a place where I do not really know what to do.

Any responses appreciated

dedekjr
 
dedekjr replied on at Permalink Reply 1 Attachment
dedekjr
Put redirect for now, so adding screenshot and environment info

Environment & details:
Concrete5
Version   8.0.0
Installed Version   8.0.0
Concrete Configuration
concrete.version   8.0.0
concrete.version_installed   8.0.0
concrete.version_db   20161109000000
concrete.installed   true
concrete.locale   cs_CZ
concrete.charset   UTF-8
concrete.maintenance_mode   false
concrete.debug.display_errors   true
concrete.debug.detail   debug
concrete.proxy.host   null
dedekjr replied on at Permalink Reply
dedekjr
Ï really need help with this. Everything works good on local host but now after I move it to website :(
Kurtopsy replied on at Permalink Reply
Kurtopsy
I'm running PHP version 5.5 with version 8, and it works perfectly.
dedekjr replied on at Permalink Reply
dedekjr
Thank you for the answer.
Switching to version 5.5 did not resolve the issue and I also pretty much tried to make this work under all php versions my hosting provides :/
Also tried uploading the database all again just to be sure. I dig around the web a bit but this is complete unknown to me.

I did get rid of the redirect for now so you can see what kind of error it returns.

Any further thoughts appreciated.
Gondwana replied on at Permalink Reply
Gondwana
Some general thoughts...

Did you have smart URLs (etc) turned off?

Did you clear the cache or otherwise avoid transferring cached files?

Are all necessary php modules installed and enabled on the new host?
dedekjr replied on at Permalink Reply
dedekjr
I did clear cache prior to moving the site. I did not have pretty urls turned on during any stage of developement and therefore this option was off at the time of moving the website.

What kind of modules are we talking about, that might be different to those required for legacy instal ? I do have another website on the same hosting and account running Concrete 5.6 with no problems.

I will try to get the whole installation uploaded again but have little faith this will help the issue :/
Gondwana replied on at Permalink Reply
Gondwana
I don't know what php modules are required for c5 8, but this has been an issue for some other upgraders.
Gondwana replied on at Permalink Reply
Gondwana