How to transfer Vesthelm EE to a new hosting?
Change the path to the directory
Replace {path_to_directory} with real path to the Vesthelm EE directory (without a slash at the end) in file `{your_domain}/includes/config.inc.php`.
If you changed connection to the database
Change the settings in the file `{your_domain}/includes/config.inc.php`. The parameters described here.
If you changed the domain:
Replace `https://www.vesthelm.com/` with your domain (with a slash at the end) in file `{your_domain}/includes/config.inc.php`.
In phpmyadmin run 2 queries to update the domain in the database. Replace in queries:
`vesthelm`. - database name (replace with your database name)
`vesthelm_` - database prefix (replace with your database prefix)
To check values, use this query:
Set permissions
Set writable permissions 777 on directories:
- {your_domain}/compile_dir/ - including subdirectories
- {your_domain}/uploads/ - including subdirectories
Clearing cache
How to clear cache (settings, languages, CSS, JS etc.) ?