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.in
OR call us on +1 630 534 0223 / +91-7016851729, Alternately you can request for information by filling up Contact Us
Leave a Reply