Call us Today +1 630 534 0220

vTiger CRM use Log4PHP to generate the application log.

Sometime you may face issue to read the log file vtigercrm.log it is because log4php only set the file as readonly so nobody can access outside using https.

Here is simple solution to make the file readable. but advice is to revert once your work done.

below file and change the line mentioned.

/log4php.debug/appenders/LoggerAppenderFile.php

if (is_readable($fileName)) chmod ($fileName,0222);
comment above line in file LoggerAppenderFile.php

replace it with below line
if (is_readable($fileName))

Thanks
Happy programming !!!


Do You Need more information ?


For any further information / query regarding Technology, please email us at info@varianceinfotech.com
OR call us on +1 630 861 8263, Alternately you can request for information by filling up Contact Us
facebooktwittergoogle_plusredditpinterestlinkedinmailby feather

Leave a Reply

Your email address will not be published. Required fields are marked *

*