• Resolved popandsoul

    (@popandsoul)


    I can send the newsletter only manualy. When I try to send the newsletter to a list, I get the following error:

    ‘Fatal error: Call to undefined function get_current_blog_id() in /home/user/public_html/wp-content/plugins/knews/includes/submit_batch.php on line 10’

    In fact, there are other message errors that that appear on other pages of the plugin settings:

    On Advanced Settings tab :
    ‘Fatal error: Call to undefined function get_current_blog_id() in /home/user/public_html/wp-content/plugins/knews/knews.php on line 280’

    Could you please help?
    I think the plugin is awesome and I would like to be able to use it…

    Thanks.

    https://www.ads-software.com/extend/plugins/knews/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author creverter

    (@creverter)

    Are you updated to the last Knews version? What WP version have you?

    Regards,
    Carles.

    Thread Starter popandsoul

    (@popandsoul)

    Yes I have the last knews version (1.2.3)
    And WP version is 3.01 (I cannot upgrade because some plugins I use are not supported in more recent versions and are essential for me).

    Thanks.

    Plugin Author creverter

    (@creverter)

    Please, try to add this into your theme functions.php:

    function get_current_blog_id() {
    return 1;
    }

    Regards,
    Carles.

    Thread Starter popandsoul

    (@popandsoul)

    Thanks very much!. Now all the message errors have dissapeared and I have been able to configure the smtp and the testing is ok…But the newsletter can’t be sent…

    Maybe because I have not been abe to configure CRON in my web server. I have tried with the other CRON alternatives (WP internal and Javascript window) but the newsletter is not sent.

    Any help?
    Thanks again.

    Plugin Author creverter

    (@creverter)

    get_current_blog_id() : next releases will test this function before call it.

    Newsletter send: select the js-cron, and then make a new submit, and open the JS-CRON emulation window, what happens?

    Thanks,
    Carles.

    PD: You can submit to me your admin url, user and password to contact at knewsplugin dot com, and I will digg in the issue…

    Regards,
    Carles.

    Thread Starter popandsoul

    (@popandsoul)

    The js-cron window is opened and shows a regresive timer that seem to work ok, but the newsletter is not sent.

    I’m sending you an email with my admin password and more details…

    Thanks!

    Plugin Author creverter

    (@creverter)

    Ok, the multi blogging feature is incompatible with WP 3.0, Knews is compatible with WP 3.1 and above for multiblogging!!!

    Thread Starter popandsoul

    (@popandsoul)

    OK. I’m afraid I will need to upgrade my WP version…

    Thanks for your great support!.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error sending Newsletter to a list’ is closed to new replies.