Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: plugin errors

The easiest way to configure the php_value memory_limit is to create an .htaccess file in your root folder of your wordpress installation and pass the string into a new line:

php_value memory_limit 50MB;

This works fine for me! =)

Skip to toolbar