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

Non file public/css/theme.css & public/js/config.js #474

Closed
4val0v opened this issue Dec 8, 2015 · 9 comments
Closed

Non file public/css/theme.css & public/js/config.js #474

4val0v opened this issue Dec 8, 2015 · 9 comments
Labels
troubleshooting Support with current features

Comments

@4val0v
Copy link

4val0v commented Dec 8, 2015

http://domain.loc/public/css/theme.css?user=1
Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain.loc/public/js/config.js
Failed to load resource: the server responded with a status of 404 (Not Found)

http://domain.loc/public/css/theme.css?user=1
Failed to load resource: the server responded with a status of 404 (Not Found)

@alexweissman
Copy link
Member

So, these aren't actual files - they are dynamically generated responses as seen here: https://github.com/userfrosting/UserFrosting/blob/master/public/index.php#L402-L412

What server/platform are you using? This is usually a configuration issue.

@alexweissman alexweissman added the troubleshooting Support with current features label Dec 8, 2015
@4val0v
Copy link
Author

4val0v commented Dec 9, 2015

@alexweissman Open Server
Apache-2.4+Ngingx-1.9
PHP-5.6
MySQL-5.6

@fv3rdugo
Copy link

fv3rdugo commented Dec 9, 2015

I comment you my problem with php5-mysql vs php5-mysqlnd, maybe is the same issue.

@alexweissman
Copy link
Member

@4val0v so, are you serving over Apache or nginx?

@Entrio
Copy link

Entrio commented Dec 24, 2015

I have same issue. I am using nginx to server all my files

@alexweissman
Copy link
Member

@Entrio is it just those URLs, or all URLs? Have you looked at #373?

@Entrio
Copy link

Entrio commented Dec 25, 2015

@alexweissman Thanks, that did the trick for me. Now to solve the 400 error

@St1c
Copy link

St1c commented Feb 17, 2016

I have the same problem, but using apache. Does anybody know solution?

@alexweissman
Copy link
Member

We'll be using a different system for serving dynamically created assets in the next version of UF. So, this should not be an issue going forward.
@St1c, please join us in chat if you're still having problems.

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

No branches or pull requests

5 participants