kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.28k stars 944 forks source link

Error on PHP 7.4 #257

Closed nursahid closed 4 months ago

nursahid commented 5 months ago

A PHP Error was encountered Severity: 8192

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

Filename: PHPMailer/PHPMailerAutoload.php

Line Number: 45

kirilkirkov commented 5 months ago

@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?