Out of memory Exception in WP_Query
-
I get this error
“Fatal error: Out of memory (allocated 55836672) (tried to allocate 65484 bytes) in /htdocs/app/wp-includes/taxonomy.php on line 1013”when i am executing this code->
$recent_posts = new WP_Query(array(‘showposts’ => $num_posts, ‘post_type’ => ‘post’, ‘cat’ => $categories));I got this error afte installing WPML
Any help? What sould i look?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Out of memory Exception in WP_Query’ is closed to new replies.