Hi there
I did a stupid thing, and deleted a MODX install, leaving me with just the MODX database to restore a site from.
In order to recreate the site, I took the following steps:
- I ran a clean install of MODX 2.2.4, which is the version of the old site
- I replaced the database credentials of the clean install with those of the old MODX site in /core/config/config.inc.php
However, I cannot log in. Are there further changes to me made? For instance:
$lastInstallTime = XXXXX;
$site_id = 'modxXXXXXX';
$site_sessionname = 'XXXXXX';
$https_port = '443';
$uuid = 'XXXXX';
also appear in the file.
Or should it just work to change
$database_user = ';
$database_password = ';
$database_connection_charset = 'latin1';
$dbase = '';
Thanks for any pointers you can give me
Jim