Answer the question
In order to leave comments, you need to log in
Why is the MODX project not being deployed on the local OpenServer server?
Good afternoon. I need to deploy a MODX project on my local OpenServer.
I do the following:
1. I downloaded the project files from the hosting and added them to openserver.
2. Downloaded the database and imported it into phpMyAdmin.
3. Changed the paths in the files:
config.core.php (in the root folder of the site)
/manager/config.core.php
/connectors/config.core.php
4. Changed the data in the file core/config/config.core.php
5 Deleted the cache folder
But after the done actions, the project still does not start, it gives an error: Site temporarily unavailable.
Please tell me where I can make a mistake or advise a guide for deploying the project. Maybe I'm not setting the path correctly?
Thanks for the answer.
Answer the question
In order to leave comments, you need to log in
You also need to write $table_prefix = 'modx_';
to core/config/config.inc.php and then run
After deploying the distribution, it is better to immediately go to http://hostname/setup . And in configs and a DB to be picked after.
Directory paths must be fully qualified. For example: C:/OpenServer/domains/modx.test/www/core/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question