This topic is locked

error Allowed memory size of 134217728 bytes exhausted

6/9/2016 11:57:54 AM
PHPRunner General questions
Y
YCH author

I have this error occurence.

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 76 bytes) in /www/..../plugins/dompdf/lib/php-font-lib/classes/Font_Glyph_Outline.php on line 49
I am trying to use 'View PDF' from a view_page.

The view page has got 6 iframes of 980px by 735 px.
Any idea of what might go wrong ?

Admin 6/9/2016

Increase amount of memory in php.ini. variable name is memory_limit

It is currently set to 128M. Set it to 256M or 512M.

Y
YCH author 6/9/2016

I am a shared hosting user so I will have to ask my provider.

M
mfriend 6/15/2016



I am a shared hosting user so I will have to ask my provider.



Hi YCH:
On many shared hosts you can change it either through the control panel (cPanel) or if not you might be able to use a php.ini file in the root of you phprunner folder.