CodeIgniter Forums
Updating from 1.6.3 to 1.7.0 - mysql table doesn't exist - 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: Updating from 1.6.3 to 1.7.0 - mysql table doesn't exist (/showthread.php?tid=14131)



Updating from 1.6.3 to 1.7.0 - mysql table doesn't exist - El Forum - 12-19-2008

[eluser]simonmaddox[/eluser]
We're finally getting round to upgrading our CodeIgniter installation - it's running 1.5.4 at the moment.

I've downloaded each CI release after 1.5.4, and applied the updates as described in the update guide:
http://ellislab.com/codeigniter/user-guide/installation/upgrading.html

However, when going from 1.6.3 to 1.7.0, something weird happens. On trying to load one of the models, we get the following error:

Quote:A Database Error Occurred

Error Number: 1146

Table 'db.table,' doesn't exist

I'm using ActiveRecord and, as far as I can tell, everything was done as documented in the upgrade guides.

Any ideas what might be going on?