Empty the core/cache/ directory.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Where is the {$_config.manager_url} defined? I tried to look in the db but without success.
Is the smarty cache kept at another location?
SOLVED
The problem is in the core/config/config.inc.php
I had to update the following variables
$modx_connectors_url
$modx_manager_url
$modx_base_url
$modx_assets_url
Is this the correct way? Shouldn’t these settings be modifiable through the configuration section in the manager?
Thank you