therealsujitk maruco Looks like it's failing to connect to your SQL database. Try restarting the database?
luceos maruco looks like your forum cannot access your database. Confirm your settings in the config.php.
maruco luceos i will try to restore back with my backup file then try again to upgrade beta 12. first time i try, core still beta 11 and my site cant be opened. after that i remove fof/recaptcha than its happen: maruco
Damien maruco Depends on the OS and database server. On Ubuntu using mysql or mariadb sudo systemctl restart mariadb sudo systemctl restart mysql Or CentOS sudo service mysql restart sudo service mariadb restart
luceos maruco your database connection either is incorrectly configured or the database is down; confirm with your hosting provider.
luceos There's nothing we can do on our end. And even if this happened during the upgrade, the only reason this error is shown is: The database crashed during the upgrade. The database configuration is incorrect. The database wasn't available and hasn't been available since. All of these require you do to this: Confirm you config.php database configuration is accurate. Connect to the database manually, eg phpmyadmin or other interfaces provided by the hosting provider. Reach out to your hosting provider to guarantee the database server is running.
maruco luceos after try to upgrade: its showing like this when i open home after that i remove recaptcha extention, then another problem showing
luceos maruco before you start the upgrade run composer why-not flarum/core v0.1.0-beta.12 Post the output here (or remove all 3rd party extensions listed).
luceos Remove the top two entries fof/linguist and zerosonesfun/announce using composer remove, then restart the update command. composer remove fof/linguist composer remove zerosonesfun/announce
maruco luceos done upgrade to beta 12, but error like this. should i add recaptcha extention to solve this?
luceos I have this feeling that OP is using outdated extensions (flagrow/upload instead of fof/upload).. maruco please post your composer.json.