Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229686

    Dear Kriesi team,
    i have problem in translating Enfold theme throught WPML plugin, the support at WPML can’t say why did it happened with me, may be you can.
    The main problem is when i’m trying to make a page in default languange (Russian) and put the page in menu – everything is ok, but when i’m trying to translate the page and put translated one into the translated menu – there is an error, like a:

    [26-Feb-2014 10:36:33] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /wp-includes/cache.php on line 618

    i’ve ask php to max_execution_time 0
    [26-Feb-2014 16:09:18] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 523800 bytes) in /wp-includes/plugin.php on line 1199

    i’ve ask php to memory_limit 1024M
    [26-Feb-2014 16:12:47] PHP Fatal error: Maximum execution time of 0 seconds exceeded in /wp-includes/post.php on line 1920

    There is some pages that can be opened in two languages, English and Russian, but i can’t understand why it works on one pages and doesn’t work on another.

    Here the screencast of the problem:

    Thanks!

    #229912

    Hi mrTwister!

    Please increase the wordpress php memory limit. Ask your host to edit php.ini file and increase the max execution time.

    Refer to this link on how to increase the memory limit:
    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    #230139

    Dear Ismael,
    i wrote about it in my first post, php_memory_limit is 1024M, still the same problem. I think 1024M is more than enough.

    Settings for the host:
    php_value memory_limit 1024M
    php_value max_execution_time 0

    What’s next?

    #230507

    Hi!

    Please give us a link to the website. We would like to check. Deactivate all plugins except for the WPML plugin. If you have access to .htaccess file, add this:

    php_value upload_max_filesize 20M
    php_value post_max_size 20M
    php_value max_execution_time 200
    php_value max_input_time 200

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.