Андрій Posted July 17, 2014 Report Share Posted July 17, 2014 Fatal error: Call to undefined method Database::escape() in /var/www/fvyurhjw/data/www/ikealux.com.ua/api/Products.php on line 181 не могу понять Quote Link to post Share on other sites
Noxter Posted July 17, 2014 Report Share Posted July 17, 2014 Посмотрите есть ли в api/Database.php функция escape, выглядит она так: public function escape($str) { return $this->mysqli->real_escape_string($str); } Quote Link to post Share on other sites
Андрій Posted July 18, 2014 Author Report Share Posted July 18, 2014 Посмотрите есть ли в api/Database.php функция escape, выглядит она так: public function escape($str) { return $this->mysqli->real_escape_string($str); } api/Database.php вставил на 41 строке опять ошибкаFatal error: Call to a member function real_escape_string() on a non-object in /var/www/fvyurhjw/data/www/ikealux.com.ua/api/Database.php on line 41 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.