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

File does not exist at path public/themes/admin/config.php #348

Open
assellalou opened this issue Jan 2, 2021 · 7 comments
Open

File does not exist at path public/themes/admin/config.php #348

assellalou opened this issue Jan 2, 2021 · 7 comments

Comments

@assellalou
Copy link

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 into public/themes/admin and public/themes/user.

@deanhouseholder
Copy link

deanhouseholder commented Jan 19, 2021

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.

@assellalou
Copy link
Author

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.

@deanhouseholder
Copy link

Agreed. This is a lame band-aid, but it got the app to at least load for me.

@abdulkarim-itani
Copy link

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

@jahstation
Copy link

ive the same issue on fresh installation, after doing that next error is showed to me:
image

image

@hardik-malvi
Copy link

Yes, I have the same problem after correcting the DB connection.

can anyone upload the solution for the same?

Screenshot 2021-04-15 114059

@rizalmovic
Copy link

Yes, I have the same problem after correcting the DB connection.

can anyone upload the solution for the same?

Screenshot 2021-04-15 114059

I've fixed this issue by running db seeders php artisan db:seed

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

7 participants
@deanhouseholder @rizalmovic @abdulkarim-itani @assellalou @jahstation @hardik-malvi and others