Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Seeder - country & currencies seems to missing? #91

Closed
storeconn opened this issue Jan 8, 2024 · 3 comments
Closed

DB Seeder - country & currencies seems to missing? #91

storeconn opened this issue Jan 8, 2024 · 3 comments

Comments

@storeconn
Copy link

storeconn commented Jan 8, 2024

Effects Area Customers & Orders

https://crm.storeconn.de/shop/customers

could not find driver
SELECT * FROM "countries" WHERE "countries"."id" = mp limit 1

App  \  Filament  \  Resources  \  Shop  \  CustomerResource   : 86 App\Filament\Resources\Shop\{closure}

@pxlrbt
Copy link
Member

pxlrbt commented Jan 9, 2024

could not find driver

That probably means you don't have SQLite extension installed.

@pxlrbt pxlrbt closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2024
@storeconn
Copy link
Author

storeconn commented Jan 9, 2024

mh strange i installed/activate SQLite ext. Migrate again

ENV: We using PHP 8.3-fpm and Mysql8 as database

And still missing tables
Illuminate  \  Database  \  QueryException PHP 8.3.1 10.39.0 SQLSTATE[HY000]: General error: 1 no such table: currencies SELECT * FROM "currencies" WHERE "currencies"."id" = bhd limit 1

app  /  Filament  /  Widgets  /  LatestOrders .php   : 38

`Tables\Columns\TextColumn::make('currency')

                ->getStateUsing(fn ($record): ?string => Currency::find($record->currency)?->name ?? null)

                ->searchable()

                ->sortable(),`

@storeconn
Copy link
Author

storeconn commented Jan 9, 2024

update i made a complete new clone and migrate new now it seems to work...strange did the exact same thing before...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants