Hey,
I’m having some trouble getting MODx up and running using Evolution 1.0.5 on a clients server (thus at a bit of a loss). The site is not displaying any content, but the manager is working properly.
My first step was to turn on stopOnNotice ($modx->stopOnNotice = true;) in the index.php which gave me the following error:
PHP error debug
Error: Undefined variable: disabled
Error type/ Nr.: Notice - 8
File: /srv/www/htdocs/test/manager/includes/document.parser.class.inc.php(791) : eval()'d code
Line: 6
I then turned on dumpSQL ($modx->dumpSQL = true;) which gives me the following error:
PHP error debug
Error: Undefined property: DBAPI::$executedQueries
Error type/ Nr.: Notice - 8
File: /srv/www/htdocs/test/manager/includes/extenders/dbapi.mysql.class.inc.php
Line: 146
Line 146 source: $modx->queryCode .= "<fieldset style='text-align:left'><legend>Query " . ($this->executedQueries + 1) . " - " . sprintf("%2.4f s", $totaltime) . "</legend>" . $sql . "</fieldset><br />";
Has anyone got any ideas as to where I should be going with my fault finding?
Fresh install using PHP Version 5.2.6-1+lenny10 MySQL-Client-Version: 4.1.13 / Server Version: 5.0.26
Thanks very much!
Taff