0
The log points error of undefined variables and functions. But it is not constant (error/s).
These variables are defined through POST, so if a GET is made the error is generated.
Analyzing the file individually it contains neither syntax nor logic errors, but daily the error repeats.
I would like to know the path the user makes to generate the error.
There is a way to add at the end of every log record the last page accessed by the user ? Looking for found error_prepend_string
and error_handler
The result I want to get is something like :
Call to undefined function have_posts() in D:\home\site\index.php on line 22 - **ultima pagina visitada .com.br**
What I must do to get this result ?
I will apply this but would like to do for any error, I’m having trouble locating the location where certain errors are being generated.
– Kaue Alves