CodeIgniter Forums
Fatal error: Allowed memory size - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Fatal error: Allowed memory size (/showthread.php?tid=41506)



Fatal error: Allowed memory size - El Forum - 05-10-2011

[eluser]kkatusic[/eluser]
Hello,

I'm getting this error for CI 2.0.2 version:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 68596 bytes) in /home/xxxxxx/public_html/xxxxxxx/system/core/Loader.php on line 308

I uploaded only one controller and 4 view files(main, header, content, footer). In controller is only one function index(){$this->load->view('main')}.

On same host I run 3 subdomains with CI 1.7.2 and everything work fine.

Have you any suggestion for me, what I must change? Must I enable more memory space for CI 2.0?

Thx


Fatal error: Allowed memory size - El Forum - 05-10-2011

[eluser]kkatusic[/eluser]
I get it. I tried to view same file twice in view file.

Sorry for disturbing.