kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

Having lots of error #106

Closed shuttercaptured closed 7 months ago

shuttercaptured commented 7 months ago

hello I hope you guys are still here. I am currently having many errors on the code hope you can help me.

image

kishor10d commented 7 months ago

@shuttercaptured This project supports till PHP 7.3 version. The CodeIgniter 3 framework is not supporting the further versions of PHP. If you install PHP 7.3 or 7.4, it will work for you.

mckaygerhard commented 6 months ago

Support for php 8 is partially done https://forum.codeigniter.com/showthread.php?tid=78091&pid=383537#pid383537 but not official supported for codeigniter upstream.. due stupid behaviour..

with few changes (maybe more than just few) it runs without security issues! https://github.com/bcit-ci/CodeIgniter/pull/6173

a complete working fork is on codeigniterpowered organization