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
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
Put redirect for now, so adding screenshot and environment info
Viewing 15 lines of 276 lines. View entire code block.
Ï really need help with this. Everything works good on local host but now after I move it to website :(
I'm running PHP version 5.5 with version 8, and it works perfectly.
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.
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.
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?
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?
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 :/
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 :/
I don't know what php modules are required for c5 8, but this has been an issue for some other upgraders.