Skip to main content
Topic: The pages goes to error page randomly (Read 674 times) previous topic - next topic

The pages goes to error page randomly

hi Team

I have setup an application this is login based each user get a link which is basically a search for tracking number

http://62.171.150.38/tracking/orders?search=435a6c19-cdd6-4f33-a350-125349693917

This works but a lot of times it goes to 500 error screen don't know why

why this happesn ? how i can fix?

Re: The pages goes to error page randomly

Reply #1
@muhdkhokhar‍ please check your server root of the project for error.log. And also if you don't see the error log file, try setting production to false to see what is causing the error.

Re: The pages goes to error page randomly

Reply #2
I alredy chekced nothing is there

is there anyway I can get email with stack exception if anything like this happens

its very embarassing for customers to see this issue and i cannot seem to help

 

Re: The pages goes to error page randomly

Reply #3
@muhdkhokhar‍ phprad provides an error file in the root folder of the project if production is set to true in the config and if it is set to false, it is displayed on the page. Please let your customer tell you the page he/she visited and the error displayed. Without this info I can't help you properly, thanks.