🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: rocksolid.programming
2 messages
2 total messages Started by retro.guy@rockso Tue, 04 Aug 2020 07:50
php 7.0-7.3 (debian)
#176
Author: retro.guy@rockso
Date: Tue, 04 Aug 2020 07:50
15 lines
657 bytes
It looks like libphp-phpmailer has changed a bit from 7.0 to 7.3. I'll now need to keep two copies of 'rsusers.php' for rslight, or at least determine during install and install the correct script.

In the $phpmailer_path, things have moved and been renamed:

class.phpmailer.php is now src/PHPMailer.php
class.smtp.php is now src/SMTP.php

It is also necessary to specifically 'use' PHPMailer:

Maybe I can just put the entire script names and paths in config, just need to write it properly for each version, and if you upgrade 7.0 to 7.3, email will no longer work until you change it.

Retro Guy

--
Posted on: Unconfigured rslight site
www.novabbs.com
Re: php 7.0-7.3 (debian)
#177
Author: retro.guy@rockso
Date: Mon, 10 Aug 2020 09:41
18 lines
724 bytes
Retro Guy wrote:

> It looks like libphp-phpmailer has changed a bit from 7.0 to 7.3. I'll now need to keep two copies of 'rsusers.php' for rslight, or at least determine during install and install the correct script.

> In the $phpmailer_path, things have moved and been renamed:

> class.phpmailer.php is now src/PHPMailer.php
> class.smtp.php is now src/SMTP.php

> It is also necessary to specifically 'use' PHPMailer:

> Maybe I can just put the entire script names and paths in config, just need to write it properly for each version, and if you upgrade 7.0 to 7.3, email will no longer work until you change it.

Seems it's the change from phpMailer pre and post 6.0.

Retro Guy
--
Posted on: novaBBS
www.novabbs.com
Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads