• Hello,

    I already pointed this bug by email one year ago about release 4.3, but since no fix seems to have been released, I come here.

    It happens in email-posts-to-subscribers/classes/loadwidget.php at line 53. If the website use a get parameters, for instance “?lang=fr” for multilingual management, the home_url() function will give it in return and the strpos function next line will find nothing, therefore blocking the process with no error.

    I solved it temporarily with : “$homeurl = substr($homeurl, 0, strpos($homeurl, “?”));”, but it would be nice if you could solve the problem for next official update ??

    Thanks in advance.

  • The topic ‘GET parameter in website block subscription’ is closed to new replies.