[qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Remo Mattei
Hello guys, I do not use the UI much but I just noticed that one of my qmail is running php 7.x and here is the logs [Sun Sep 16 16:08:45.521413 2018] [:error] [pid 30232] [client 172.10.163.251:49668] PHP Notice: Undefined index: oldpasswd in /usr/share/toaster/htdocs/admin/index.php on line

Re: [qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Jaime Lerner
I could look at the script at admin.inc.php. You just need to use preg_replace as the function instead of ereg_replace. Would be a quick fix there to manually change it until Eric updates everything. The notice in the index.php shouldn't cause an immediate issue, but the fatal error breaks the adm

Re: [qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Remo Mattei
I did try that.. other things are broken too. Thanks any info will be appreciated though. Remo > On Sep 16, 2018, at 16:02, Jaime Lerner wrote: > > I could look at the script at admin.inc.php. You just need to use > preg_replace as the function instead of ereg_replace. Would be a quick fix

Re: [qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Eric Broch
I'm presently using only stock php. On 9/16/2018 4:11 PM, Remo Mattei wrote: Hello guys, I do not use the UI much but I just noticed that one of my qmail is running php 7.x and here is the logs [Sun Sep 16 16:08:45.521413 2018] [:error] [pid 30232] [client 172.10.163.251:49668] PHP Notice: U