![]() |
CI 3 - Migration Error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CI 3 - Migration Error (/showthread.php?tid=679) |
CI 3 - Migration Error - agriz - 01-05-2015 Code: A PHP Error was encountered Code: A PHP Error was encountered PHP Code: Migration.php PHP Code: 20150105121212_create_users.php Why am i getting this error? RE: CI 3 - Migration Error - ivantcholakov - 01-05-2015 I think, if you rename the controller class not to be Migration the error will disappear. Edit: Migrate RE: CI 3 - Migration Error - agriz - 01-05-2015 (01-05-2015, 03:17 AM)ivantcholakov Wrote: I think, if you rename the controller class not to be Migration the error will disappear. Thanks. It worked! |