ExpressionEngine does not work properly after host transfer

Just transferred the Expression Engine website to a new hosting environment. The new server is Windows 2003 Standard, running PHP 5.2.44 through FastCGI and IIS 6. Other PHP sites work fine on this server (WordPress, CMSMadeSimple, etc.). This is the first ExpressionEngine site we worked with. We restored the database, set up a user account for it, and updated the configuration settings in the encore_admin / config.php file. We tested the database connection using the same information with MySQL Query Browser, and there are no problems. Here is the URL so you can see the problems we have:

http://encorellc.digitalaspire.com

http://encorellc.digitalaspire.com/encore_admin/

Any help would be greatly appreciated.

+3
source share
3 answers

it's not clear what problems you are having, but you can try running a server test , which should indicate any server incompatibility

+1
source

I had similar problems.

Refuse this article about server migration - this can help you solve problems.

If you encounter the same problem as me, the problem in the general case is the paths and line lengths stored in the EE database, especially in the exp_sites table.

0
source

path.php / config.php, ,

0

Source: https://habr.com/ru/post/1710814/


All Articles