Re: [qmailtoaster] update regarding admin-toaster

2019-07-04 Thread Eric Broch
In the link I sent (notes.html): Upgrading php-5.4 to >php-7.1 (remi) on CentOS 7 causes QMT web failures, fixes below. In file /usr/share/toaster/htdocs/mrtg/index.php (mrtg) lines 23-25 from: eregi($vettore[0] . "(.*)" . $vettore[1] , $contents, $buffer); $buffer = ereg_replace("SRC=\"",

Re: [qmailtoaster] update regarding admin-toaster

2019-07-03 Thread Tahnan Al Anas
this is latest installation, would you kindly share which file to change or where to replace? -- -- Best Regards Muhammad Tahnan Al Anas On Thu, Jul 4, 2019 at 3:53 AM Eric Broch wrote: > https://www.qmailtoaster.org/notes.html > On 7/3/2019 11:26 AM, Jaime Lerner wrote: > > ereg_replace

Re: [qmailtoaster] update regarding admin-toaster

2019-07-03 Thread Eric Broch
https://www.qmailtoaster.org/notes.html On 7/3/2019 11:26 AM, Jaime Lerner wrote: ereg_replace has been deprecated. You must have a newer version of PHP installed. I'm sure Eric has a more recent version of that particular file you can replace yours with, but it's an easy fix to use

Re: [qmailtoaster] update regarding admin-toaster

2019-07-03 Thread Jaime Lerner
ereg_replace has been deprecated. You must have a newer version of PHP installed. I'm sure Eric has a more recent version of that particular file you can replace yours with, but it's an easy fix to use preg_replace instead of ereg_replace. From: Tahnan Al Anas Reply-To: Date: Wednesday,