CodeIgniter Forums
Object of class stdClass could not be converted to int - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Object of class stdClass could not be converted to int (/showthread.php?tid=31621)



Object of class stdClass could not be converted to int - El Forum - 06-25-2010

[eluser]Suhas nazir[/eluser]
Hi All I upload my site in 2 servers .when i acess that site,one of them works normally other shows "Object of class stdClass could not be converted to int" what i to do to rectify this error


Object of class stdClass could not be converted to int - El Forum - 06-26-2010

[eluser]pickupman[/eluser]
A little code could go a long ways. What is the exact error message? Now post the code around the line number that gives this error. In general this error is caused by assigning a value to a variable of the wrong type. Like 1 + one = 2 (converting the word "string" one to an integer).