I'm making an app with complete php. I'm using a bootstrap admin template to make the code. However, when I run the application, some pages aren't rendered. Instead, when I navigate to the page, it displays a localhost error that just says "check errors". An example of this is when I navigate from the index page to the user profile page. I receive an error from the application when I try to use a link to navigate to the app's profile page. How do I fix this?
Asked
Active
Viewed 115 times
-2
-
2Start with `checking errors`. – u_mulder Jul 04 '17 at 15:08
-
2Check the error log of your webserver – Maya Jul 04 '17 at 15:09
-
@NieDzejkob It doesn't have an error log. I'm using Xampp as the server for php. – metaco57 Jul 04 '17 at 15:22
-
1@metaco57 You do have it, you just don't know about it. [Where does PHP's error log reside in XAMPP?](https://stackoverflow.com/questions/3719549/where-does-phps-error-log-reside-in-xampp) – Maya Jul 04 '17 at 15:24
-
Please review the following and edit your question appropriately: https://stackoverflow.com/help/how-to-ask – garfbradaz Jul 04 '17 at 20:51
1 Answers
0
I found my problem. The error log was saying that I wasn't including a file properly. Once I fixed it, the application worked. Thank you.

metaco57
- 155
- 3
- 15