I found these lines in my error log. not sure what laravel is but there is no folder with that name.
Code:
[22-Mar-2025 13:50:01 America/Chicago] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'coolster_cart.plugin_control' doesn't exist in /MyPath/public_html/laravel/vendor/illuminate/database/Connection.php:414
Stack trace:
#0 /MyPath/public_html/laravel/vendor/illuminate/database/Connection.php(414): PDO->prepare('select * from `...')
#1 /MyPath/public_html/laravel/vendor/illuminate/database/Connection.php(753): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from `...', Array)
#2 /MyPath/public_html/laravel/vendor/illuminate/database/Connection.php(720): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 /MyPath/public_html/laravel/vendor/illuminate/database/Connection.php(405): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
#4 /MyPath/public_html/laravel/vendor/illuminate/database/Query/Builder.php(2705): Illuminate\Database\Connection->select('select * from `...', Array, true)
#5 /MyPath/public_html/laravel/vendor/illuminate/database/Query/Builder.php(2694): Illuminate\Database\Query\Builder->runSelect()
#6 /MyPath/public_html/laravel/vendor/illuminate/database/Query/Builder.php(3230): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
#7 /MyPath/public_html/laravel/vendor/illuminate/database/Query/Builder.php(2693): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
#8 /MyPath/public_html/laravel/vendor/illuminate/database/Eloquent/Builder.php(710): Illuminate\Database\Query\Builder->get(Array)
#9 /MyPath/public_html/laravel/vendor/illuminate/database/Eloquent/Builder.php(694): Illuminate\Database\Eloquent\Builder->getModels(Array)
#10 /MyPath/public_html/includes/classes/PluginManager.php(31): Illuminate\Database\Eloquent\Builder->get()
#11 /MyPath/public_html/includes/application_top.php(298): Zencart\PluginManager\PluginManager->getInstalledPlugins()
#12 /MyPath/public_html/index.php(25): require('/MyPath/...')
#13 {main}