Vai al contenuto Vai alla barra laterale

Etichettato: 

Questo ticket contiene 0 risposta, ha 1 voce.

Ultimo aggiornamento da Sam 1 anno, 12 mese fa.

Assistito da: Lauren.

Autore Post
Febbraio 1, 2024 alle 5:50 pm #15256328

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. */