e.g. if main installation is in /srv/modx/revolution and assets folder is in /srv/assets then everything works fine except the Dashboard component cannot find the /srv/modx/revolution/config.core.php file, and instead looks for /srv/config.core.php
Surmise: Is the component looking for ../config.core.php up from the assets folder?
If so, can this be changed to use the MODx 'core' configuration value instead of the 'assets' configuration value?
Thanks