Answer the question
In order to leave comments, you need to log in
How to migrate modx revo website to denver?
Help me figure out how to transfer your (working) site from hosting to a local Denver server correctly and without errors.
I want to learn this engine in experiments, model, create, etc.
Answer the question
In order to leave comments, you need to log in
Well, if not Denver, then what? So that it can be transferred without problems
Denver is dead and already reeking. Use for example XAMPP or OpenServer
The order of transfer is as follows
1) Download all files via ftp
2) Drop the database dump from PHPMyAdmin
3) Upload the dump to the local server
3) Edit the config
Details rtfm.modx.com/revolution/2.x/administering-your- si...
Setting permissions on directories and files can be skipped
The first three points seem to have been completed correctly, the problem is probably in point 4
did according to this principle
Good afternoon:
1) Copy the contents of the site from the server (your_site.com folder www).
2) Paste it into the folder_path_of_open_server_on_your_computer: OpenServer\domains\your_site_local.com\
3) Start your open server, on the working panel in the clock area on the open server icon, right-click -> advanced -> phpmyadmin
User (if nothing has been changed in the settings open server): root
Password: (leave blank)
4) Create an empty database, copy the contents of the file into it:
your_database.sql
5) Open the file in the folder:
OpenServer\domains\your_site_local.com\www\manager\includes\config.inc .php
in it, change
$database_type = 'mysql';
$database_server = 'localhost';
$database_user = 'root';
$database_password = '';
$database_connection_charset = 'utf8';
$database_connection_method = 'SET CHARACTER SET';
$dbase = '`your_database`';
$table_prefix = 'your_database_'; //table prefix and underscore
Save.
6) Open in the browser:
your_site_local.com/manager
and enter the password as it was on the server for this site to access the admin panel.
Read more: modx.ru/vopros-answer/info/21
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question