CodeIgniter Forums
Database issue-Resolved - 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: Database issue-Resolved (/showthread.php?tid=24793)



Database issue-Resolved - El Forum - 11-19-2009

[eluser]teamcoder[/eluser]
Hello all,

Well I started another practice app and I seem to be having an issue with CI trying to insert data into a table that no longer exists, the DB doesn't even exist anymore and I have removed all paths to it that I can find, the autoloader is pointing to the new DB, my database.php file is setup with the new DB name in place but when I run the page in my localhost it is finding the new DB but finding table columns that aren't there, any thoughts?

Let me know if there are any files that I may need to post to check for anyone who can figure this one out.

Thanks.