CodeIgniter Forums
Default controller not working - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: Default controller not working (/showthread.php?tid=64773)



Default controller not working - vasanthan - 03-24-2016

One of my codeigniter application(version2.2) was working fine in the XAMPP(php version 5.5).
Now i updated my XAMMP with php version 5.6- this case my controller stops the functioning.

below is my configuration in autoload.php
now  $autoload["libraries"]=array('database','session')

if i remove database in the above array, controller start functioning properly. But without database i cant do anything in the application

Please help me.


RE: Default controller not working - albertleao - 03-24-2016

Do you have an error message or anything? We'll need more info to help you debug.


RE: Default controller not working - vasanthan - 03-25-2016

(03-24-2016, 01:14 PM)albertleao Wrote: Do you have an error message or anything? We'll need more info to help you debug.

Hi

 There is no error information to display. exection is not coming into the controller.same application works fine in php 5.5 environment.