Welcome Guest, Not a member yet? Register   Sign In
Default controller not working
#1

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.
Reply
#2

Do you have an error message or anything? We'll need more info to help you debug.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply
#3

(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.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB