![]() |
Debugging codeigniter pages in eclipse - 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: Debugging codeigniter pages in eclipse (/showthread.php?tid=14913) |
Debugging codeigniter pages in eclipse - El Forum - 01-20-2009 [eluser]Unknown[/eluser] I am using Eclipse IDE with php & codeigniter framework i am not able to debug a simple HELLO WORLD page using code igniter and php the error i get on BrowserOutput is: Fatal error: Class 'Controller' not found in E:\Umair\InstalledSoftwares\EasyPHP 3.0\www\testing\CodeIgniter_1.7.0\system\application\controllers\newfile.php on line 2 Debugging codeigniter pages in eclipse - El Forum - 01-20-2009 [eluser]GSV Sleeper Service[/eluser] can't really help without seeing some code. post your controller code please, and what url are you using to test this? Debugging codeigniter pages in eclipse - El Forum - 01-20-2009 [eluser]Sam Dark[/eluser] Try to disable clean URLs. |