Ugh, got this unexpected error:
Argument 1 passed to QMySqliDatabaseResult::__construct() must be an instance of mysqli_result, boolean given, called in /home/aptana/domains/staging-allyforce.aptanacloud.com/web/htdocs/includes/qcodo/_core/database/QMySqli5Database.class.php on line 52 and defined
Error Type: Unknown
I'm not sure what happened, it worked fine earlier, still trying to figure out how to reproduce.
Line 420: public function __construct(mysqli_result $objResult, QMySqliDatabase $objDb) {
Line 421: $this->objMySqliResult = $objResult;
Line 422: $this->objDb = $objDb;
Line 423: }