Page 2 of 2

Re: Blank page when editing a page.

Posted: Fri Apr 26, 2013 7:18 pm
by mlp1
Rolf wrote:You already tried Clear Cache (remove all files in folder /tmp/templates_c) and CTRL F5 webbrowser?
I have tried all that, aybe not since fixing the bad smaty link.

Have found my error files, no 'die' statements as mentioned by the earlier fella, but do have a good few of these!

[Thu Apr 25 09:19:00.454342 2013] [cgi:error] --: PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 4902 bytes) in /home/sites/under17carclub.co.uk/public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 216, referer: http://www.under17carclub.co.uk/admin/l ... _=db8e0303

Re: Blank page when editing a page.

Posted: Fri Apr 26, 2013 7:43 pm
by mlp1
Looks like it was a memory allocation on my server!

added;

memory_limit = 32M

to my php.ini

Thank you all for you help.

M