Welcome Guest, Not a member yet? Register   Sign In
Error Message
#1

[eluser]Bl4cKWid0w[/eluser]
I don't know why, but for the past couple of days this error message has been showing up at the top of my web pages.

Quote:A PHP Error was encountered

Severity: Warning

Message: Illegal offset type

Filename: database/DB_active_rec.php

Line Number: 423
#2

[eluser]Michael Wales[/eluser]
Is it at the top of all of your pages? I was seeing this error about 2-3 weeks ago and I can't, for the life of me, remember what it was. It was definitely a small error within my code - not the framework.

If you can limit it down to what lines are causing the issue and paste those here we'll be able to help you figure it out.
#3

[eluser]Joshua Baker[/eluser]
Old post, I know, but I just got this error too, so for anyone who gets this error...

I encountered it using the Database Class Active Record methods. I was passing an object instead of an array.

Just prefix the variable with:

Code:
(array) $my_object;

Done!




Theme © iAndrew 2016 - Forum software by © MyBB