I am having the following error
ErrorException [ Fatal Error ]: Cannot use object of type stdClassàK´cðËÛ as array
Cannot use object of type stdClass as array (the above one is the exact line from my browser).
while I am running a codeigniter script with MongoDB database on Amazon EC2 instance. Same code is working for different amazon instance but while I am moving these codes into a new instance I am having this issue. Is it I am missing some installation (any sort of PHP library) or anything. I am also using Alex Bible's MongoQB. Any suggestions will be really helpful.
Thanks