• m0n0mind

    (@m0n0mind)


    Dear Pascal,

    I found this old topic that basically sums it up:
    https://www.ads-software.com/support/topic/not-working-for-wpamlia-and-borlabs-cache/

    Even with most recent versions of WP, Preferred Languages and Borlabs Cookie the issue persists.
    I added German (formal) + German (informal) as site languages but Borlabs Cookie still seems to think the main site language is English.

    Disabling your plugin is the only remedy afaik in order to make Borlabs work as expected.
    But as Borlabs saves all the settings based on the current language, one needs to reconfigure all plugin settings again.

    Regards,
    Daniel

Viewing 4 replies - 16 through 19 (of 19 total)
  • Ben

    (@benbornschein)

    Screenshot A: https://share.cleanshot.com/bG6b0LyV WordPress settings BEFORE installing your plugin.

    Screenshot B: https://share.cleanshot.com/lGCSbkWG Value of WPLANG in the options-table.

    Screenshot C: https://share.cleanshot.com/CxGpCZtN After your plugin has been installed, and the languages have been added and saved.

    Screenshot D: https://share.cleanshot.com/2LHD7Qg2 The value of WPLANG is removed by your plugin.

    You can contact me at https://borlabs.io/support/ to receive a coupon for a license key.

    Thread Starter m0n0mind

    (@m0n0mind)

    Hi Pascal,

    I’ll sent you a user login for a DEV site that shows this behaviour if you like. If so, tell me where to send it to.

    Ben

    (@benbornschein)

    I dug a little deeper and I think your plugin is not removing the WPLANG value of the option, but is still responsible for removing it. I think it’s somehow related to the replaced <select> field on the WordPress settings page.

    Plugin Author Pascal Birchler

    (@swissspidy)

    Email sent!

    I dug a little deeper and I think your plugin is not removing the WPLANG value of the option, but is still responsible for removing it.

    Hmm are you fetching that value using direct database queries? You will notice that calling get_option( 'WPLANG' ) will still return de_DE_formal as the value, so there shouldn’t be any breakage.

    But if you do direct queries or circumvent any filters that’s another story… In that case I can look into always persisting that value, no matter what.

Viewing 4 replies - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.