• Resolved tonhermans

    (@tonhermans)


    Hi, i have a blanc settings window after upgrading to 4.0.5 going back to 4.0.3 did not help…

    I removed the plugin klantenvertellen and everything works like it should be.
    Klantenvertellen is an important dutch review site but the software activation gives me a headache

    Greetings Ton Hermans

    • This topic was modified 3 years, 11 months ago by tonhermans.
    • This topic was modified 3 years, 11 months ago by tonhermans.
Viewing 1 replies (of 1 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @tonhermans,

    You’re referring to this plugin?
    https://www.ads-software.com/plugins/klantenvertellen/

    I was able to reproduce the issue with this one, although I see there is a similar plugin with partly the same name.

    The problem is caused because this plugin affects $_GET variables outside their own settings page.
    It can easily be fixed, but as the plugin isn’t updated in 10 months I don’t know if they’re open to pull requests.

    If you put the following line in class-klantenvertellen-admin.php, on line 47, after the “public function enqueue_styles()” line, the problem is resolved. It will limit the plugin’s admin settings page actions to it’s own settings page.

    if ( !isset($_GET['page']) || $_GET['page'] !== 'klantenvertellen' ) return;

Viewing 1 replies (of 1 total)
  • The topic ‘Blanc settings window after upgrade 4.0.5’ is closed to new replies.