CodeIgniter is displaying an error but it doesn't say in what line or what file is the error in. All I get is
syntax error, unexpected ';', expecting variable (T_VARIABLE) or '{' or '$'
Maybe I changed a configuration by accident?
Edit: The problem is not the error, the problem is I don't know where the error is because CodeIgniter suddenly is not showing that information anymore.However the logs are showing the file and error line.
Edit 2: The question is NOT a duplicate. I'm not asking how can I fix this particular error, I'm asking if anyone knows why CodeIgniter is not saying where the error is and is only displaying the error itself.