ilosuna / phpsqlitecms

phpSQLiteCMS is a simple and lightweight web content management system based on PHP and SQLite.
phpsqlitecms.net
MIT License
138 stars 75 forks source link

Fatal error: __autoload() is no longer supported #43

Open ghost opened 1 year ago

ghost commented 1 year ago

Didn't even have a chance to look at it. Added phpsqlitecms folder to my doc root. Configured my vhost file. Restarted my server. Navigated to phpsqlite, and got this error: Fatal error: __autoload() is no longer supported use spl_autoload_register() instead xxx\cms\includes\functions.inc.php on line 3

wolffe commented 2 months ago

I have forked this repository and fixed all fatal errors, including the __autoload() not being supported. phpSQLiteCMS now works on PHP 8+.

There are still issues, but I would like to restart work and contributions are more than welcome.

https://github.com/wolffe/phpsqlitecms