Quote Originally Posted by Doodlebuckets View Post
Sigh, there's one more thing: Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in C:\Sites\Single18\kennybranch\webroot\order\admin\includes\functions\html_output .php on line 333

I reuploaded my admin folder but still get this error. Did I do something that caused this when I changed some of the defines?
The code in line 333 is

if (empty($default) && isset($GLOBALS[$name])) $default = stripslashes($GLOBALS[$name]);
if that helps...