0

I developed a site using Codeigniter 2.1.3 + MX HMVC + ion_auth 2.5.2. its work fine in local server (xampp) but when i upload it to the hosting site its not working & surprisingly so error also.

I was autoload ion_auth but now i remove ion_auth from autoload. now when i try to load mysite/auth its empty. i tried this answer but sitll no luck .

Please someone help me. . i stuck in this last two days.

My hosting site is (iiuc.ac.bd/qsis) frontend is ok but when i try to login is empty...

Community
  • 1
  • 1
Mehedi Hasan
  • 61
  • 1
  • 10

1 Answers1

0

First make sure display_errors is on in your php.ini and make sure you have error_reporting set to the correct level.

Ben Edmunds
  • 888
  • 4
  • 6