Ok now when i go to mydomain.com/admin and enter my db pass to upgrade, it says this error
Something went wrong: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'u901538740settings' already exists (SQL: rename table u901538740config
to u901538740settings
)
And from my understanding, it wants to rename the config table to settings but settings already exists.....but here's the problem, if i remove the settings table i wont be able to get to the update page cuz ill get an error saying :
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u901538740_flaru.u901538740settings' doesn't exist' in /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php:319 Stack trace: #0 /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php(319): PDO->prepare('select value
,...') #1 /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php(655): Illuminate\Database\Connection->Illuminate\Database{closure}(Object(Illuminate\Database\MySqlConnection), 'select value
,...', Array) #2 /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php(618): Illuminate\Database\Connection->runQueryCallback('select value
,...', Array, Object(Closure)) #3 /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php(324): Illuminate\Database\Connection->run('select value
,...', Array, Object(Closure)) #4 /home/u901538740/public_html/test2/vendor/illuminate/database/Query/Build in /home/u901538740/public_html/test2/vendor/illuminate/database/Connection.php on line 662
Which means that it cant load cuz the settings table doesn't exist.... So what's the fix to this? Isn't there a way i can make it skip the renaming from config to settings process and proceed to do all the rest?