Hello, I have installed SuiteCRM 7.0.1 on my server. K Reports module not working in it. There is a warning message:
Warning: opendir(./custom/modules/KReports/includes) [function.opendir]: failed to open dir: No such file or directory in /home/xyz/public_html/Suitecrm/modules/KReports/KReport.php on line 24
Please let me know if there is any solution. Thanks.
Did you perform a Quick Repair & Rebuild and Repair Roles by navigating to Admin -> Repair? This module works with SuiteCRM. Have you installed this successfully previously on SugarCRM?
Error log is showing only one warning several times - Warning: opendir(./custom/modules/KReports/includes) [function.opendir]: failed to open dir: No such file or directory in /home/rnroutso/public_html/reportcrm/modules/KReports/KReport.php on line 24.
@sid: Well, does the directory /custom/modules/KReports/includes actually exist? If it does, make sure your apache user (www-data) has access to it and the permissions are 755.
Now the error log shows
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 30720 bytes) in /home/mydomain/suitecrm/custom/modules/KReports/config/KReportWhereOperators.php on line 71
Also I’ve attached the screenshot of sugarcrm.log file.
Performed Quick Repair & Rebuild a number of times. The KReports page loads without showing any error (errors are getting logged in the log file) but the page is blank after the menu.
Folder permission of cache, custom, data, modules and theme are 775 and files in these folders are 664. Only the upload folder has 755 permission and its files have 644.