Code: Select all
phpMyFAQ Fatal error
Uncaught exception: 'TypeError'
Message: 'Return value of phpMyFAQ\Configuration::isLdapActive() must be of the type bool, null returned'
Stack trace:
#0 /var/www/phpmyfaq/src/Bootstrap.php(148): phpMyFAQ\Configuration->isLdapActive()
#1 /var/www/phpmyfaq/setup/update.php(36): require('/var/www/phpmyf...')
#2 {main}
Thrown in '/var/www/phpmyfaq/src/phpMyFAQ/Configuration.php' on line 350
We only have default templates and we have no attachments, data or images. Those folders do not even exist in our installation.
I copied the database.php and ldap.php to the new ./config/ folder, but when going to http://server/setup/update.php we get the error.
PHP 7.4.32 is installed.
Should I upgrade to the latest version of 2.9 or perhaps 3.0 first, or is there something else I should look at? Thank you!