Here’s the error message from apache error_log.
[Wed Aug 16 12:44:46.935450 2017] [rewrite:error] [pid 1494:tid 140517329282816] [client 1xx.xx.xx.xx:57214] AH00670: Options FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden due to its similar ability to circumvent directory restrictions : /opt/bitnami/apache2/htdocs/crm.kelemenandco.com/KREST/sysinfo
Added these options to our vhost config, restarted apache and getting this from KREST/info:
{"version":"2.0","extensions":{"login":{"version":"1.0"},"module":{"version":"2.0"},"core":{"version":"2.0"},"metadata":{"version":"1.0"},"user":{"version":"1.0"}}}
However, loading KReports, still shows a broken page and these errors (we’ve enabled error_reporting(E_ALL) in config.php:
Strict Standards: Declaration of KReport::save() should be compatible with SugarBean::save($check_notify = false) in /opt/bitnami/apache2/htdocs/crm.kelemenandco.com/modules/KReports/KReport.php on line 0
and
Strict Standards: Declaration of KReport::create_new_list_query() should be compatible with SugarBean::create_new_list_query($order_by, $where, $filter = Array, $params = Array, $show_deleted = 0, $join_type = '', $return_array = false, $parentbean = NULL, $singleSelect = false, $ifListForExport = false) in /opt/bitnami/apache2/htdocs/crm.kelemenandco.com/modules/KReports/KReport.php on line 0
KReports is saving reports and we can see a few we’ve attempted to create in the reports lists. But when we try to view or edit the reports we get a mostly blank page.
KReports DetailView
I’ll post the Edit view in another post following this one.
Jim