PBPbb Debug Warning

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
MrtzKyle
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Nov 09, 2017 8:24 pm

PBPbb Debug Warning

Post by MrtzKyle »

I keep getting this error and will not let me properly start my website:
[phpBB Debug] "Illegal offset type in isset or empty" in file /usr/www/admin509/forums/phpbb/cache/driver/base.php on line 118

I was wondering if any of you lovely people can help me out. Currently its set to this:

return isset($this->sql_rowset[$query_id]);

Thank you for any and all assistance.
MrtzKyle
New to forums
New to forums
Posts: 2
Joined: Thu Nov 09, 2017 8:24 pm

Re: PBPbb Debug Warning

Post by MrtzKyle »

It's also coming with this error:

[phpBB Debug] "Object of class mysqli_result could not be converted to int" in file /usr/www/admin509/forums/phpbb/db/driver/mysql.php on line 215
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: PBPbb Debug Warning

Post by Vanderburg »

I'm not very familiar with the software, but the error is saying "$query_id" isn't an integer, like it expects when selecting an index of an array. Instead, $query_id is a class of type "mysql_result".
Post Reply