 Sam
|
I'm trying to register wpml, but after I enter the key and click register, it just keeps loading.
I have installed wpml latest version manually
Solution: Please try increasing the WP Memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:
/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Add it above the line /* That's all, stop editing! Happy blogging. */
|