Hi,
I am using LimeSurvey Community v6.10.0 and PHP v8.1.31 on my own server. I recently changed my DB username and password and I have changed those info in config.php. Also I have restarted my servers, DB connection is also successfull. But I'm getting this error:
CException: DataBase version are not found, seems LimeSurvey are not installed. in /var/www/html/application/commands/UpdateDbCommand.php:36
7Stack trace:
8#0 /var/www/html/vendor/yiisoft/yii/framework/console/CConsoleCommandRunner.php(71): UpdateDBCommand->run()
9#1 /var/www/html/vendor/yiisoft/yii/framework/console/CConsoleApplication.php(92): CConsoleCommandRunner->run()
10#2 /var/www/html/vendor/yiisoft/yii/framework/base/CApplication.php(185): CConsoleApplication->processRequest()
11#3 /var/www/html/application/commands/console.php(77): CApplication->run()
12#4 {main}
I have deleted config.php over and over. And at the end I've deleted the tables at the DB, and even though I've restarted the server the tables are not recreated. What could be the problem here? Could you help me understand why this might be happening?