I get the following error when trying to activate the global translator plugin
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home1/xxxxx/public_html/xxxxxxx/wp-includes/kses.php(413) : runtime-created function on line 1
Can anyone help me solve this in plain english?
Thanks
Accuwebhosting
Member
Posted 3 years ago #
If you cannot raise the limit via wp-config.php, you will need to raise it from .htaccess or php.ini (depending on the server configuration).
Thank you for your help. I did have to go into the server. I am using hostmonster but I'm pretty sure other hosts will have similar help forums.
http://hostmonsterforums.com/showthread.php?t=8817&highlight=memory+limit
I had to install and go into the 'php.ini' file and increase the memory alloted by the server. Unfortunately the wp.config file did not allow me to do so. Thanks again.