.channels' doesn't exist in
-
This is not an issue, just run
php artisan migrate:fresh --seed
. -
Hi @trionix,
You are using the unsupported version, which doesn't support JSON type. Please upgrade your mysql version and check.
-
my sql version upgraded but still not working
-
@trionix
Are you getting still the same issue ?
Can you please share the screenshot of the error.? -
This post is deleted! -
In Connection.php line 678:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_store.channels' doesn't exist (SQL: select * from
ch annels
wherehostname
in (localhost, http://localhost, https://localhost))In Exception.php line 18:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_store.channels' doesn't exist
In PDOConnection.php line 82:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_store.channels' doesn't exist
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
-
@Danish-Sabir
Please share the steps. Whatever step you are following. -
i download the zip from client and run composer update , in the last i get these errors,
-
i need you on zoom for a minute
-
Hi there,
Have you installed bagisto first?
Because it looks like you have customized or added some
third party package.