Forums
(@orvar)
19 years ago
$subpages = $wpdb->get_results("SELECT [...]", ARRAY_A);
19 years, 1 month ago
Fixed the same issue by increasing php’s memory limit in php.ini.
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)