phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
737 stars 268 forks source link

3.6.13-rc1 - Undefined function in processing bounces #958

Closed enricozamprogno closed 6 months ago

enricozamprogno commented 1 year ago

I forgot to enable pop3 protocol on our firewall and phplist gave me this error

( ! ) Error: Call to undefined function output() in /var/www/html/bollettino/lists/admin/lib.php on line 962 Call Stack

Time Memory Function Location

1 0.0001 394128 {main}( ) .../index.php:0 2 0.0158 949696 include( '/var/www/html/bollettino/lists/admin/processbounces.php ) .../index.php:759 3 0.0158 933424 getPageLock( $force = ??? ) .../processbounces.php:488

the page URL is /lists/admin/?page=processbounces

inserting in lib.php the declaration of the output function taken from another module everything seems to work

enricozamprogno commented 1 year ago

Proposed patch #959

michield commented 6 months ago

Fixed with #959