kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
213 stars 130 forks source link

Install without php-ctype is not checked #264

Closed realJoshByrnes closed 2 years ago

realJoshByrnes commented 3 years ago

During install, some checks are made, and it's probably a good idea to check if php-ctype is available.

At present, after everything is shown "OK" (database_setup page) there is an error if php-ctype is not enabled

An uncaught Exception was encountered Type: Error Message: Call to undefined function ctype_digit() Filename: /var/www/vendor/codeigniter/framework/system/database/DB_driver.php Line Number: 1399

kingster commented 2 years ago

Resolved via #267