Home Forums Newsletter Plugin Support Undefined variable: r

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #100412
    nordencentrum
    Participant

    I am making a new newsletter. There’s a content, including image and text and link to my website – just simple link as “Details…” and thelink. Unfortunetelly, tests of the newsletter show that the link does not work properly. It goes to strange adress: http://nordencentrum.pl/?nltr=NTsxOTQ7aHR0cDovL25vcmRlbmNlbnRydW0ucGwvcGwvd3lkYXJ6ZW5pYS0yMDE4Lzs7YWQxMGIwOTg0OTRlZTMzNmQ2NDZlNTgyNjFkMGU1Yjg%3D

    And there the notice appears:

    Notice: Undefined variable: r in /home/norden/ftp/wp-content/plugins/newsletter/includes/module.php on line 154

    Warning: Cannot modify header information – headers already sent by (output started at /home/norden/ftp/wp-content/plugins/newsletter/includes/module.php:154) in /home/norden/ftp/wp-content/plugins/newsletter/statistics/statistics.php on line 106

    What am I doing wrong? Help please… 🙁

    #100446
    Stefano
    Keymaster

    Hi, it’s a warning that will be fixed on next release. Check if your blog is in debug mode on wp-config.php and set it not to be in debug mode:

    define (‘WP_DEBUG’, false);

    Stefano.

    #100476
    nordencentrum
    Participant

    YES! It WORKS! Thank you a lot! :-))))

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.