[eluser]IamPrototype[/eluser]
To develope faster I wanted to code my apps offline using WAMP. I got it all installed so I started coding my first app, just a simple model retrieving the entries from my database. After loading the model, setting up the view etc. I got this error in my browser.
Code:
Fatal error: Cannot use object of type stdClass as array in C:\wamp\www\cms\system\libraries\Loader.php(673) : eval()'d code on line 12
I haven't changed anything in the loader, so I guess it has to be WAMP's fault. Any suggestions for another server where CI will work on?
----- I solved it. :)