Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    Did you write some custom code using Polylang functions?
    See https://ww.wp.xz.cn/support/topic/polylang-corrupt-all-wp

    Thread Starter novatransit

    (@novatransit)

    No, I did not write any custom code at all. How can I solve this problem? Should i just delete via FTP?

    Plugin Support Chrystl

    (@chrystl)

    Should i just delete via FTP?

    Yes, just rename it to deactivate Polylang.

    Plugin Author Chouby

    (@chouby)

    Well… Renaming or deleting the Polylang directory may or may not solve the issue. If you get a blank page when you *de-activate* Polylang, then it means that the error is not in Polylang, but in another plugin (or your theme) which remains activated and creates the error. That’s why I asked if you wrote some custom code.

    You can display the error by replacing

    define('WP_DEBUG', false);

    by

    define('WP_DEBUG', true);

    in wp-config.php
    Thus you will know where the error comes from.
    once you know reset your WP_DEBUG to false if the site is live.

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

The topic ‘Can't deactivate’ is closed to new replies.