SeunMatt / codeigniter-log-viewer

This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients
MIT License
96 stars 39 forks source link

localhost is currently unable to handle this request. HTTP ERROR 500 #5

Closed akshilshah closed 6 years ago

akshilshah commented 6 years ago

Hi, While loading the controller I get an error of HTTP ERROR 500. I followed the exact steps but still can't figure out what can be done. I would really appreciate the help thank you

SeunMatt commented 6 years ago

Hello @akshilshah

You'll need to provide more information about what your setup.

  1. Copy-paste the full stack trace, you should find that in the logs folder
  2. What version of CI are you using?
  3. Copy-paste just the function that you mapped to the controller for displaying logs.
  4. Possibly paste the route config as well.

Cheers