Reports with related modules get 0 data Warning: require_once(include/logging.php)

Hi,

to get a report based on a primary module it works properly. But if I add a related module (i.e. leads > comments) it hast 0 result.

As shown it doesnt work: https://wiki.vtiger.com/vtiger6/index.php/Exporting_Comments
Only with primary module comments I get the comments. But not connected to leads.

I tested also with other modules without success.

êrror msg: Warning: require_once(include/logging.php): failed to open stream: No such file or directory in /var/www/vtiger/include/database/PearDatabase.php on line 117

but file and complete vtiger dir has 775 for www-data:www-data

What could be wrong?

Comments

  • 6 Comments sorted by Votes Date Added
  • even tested with fresh install and test data.
    no way to get report lead with comment.
  • hi elisabethr,

    could you please tell us whether you are using a fresh installation of vtiger 6.1.0 or have you migrated from the older instances of vtiger so that it would be helpful for us to look into the issue.
  • hi,
    we tried both.
    first we had our migrated version (6.0->6.1). we thought it could be an error. then we tried a fresh install with some test data...same error msg.
  • hi elisabethr,

    please check whether you are having the file named logging.php in the include folder. it still the issue exists try changing the permission to 777 using the command sudo chmod -r 777 .


    thanks & regards,
    chetan
    vtiger team
  • hi, yes, file is there and complete include folder is set to 777.

    we dont use https.
Sign In or Register to comment.