Tagged: Activation, enfold, server error
Hi Kriesi / Enfold Team
Am having great trouble loading this theme via latest WordPress (3.5.2). As soon as I activate this theme, I could not able to amend anything via my WordPress Dashboard (it gives a Server error message).
Please find this file explains what I meant: https://docs.google.com/file/d/0B1RJZJ_k96ycZkxEQ2xZWFo3Q1U/edit?usp=sharing
Your quick response is much appreciated.
Thanks.
Zannah
Hi!
Please try to increase the (allocated) php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Peter
Thanks Peter …
I tried by inserting //define(‘WP_MEMORY_LIMIT’, ‘128M’);// inside wp-config.php but the problem stays the same.
I just emailed my HOST to increase the PHP limit from the other end (in case they have restrictions).
I’ll keep you posted once I get a reply.
Cheers.
Hey!
You must remove the // – otherwise it’s just a php comment and the server will ignore it :)
Use:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Peter