sapplica / sentrifugo

Sentrifugo is a FREE and powerful Human Resource Management System (HRMS) that can be easily configured to meet your organizational needs.
http://www.sentrifugo.com/
GNU General Public License v3.0
488 stars 428 forks source link

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in */install/PHPMailer/PHPMailerAutoload.php on line 45 #295

Open Progressed36 opened 5 years ago

Progressed36 commented 5 years ago

Warning at fresh install Sentrifugo 3.2

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /var/www/clients/client0/web56/web/install/PHPMailer/PHPMailerAutoload.php on line 45

PHP 7.2.10 Sentrifugo 3.2

mut-hub commented 5 years ago

Any help about this error generated while installing sentrifugo

staruthaya commented 4 years ago

Any update on this?

unnamed1st commented 2 years ago

go to the installation directory and install an new version of phpmailer via composer. edit the index.php in the install directory and change

require 'PHPMailer/PHPMailerAutoload.php'; to require './vendor/autoload.php';