CasabeSoft / csacademia

Academic management software
http://academia.casabesoft.com/
0 stars 4 forks source link

Adapt code to properly work with PHP 7.x #92

Closed carlosbello closed 5 years ago

carlosbello commented 5 years ago

We need to remove the __autoload function from config.php file in order to upgrade to PHP v7.x in production. Also we have to upgrade the MPDF library because the current is not compatible with PHP 7 (see https://github.com/mpdf/mpdf/issues/277)