Lucky2710 Posted July 23, 2010 Share Posted July 23, 2010 Now that i figured out Error reporting Heres my error. But What does it mean??? Object of class stdClass could not be converted to string Link to comment https://forums.phpfreaks.com/topic/208709-what-does-this-mean/ Share on other sites More sharing options...
simshaun Posted July 23, 2010 Share Posted July 23, 2010 It means that at some point you are trying to use an object as if it were a string. Either fix that, or add a __toString() method to the object. Link to comment https://forums.phpfreaks.com/topic/208709-what-does-this-mean/#findComment-1090374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.