Ecommerce-CodeIgniter-Bootstrap icon indicating copy to clipboard operation
Ecommerce-CodeIgniter-Bootstrap copied to clipboard

Error on PHP 7.4

Open nursahid opened this issue 1 year ago • 1 comments

A PHP Error was encountered Severity: 8192

Message: __autoload() is deprecated, use spl_autoload_register() instead

Filename: PHPMailer/PHPMailerAutoload.php

Line Number: 45

nursahid avatar Apr 23 '24 23:04 nursahid

@nursahid There is no function "__autoload()" into the file "/application/libraries/PHPMailer/PHPMailerAutoload.php". "spl_autoload_register()" is used. Are you sure you have downloaded the latest version of the project?

kirilkirkov avatar Apr 24 '24 14:04 kirilkirkov