• Resolved tsvetko.krastev

    (@tsvetkokrastevwf)


    Hey guys, I have the following problem. I got this WP site and I had to update all plugins. I did so, but when I reached this WooCommerce Multilingual the site broke with error 403 – Forbidden.. I disabled the plugin by renaming his folder. When I renamed the folder back to it’s original name and I tried to activate the plugin I got the same error.. Any help? :-\

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello!
    Please make sure that you are using all of the latest WPML updated plugins.

    If this does not help, then please enable debug logging in WordPress
    I suggest enabling debug in WordPress and checking the debug log.

    You can do this by setting this options in wp-config.php
    above the line that says:
    /* That’s all, stop editing! Happy blogging. */

    // 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);

    Please do note to remove any other instances of this code if you have it in the file:
    define(‘WP_DEBUG’, false);

    and from that log – if something is inside – please provide the details here or in our support forum at wpml dot org.

    Thread Starter tsvetko.krastev

    (@tsvetkokrastevwf)

    Hey ?? Thanks for replaying. ?? The debugging option is enabled. I turned off the debug log, as currently it’s over 5GB o.O .. Yeah, I didn’t noticed that the plugin is paid and there fore the update was unsuccessful. There is one live version of the website and I’m working on copying it on a test environment as well to test if all plugins will update OK and everything will still work.
    Another bug worth mentioning is that WPML Translation Management, WPML String Translation, WPML Multilingual CMS, WPML Media and WPML CMS Nav are making the the theme customizer unresponsive and not working. After I disabled them I was able to access the additional css of the theme. I updated to the latest version of WordPress – 5.1.1 and noticed these bugs. I will leave them untested and actually test them on the live version of the website as I don’t have extra license.. Thanks for the reply! ??

    You can always remove the debug log and wait for only the last issues to be registered and disable debug logging then.

    WooCommerce Multilingual plugin is a free plugin and not a paid one

    If you have bugs with WPML or with one of his add-ons, please report them to WPML support forum.

    Thread Starter tsvetko.krastev

    (@tsvetkokrastevwf)

    Ok.. So I should go around each WPML plugin and create a support topic?
    I’m having problem updating and activating the following plugins:
    – WPML CMS Nav
    – WPML Media
    – WPML Multilingual CMS
    – WPML String Translation
    – WPML Translation Management
    – WooCommerce Multilingual

    Please advice on how to make them work? ?? Would you need some specific info or log files? Currently the problem is that after I activate WooCommerce Multilingual the website crashes. The other WPML plugins are causing various errors on the website.

    Hello!
    Sorry for the late reply here.

    If you have a trouble with updating WPML or WPML add-ons, then you need to create a new ticket in wpml.org support forum.
    They will be able to help youthere.

    Perhaps a good idea is to provide them with debug.log of the issue
    I suggest enabling debug in WordPress and checking the debug log.

    You can do this by setting this options in wp-config.php
    above the line that says:
    /* That’s all, stop editing! Happy blogging. */

    // 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);

    Please do note to remove any other instances of this code if you have it in the file:
    define(‘WP_DEBUG’, false);

    Plugin Contributor Andreas Panag

    (@andrewp-2)

    Since we don’t have news for some time, I am closing this ticket.

    If you still have problem, please feel free to open a ticket in wpml.org so we can help you.

    Thank you very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘On plugin activation I get error 403’ is closed to new replies.