Tagged: wpml
-
AuthorPosts
-
April 6, 2015 at 2:54 pm #423951
Hello Dear Enfold Team,
I am brandnew to WordPress, Enfold and WPML, however I am actually doing quite well.
Now, as WPML: is the the only mulitlanguage plugin that is recommended by Enfold, I purchased it and installed it. I have several issues and I am not sure if I should address it here or at WPML:
Issue 1: I cannot registrate WPML. Seems spinning forever, nothing happens.
Issue 2: After activation the page content doesn’t load anymore.
Issue 3: I cannot access “Configure” > the screen goes completely white/blank.I am afraid I have to address WPML with all that.
Is there another ML plugin you could recommend, that is working better? Any experience?Thanks!
ClaudiaApril 6, 2015 at 4:50 pm #424006Hey claudia0779!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ( http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ ). It seems like Enfold and WPML require more memory on your server.
Best regards,
PeterApril 6, 2015 at 5:47 pm #424051Hey!
If the suggested solution does not work please let us know. I have had a customers recently who was having similar trouble with WPML despite the fact that his server had enough memory :)
But in most cases the solution above should work fine ;)
Best regards,
KriesiApril 7, 2015 at 12:48 pm #424601Hello Dude and Kriesi,
Thanks for replying so quickly.
I did the following steps:
In “wp-config.php” I added this line:
define(‘WP_MEMORY_LIMIT’, ’96M’);
(I was not sure WHERE to add it, so I put it above:
/* That’s all, stop editing! Happy blogging. */)In default-constants.php I changed 40 to 96:
OLD:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’40M’);NEW:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’96M’);I have no idea why, but now Issues 1 and 3 are solved. For issue 2 I now cannot access the pages in the normal way but I assume that has to do with the activation of WPML. I will now start my lessons for WPML and I hope I will figure out what to do next.
Please let me know if my changes to the mentioned files could mess something up. If I don’t hear from you I just don’t touch things anymore and hope it will work all the way in the future. :-)
Thanks and best regards,
ClaudiaApril 8, 2015 at 3:09 am #425038 -
AuthorPosts
- You must be logged in to reply to this topic.