CodeIgniter Forums
i need urgrnt help!! ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: i need urgrnt help!! ? (/showthread.php?tid=78961)



i need urgrnt help!! ? - abdhadj - 04-01-2021

hellow, hope you doing well

my website was working fine untile i try to chang design . then codeigniter now not loading anything without displaying anything either. just loading without showing anything .

i try delete browser cach nothing work.

what should i do i dont know why this happening


RE: i need urgrnt help!! ? - manager - 04-02-2021

Hi. You can check errors on chrome dev tools (f12).

On CI 3 you can enable profiler. Add this line anywhere within your Controller method:
$this->output->enable_profiler(TRUE);