-
Notifications
You must be signed in to change notification settings - Fork 114
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
500 Internal Server Error & missing folders #123
Comments
In |
Here's a sample of the log...
Disabling the Having done that the front end loads as expected but the back end is completely unstyled. Looking into the rendered code I find that assets are referenced as being at I must offer the opinion that having controllers, modules, & views in the standard locations is better because it makes tracking issues like these, and also further customisation, much easier. I also think it better to copy assets to |
It's seems that you need to configure your apache, to enable configuration from the From README:
What about controllers, modules, and views in the standard locations: In my application you don't have restriction, and you are free to use whatever internal structure you want. The main reason of separate modules, is to give you a really clean template, that will have just really needed things with minimal addons. So after installation each of us, can choose his preferable way to develop his application, without needed to clean up some extra directory. About symlink: In case when it's not supported you can really easy disabled it by config file, just making |
dear vova07, do i have to create virtual host? i am on windows 8 with wamp server i did all mentioned in readme. |
Hi @rajesh188 , |
After setting up my yii2-start application I get a "500 Internal Server Error" on both front end & back end.
Looking through the folder structure I find that as compared to the standard yii2-advanced application the following folders are missing...
So it appears that I have an application with no models, controlers, or views.
All my other yii2 applications work as expected.
The text was updated successfully, but these errors were encountered: