Press ESC to close

How to read vtigercrm.log file over https

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

Variance Infotech

Variance Infotech is a company, helping world wide customer to spread their expertise in mobile app development & CRM solutions for all industries among businesses which has been proven a boost-up factor in the digital aura worldwide.

Leave a Reply

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

Subscribe to our newsletter

Please wait...
Want to be notified when our article is published? Enter your email address and name below to be the first to know.