10-30-2018, 01:28 PM
Hi
In your config.inc.php look for this line:
$dbconfig['db_type'] = 'mysqli';
and make sure it is mysqlI, php 7 has deprecated mysql so on that version you can only use mysqli
that should fix the error above
coreBOS works correctly on PHP 7.x, in fact even on 7.2, we do not support that version because some of our third-party dependencies haven't updated yet, so if you don't use those you can even work with PHP7,2
Let us know how it goes.
In your config.inc.php look for this line:
$dbconfig['db_type'] = 'mysqli';
and make sure it is mysqlI, php 7 has deprecated mysql so on that version you can only use mysqli
that should fix the error above
coreBOS works correctly on PHP 7.x, in fact even on 7.2, we do not support that version because some of our third-party dependencies haven't updated yet, so if you don't use those you can even work with PHP7,2
Let us know how it goes.
Joe
TSolucio
TSolucio