Tag: error
-
SQLSTATE[HY000]: General error: 1 no such table: cache
If you got this error while setting up Laravel application. Try to remove the line cache_driver=database in your .env file. Or create cache table for your application.
-
WP Local Docker install error
Problem Resolve Use node version 14.17 instead of 16.x