Hello,
I have written a function where one of the parameters passed in is an object. This object is responsible for my database communication. When testing, I ran into the following error:
Catchable fatal error: Object of class db_object could not be converted to string
After some research I have noticed that many people blame this on their version of PHP, which is the same as mine (ver 5.2.6)
A function very similar to this is already live on the site and working properly. Has anyone run into this error, and have a workaround for it.
Thanks
php_dev