You are here:  » Dynamic Buffer Fatal Error message

Support Forum



Dynamic Buffer Fatal Error message

Submitted by tbbd2007 on Wed, 2008-04-02 13:40 in

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,

Stephen
Online Shopping For
The Big Business Directory

Submitted by support on Wed, 2008-04-02 14:03

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.

Submitted by support on Wed, 2008-04-02 14:06

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.

Submitted by tbbd2007 on Wed, 2008-04-02 15:03

David,

That works, but the rest of the site doesn't.

Kind regards,

Stephen
Online Shopping For
The Big Business Directory

Submitted by support on Wed, 2008-04-02 15:09

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.