![]() |
oci8_result.php error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: oci8_result.php error (/showthread.php?tid=28711) |
oci8_result.php error - El Forum - 03-19-2010 [eluser]phenom[/eluser] I've got this problem when i run the controller Code: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 48 bytes) in C:\xampp\htdocs\pmk120\system\database\drivers\oci8\oci8_result.php on line 155 This is my model Code: <?php This is my controller Code: <?php and This is my view Code: <?php sorry for my bad english oci8_result.php error - El Forum - 03-19-2010 [eluser]phenom[/eluser] when i restart my computer then i run it again this error message appear with different line Code: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 42 bytes) in C:\xampp\htdocs\pmk120\system\database\drivers\oci8\oci8_result.php on line 220 oci8_result.php error - El Forum - 03-21-2010 [eluser]phenom[/eluser] help me please oci8_result.php error - El Forum - 03-22-2010 [eluser]kgill[/eluser] http://lmgtfy.com/?q=php+Fatal+error:+Allowed+memory+size+of The bigger question here is how much data are you pulling down in the result-set that you're eating through 32MB... oci8_result.php error - El Forum - 03-22-2010 [eluser]phenom[/eluser] so, the problem is the size of data that bigger than 32MB, isn't it? sorry for my bad english |