-2

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?

metaco57
  • 155
  • 3
  • 15

1 Answers1

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