11. $table_prefix = '{table_prefix}';
12. $database_dsn = '{database_dsn}';
13. $config_options = {config_options};
14. $driver_options = {driver_options};
@Opengeek - I'm receiving errors in the modx manager error log, here's some of the output...
[2012-12-28 13:35:34] (ERROR @ /manager/index.php) Could not cache system settings.
[2012-12-28 13:35:34] (ERROR @ /manager/connectors/lang.js.php) Could not cache system settings.
[2012-12-28 13:35:34] (ERROR @ /manager/connectors/layout/modx.config.js.php) Could not cache system settings.
[2012-12-28 13:35:37] (ERROR @ /manager/connectors/system/registry/register.php) Could not cache system settings.
[2012-12-28 13:35:37] (ERROR @ /manager/connectors/element/category.php) Could not cache system settings.
[2012-12-28 13:35:37] (ERROR @ /manager/connectors/element/category.php) Could not cache context settings for mgr.
[2012-12-28 13:35:37] (ERROR @ /manager/connectors/source/index.php) Error caching lexicon topic lexicon/en/core/default
[2012-12-28 13:35:39] (ERROR @ /manager/connectors/system/registry/register.php) Could not cache system settings.
And I am repeatedly receiving this error in my PHP error log...
PHP Warning: link() [<a href="function.link">function.link</a>]: File exists in /mnt/stor0-wc2-dfw1/xxxxxx/www.xxxxxx.com/web/content/manager/core/xpdo/cache/xpdocachemanager.class.php on line 279
As the install failed the first time around I want to be 100% sure everything went through ok. Is there a file I could check which indicate this latest fix?
Many thanks.