Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problems with translating

Your PHP requires more memory. There’s a few ways to achieve this, depending on server configuration, but try putting this in your wp-config.php:

define('WP_MEMORY_LIMIT', '64M');

Skip to toolbar