Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Roberto Fietta

    (@webagile)

    Hi, probably you have PHP warnings turned on, they are just notices, not errors.
    Regards,
    Roberto

    I am having a similar issue with the latest Newsletter plug-in and latest PHP version.

    Warnings or not, suppression of the warnings is not a proper resolution, though is a good short-term kludge.

    However, it is *more* than just warnings in my case, at least for the Unsubscribe/Profile page. Execution seems to be blocked.

    Can I/we have any input on this matter? Should we expect a fix, or begin work-arounds, or even our own fixes to the code so that it adheres to the latest PHP standards (which I assume is the problem)?

    See this thread for my previous post: https://www.ads-software.com/support/topic/newsletter-php-warnings-on-profile-page-seem-to-stop-execution?replies=4#post-7927851

    Thanks much.

    Plugin Author Stefano Lissa

    (@satollo)

    Are you using php 7? Can you check the error logs for more information?

    I am running PHP 5.5.9.

    Also note that I am not the OP. I hijacked this thread. He had notices that I think have now become warnings.

    I since suppressed all those warnings, and made use of my own unsubscribe code to get around errors with Newsletter. I see them several places Newsletter code is run, and suspect you will as well as soon as you test with that version of PHP and warnings not suppressed.

    See the thread I linked to above for details on my issue.

    I will dig up the error logs and see what they have to say, but I would imagine they will list the warnings that I’ve posted.

    e.g. Gazillion similar to:

    Warning: Illegal string offset ‘unsubscription_error_text’ in /var/www/vhosts/processlasso.bitsum.com/wp-content/plugins/newsletter/includes/controls.php on line 431

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Just installed and have error’ is closed to new replies.