Hi
Getting this error when choosing 'Posts' from the Template Section:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 46 bytes) in /home///public_html/wp-includes/wp-db.php on line 1402
Hi
Getting this error when choosing 'Posts' from the Template Section:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 46 bytes) in /home///public_html/wp-includes/wp-db.php on line 1402
Fixed by adding memory to config.php
define('WP_MEMORY_LIMIT', '64M');
Thx
awesome, thx for the fix!
You must log in to post.