×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
関連する質問
In order to get access to the “EE super object” you have to add one more line. Right after your function's opening brace add “$this->EE =& get_instance();”
2017/03/06 · You are mixing the object oriented and the procedural style when executing mysqli functions. I suggest to choose only one style.
2011/07/03 · The second thing is that you used $this->db in your Connect() function, but are trying to use $this->Database in your getPageInfo() function.
2016/02/25 · The error is caused by $result not returning as object but since I can't replicate the issue I don't know how to fix it. Any tips are welcome.
2018/07/28 · Hello Team, I had a problem these days in the database of freepbx, I solved some problems but I still have this error.
2012/08/28 · When you found that, you'd have seen it was being called on a $link variable which is supposed to be an object, but it is not?
2016/04/24 · Fatal error: Call to a member function query() on a non-object in C:\XAMPP\xampp\htdocs\install.php on line 505 #2.