out of memory?????
ezContents is a Web site content management system in the form of a Dr
Brought to you by:
mlyczba
We have around 1400 articles in the database.
Using MySQL 4.0.17 and PHP 4.2.3
When trying to load m_content.php:
DATABASE ERROR 2008 - MySQL client run out of
memory
DATABASE QUERY WAS SELECT * FROM ezcontents
WHERE language='en' ORDER BY
groupname,subgroupname,orderid
The query is:
$sqlQuery = "SELECT contentname FROM ".$GLOBALS
["eztbContents"]." WHERE language='".$GLOBALS
["gsDefault_language"]."' ORDER BY
groupname,subgroupname,orderid";
If I apply a filter - works fine. Works also if I execute
the same query with phpMyadmin
Any clues?