Naxtie
mapper, designer
Well I encountered a little issue, I'm trying to install Gesior AAC on my computer using xampp 1.7.3. I just want it installed cuz I'm working on something (It's nothing serious so dont tell me I suck cuz im using an old version of xampp).
Anyways, everything went smooth untill I was going to set the admin account password, when I pressed Submit this error showed up,
And here's line 33,
If anyone got a idea how to fix this, I would appreciate it alot.
Anyways, everything went smooth untill I was going to set the admin account password, when I pressed Submit this error showed up,
PHP:
Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\classes\account.php on line 33
And here's line 33,
PHP:
$this->data = $this->getDatabaseHandler()->query('SELECT ' . implode(', ', $fieldsArray) . ' FROM ' . $this->getDatabaseHandler()->tableName(self::$table) . ' WHERE ' . $search_string)->fetch();
If anyone got a idea how to fix this, I would appreciate it alot.