CodeIgniter Forums
Class 'CI_Formgenerator' not found in C:\Users\mycode\system\core\C - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Class 'CI_Formgenerator' not found in C:\Users\mycode\system\core\C (/showthread.php?tid=62387)

Pages: 1 2 3


RE: Class 'CI_Formgenerator' not found in C:\Users\mycode\system\core\C - gadelat - 07-13-2015

True, if you don't fix case for the model filename, different error happens. But that error leads to correct error message and is therefore easy to fix. This one is pretty tricky to figure out


RE: Class 'CI_Formgenerator' not found in C:\Users\mycode\system\core\C - Narf - 07-22-2015

This should help: https://github.com/bcit-ci/CodeIgniter/commit/b63dc1904e4f34cb48d7dce80155172c6e94d777


RE: Class 'CI_Formgenerator' not found in C:\Users\mycode\system\core\C - chesteralan - 01-21-2019

I encountered the same problem and was able to fix it. For me, the error triggered when the controller name and library name are the same or equal. I tried using another name for my library and it went okay.