demo icon indicating copy to clipboard operation
demo copied to clipboard

SQLSTATE[HY000]: General error: 1 no such table: currencies

Open stephanus-tantiono opened this issue 2 years ago • 1 comments

got this error when trying to setup the demo at my local

https://flareapp.io/share/x5My0Xe5#F140

stephanus-tantiono avatar Aug 03 '22 03:08 stephanus-tantiono

already do the migration and seed, also composer update

stephanus-tantiono avatar Aug 03 '22 03:08 stephanus-tantiono

Make sure your PHP server has the sqlite extension

danharrin avatar Aug 21 '22 07:08 danharrin

I have the same thing. It happens on both MySql and sqlite engine. Currencies table is missing.

image

qcol avatar Jan 19 '23 17:01 qcol

Currencies are stored in an in-memory database, not your projects database

danharrin avatar Jan 19 '23 17:01 danharrin

OK, I understand. In any case, I have the same error :

image

qcol avatar Jan 19 '23 20:01 qcol

OK, I understand. In any case, I have the same error :

image

Do you have SQLite installed?

pxlrbt avatar Jan 19 '23 20:01 pxlrbt

yes, SQLite installed

qcol avatar Jan 19 '23 21:01 qcol

I am getting this as well with both MySQL and SqlLite. Fresh install from Github today.

joleenshook avatar Nov 18 '23 15:11 joleenshook