i got blank page when i try to activate the theme in the site and also in the wp-admin. and just could make the site back by deleting theme folder.
I think this related to the server as it’s work fine locally , just want to know what i have to explain to the server admin
if something disabled and need to enable, recommended versions of php or anything else
thanks
Hey Ahmed!
Try increasing the PHP memory limit to at least 128M, also enable WP_DEBUG to see any error messages instead of a blank page if it happens again.
Best regards,
Josue
thanks Josue, after making wp-debug true i got this error
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 79 bytes) in /hsphere/local/home/trisat/partners-success.com/partners/wp-includes/pomo/translations.php on line 299
Hey!
You need to increase the WordPress PHP memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Rikard
great, solved, thank you.