Hi,
Has anyone else got this error?
Does anyone know where I should look to fix it? Is it a bug in the DB Adapter?
Thankx
monk.e.boy
monk.e.boy wrote:
Hi,
I run this:
$sqlxx = <<<EOT
SELECT
FORMAT(seconds_to_download,2) as secs
FROM page
EOT;
$db = $this->getAdapter();
return $db->fetchAll( $sqlxx );
And I get:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1431655772 bytes) in /usr/local/lib/php/Zend/Db/Statement/Mysqli.php on line 254