Yesterday I was working on a simple project. I’m basically using a Wordpress installation on a subdomain to allow for content management, but my CodeIgniter application shares the database and queries for the content. It works well, allows for custom layouts, and page loads are way faster than the Wordpress application.
I was just getting started with the queries, so I created a model, and couldn’t get the data to be retrieved. I went around in circles for a couple hours and then finally swapped the /system/ directory out for a new one. Everything started working.
Has anything similar happened to you?