September 23, 2013 at 12:57 /
This error message makes the problem:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a4318807/public_html/example/wordpress/wp-admin/includes/ajax-actions.php on line 1254
You’ll have to increase the limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards