• Resolved Razzbap

    (@razzbap)


    Hey πŸ™‚

    After a long time i have now updated my website to the newest woo commerce, wordpress, plugins, themes (Maya Shop) and so.

    But after doing this it goes blank every time i activate Woocommerce Multilingual.
    i have heard others describing the same problem in forums here in Denmark

    What can i do to resolve this problem?

    Regards

    Razzbap

    https://wordpress.org/plugins/woocommerce-multilingual/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, in order to debug this issue I would need more information.
    As a first step, would you mind to please enable debug in WordPress?
    You can do this by setting/or replacing this options if it is already set in wp-config.php

    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set('display_errors', 0);

    This should create a debug.log file inside /wp-content/ directory when an error appears. Please try to duplicate the issue when you enable logging.
    As a first suggestion, shooting in the dark, I would suggest you to increase the memory dedicated to WordPress to at least 128mb. You can do this by set or change if already exists in wp-config.php

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

    Let me know of your progress.

    I am closing this ticket due to lack of activity.
    I hope that the issue that you reported is fixed.
    Let me know if you need further assistance, or open a ticket at our forum at wpml.org.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘GIVES BLANC SITES?!!’ is closed to new replies.