By himangshu.dutta19 on
Hello
I am developing a custom module, When a user uploads an excel sheet it will read the data from that sheet. While uploading that file its returning an error message.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/trizinno/public_html/demo/sites/all/modules/student_import/oleread.inc on line 133
Can any one help me please for this issue?
Comments
PHP Version Check
Please check your php version:
Its working for me in PHP 5.2.9-1, 5.2.5 versions
But not works and giving the mentioned error in PHP 5.2.14, 5.3.6 versions.
I am not 100% sure its the only due to it, but hope so.
_
It means exactly what it says. See:
Documentation -> Troubleshooting -> Error messages -> Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)...