Unknown3
New Member
- Joined
- Apr 19, 2009
- Messages
- 39
- Reaction score
- 0
Right after i updated my xampp to the newest one on the website i get this error on step # 6 on the geisor acc page! It worked b4 till i updated my xampp.. and im useing the right version acc manager/page. =S
Fatal error: Call to a member function fetch() on a non-object in C:\Users\Adam\Desktop\xampp\htdocs\pot\OTS_Account.php on line 136
and line (136) says
$this->data = $this->db->query('SELECT ' . $this->db->fieldName('id') . ', ' . $this->db->fieldName('password') . ', ' . $this->db->fieldName('email') . ', ' . $this->db->fieldName('blocked') . ' FROM ' . $this->db->tableName('accounts') . ' WHERE ' . $this->db->fieldName('id') . ' = ' . (int) $id)->fetch();
Help please i give rep++!
Fatal error: Call to a member function fetch() on a non-object in C:\Users\Adam\Desktop\xampp\htdocs\pot\OTS_Account.php on line 136
and line (136) says
$this->data = $this->db->query('SELECT ' . $this->db->fieldName('id') . ', ' . $this->db->fieldName('password') . ', ' . $this->db->fieldName('email') . ', ' . $this->db->fieldName('blocked') . ' FROM ' . $this->db->tableName('accounts') . ' WHERE ' . $this->db->fieldName('id') . ' = ' . (int) $id)->fetch();
Help please i give rep++!