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!
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!
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS