First off, let me define "huge" as 10k rows, table size of 1,2Mb (optimized).
I’ve got in my contruct function a simple line of code that getCollection the table I want to, which is 1,2mb approx in size. Now, my apache_error.log was 476mb and the MODx error.log was 6mb. Not that large to cause any hickups but yet it did. Uncommenting the getCollection line fixed the problem, but still upon a couple of flood refreshes, I get the following line in my error.log.
[2011-02-18 11:42:30] (ERROR in xPDO::connect @ D:\FTP\core\xpdo\xpdo.class.php : 331) SQLSTATE[HY000] [2002]
The text after it is in Dutch, but it says that the connection could not be established.
I’m using MODx 2.0.6 (I know, there is an update) with PHP 5.3.3, MySQL 5.1.36 and Apache 2.2.11 on my local WAMP installation (Windows 7 64bit).
Did I mess something up, is this a recurring problem with Windows WAMP or what?
Thanks in advance!