Laravel Template Issues

Hi, guys today i tried to install a laravel app , that uses php 8.1, from developer documentations. Today i accidentaly installed it using php8.2 and all were ok, the only problem was the database functions inside laravel, i was not able to generate database backups, restore them … After i was swithcing to PHP 8.1 because i was thinking that the database could be because of higher php version other than that supported by the app, when i tried to install it i got err 500 on the installation page… I think something is broken on the 8.1 template or something… because i can`t explain why if i used php 8.2 i was able to install the app, without any 500 err page, and when i changed the template to php 8.1 the installation does not work anymore… I need to mention, that i deleted cache, database … when i tried to install it…

hi did you checked the domain error log for more info ? what error is mentioned there?

2023/07/25 16:35:20 [error] 257072#257072: 362 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘pcdoctor_depanero.settings’ doesn’t exist in /home/pcdoctor/web/.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:414
Stack trace:
#0 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(414): PDO->prepare()
#1 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(786): Illuminate\Database\Connection->Illuminate\Database{closure}()
#2 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(753): Illuminate\Database\Connection->runQueryCallback()
#3 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(422): Illuminate\Database\Connection->run()
#4 /home/pcdoctor/web/…PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘pcdoctor_depanero.settings’ doesn’t exist in /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:414
Stack trace:
#0 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(414): PDO->prepare()
#1 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(786): Illuminate\Database\Connection->Illuminate\Database{closure}()
#2 /home/pcdoctor/web/
.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(753): Illuminate\Database\Connection->runQueryCallback()
#3 /home/pcdoctor/web/
*.net/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(422): Illuminate

you’ve db issue as this table doesn’t exists or corrupted