David,
My site seems to have stopped working and is displaying the following error message, 'Fatal error: out of dynamic memory in yy_create_buffer() in /homepages/34/d233391694/htdocs/osf/co.uk/includes/common.php on line 15'.
Please can you tell me what the error is and how to fix it.
Kind regards,
Hi Steven,
I've just had a look at your site, and i'm wondering if this is a low level PHP problem at your hosting company. Can you upload a test file as below to your site as follows and see if it works correctly:
test.php:
<?php
print "Testing";
?>
Cheers,
David.
David,
That works, but the rest of the site doesn't.
Kind regards,
Hi Stephen,
Could you modify the test file as follows;
<?php
require("includes/common.php");
print "Testing";
?>
..then if you could email me the link to that page so I can take a look....
Thanks!
David.
Hello Steven,
I've never come across this one before - and there isn't even a yy_create_buffer() function in common.php. Can you email me the common.php from your server so that I can take a look?
Cheers,
David.