Create php_error.log FILE

Hi,

I installed SuiteCRM on my shared hosting. Have no access to php.ini. Asked my provider where is my php_error.log file and they said: “You have persmision to create php error log file, it is enebled.” "In your script you have to enable php error logging (eg in Wordpress or SuiteCRM)

Does anyone know how to create and fill php_error.log file???

Please help or any solution for this…

Thanx

I always did it with php.ini, but a quick Google tells me it can also be done from .htaccess files and from within the PHP code itself:
http://stackoverflow.com/questions/845021/how-to-get-useful-error-messages-in-php

1 Like