ok. KReporter 4.2 is not ready for 7.1.
KReporter 4.3 will. We are in testing phase right now.
I will take a look a t export functinality under 7.1, I might be able to send you a code sample to replace.
Stephen,
for CSV export under php7.1 please modify following in
modules/KReports/KReport.php
line 1074: $fieldArray = ‘’;
change to $fieldArray = array();
That should be enough.
We also corrected CSV formating. You may also change
line 1094: $header .= iconv(“UTF-8”, $current_user->getPreference(‘default_export_charset’), $fieldArray [‘name’]) . $current_user->getPreference(‘export_delimiter’);
CSV export shall work with the change on line 1074 but you will encounter other problems.
PHP7.1 capability of KReporter contains few changes but these are dispatched among many files. Therefore I won’t list them but keep you posted as soon as KReporter 4.3 is released.
kylix: KReporter 4.2 is no longer supported and I can’t get it work on a SuiteCRM. I don’t know which version you have, probably older than 7.10 or you have another theme than the default theme.
I still have a SugarCRM CE 6.5.26 on which I installed a KReporter 4.2. CSV export works. But of course it runs under php.5.6.
Without error from the php log I won’t be able to guess what’s wrong. What I can do is give you access to KReporter 4.4 on my google drive. This is the link: KReporter4.4 - Google Drive
KReporter 4.4 has SuiteCRM support. At least for a SuiteCRM 7.10. Don’t now right now where they are with releases and to which extend a KReporter 4.4 will work.