
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 78 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 81 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 94 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 114 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 124 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 136 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 152 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 172 Couldn't determine next publish event! Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 218 Couldn't determine next unpublish event! Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/modxdev.net/httpdocs/MODx_795/manager/processors/cache_sync.class.processor.php on line 228
Had a quick look
so far i saw lots of icons missing or having a wrong path looks like some have the path to the modxtheme and some to the original theme:

<?php // <- strip me out!
// get the required includes
if($database_user=="") {
$rt = @include_once "manager/includes/config.inc.php";
if(!$rt) {
echo "
<style type=\"text/css\">
* {margin: 0px; padding: 0}
body {
margin: 50px;
background: #eee;
}
.install {
padding: 10px;
border-top: 10px solid #f22;
border-bottom: 5px solid #f22;
background: #f99;
margin: 0 auto;
font: 120%/1em Georgia, Arial, Helvetica, sans-serif;
text-align: center;
}
p {
margin: 20px 0 20px 0;
}
.link a:link, .link a:visited{
font-size: 200%;
color: #f22;
text-decoration: underline;
margin-top: 30px;
padding: 5px;
}
.link a:hover {
background: #f22;
color: #fff;
}
</style>
<div class=\"install\">
<p>It seems you haven't installed MODx yet, because MODx couldn't found the configuration file.</p>
<p class=\"link\"><a href='install'>Install Now!</a></p>
</div> ";
exit;
}
}
<?php // <- strip me out!
// get the required includes
if($database_user=="") {
$rt = @include_once "manager/includes/config.inc.php";
if(!$rt) {
echo "
<style type=\"text/css\">
* {margin: 0px; padding: 0}
body {
margin: 50px;
background: #eee;
}
.install {
padding: 10px;
border-top: 10px solid #690;
border-bottom: 5px solid #690;
background: #9c6;
margin: 0 auto;
font: 120%/1em Georgia, Arial, Helvetica, sans-serif;
text-align: center;
color: #444;
}
p {
margin: 20px 0 20px 0;
}
.link a:link, .link a:visited{
font-size: 200%;
color: #000;
text-decoration: underline;
margin-top: 30px;
padding: 5px;
}
.link a:hover {
background: #000;
color: #fff;
}
</style>
<div class=\"install\">
<p>It seems you haven't installed MODx yet, because MODx couldn't found the configuration file.</p>
<p class=\"link\"><a href='install'>Install Now!</a></p>
</div> ";
exit;
}
}

Yeah you might have missed it but I made a list of what was missing above on this post
@Wendy : agree with you about this error message, a little stressful for newbie, I guess... it’s nice to attract attention, but maybe to much red here...