Open assellalou opened 3 years ago
I finally got it working.
if you cd into the public/themes directory, run the following commands:
ln -s default admin
ln -s default user
ln -s default public
This fixed it for me.
well it's the same as copying, and for your solution you really can't have different configs depending on the privileges, since all of your configs reference the default one.
Agreed. This is a lame band-aid, but it got the app to at least load for me.
Thank you @deanhouseholder
I am running Lavalite in Windows and the following fixed it
By cd into the public/themes directory, run the following commands: (using cmd)
mklink /D admin default
mklink /D user default
mklink /D public default
ive the same issue on fresh installation, after doing that next error is showed to me:
Yes, I have the same problem after correcting the DB connection.
can anyone upload the solution for the same?
Yes, I have the same problem after correcting the DB connection.
can anyone upload the solution for the same?
I've fixed this issue by running db seeders php artisan db:seed
The file is required in more than one file, but doesn't exist neither for user nor for the the admin.
reprod : after a fresh install, just serve the app and you'll get the error.
potential fix : I worked it out just by copying the
public/themes/default
folder intopublic/themes/admin
andpublic/themes/user
.