Cpanel's "Last 300 Error Log Messages" not working

aww

Well-Known Member
#1
I thought I once fixed this but can't remember how to do it now.

Litespeed must put the PHP error log somewhere else because they never show up in Cpanel's "Last 300 Error Log Messages in reverse order" list.

How can I set cpanel or change litespeed's settings so the logs will be put in the right place for it to gather those errors for users?
 

aww

Well-Known Member
#2
Ah okay I think it's as simple as this line missing (commented out) from the default php.ini

error_log = error_log

Cpanel wants that to show the errors in the user panel I guess.
 
Top