sgladstone / com.fountaintribe.eventhelper

CiviCRM extension that provides tools for managing events and participants
Other
0 stars 3 forks source link

Fancy Participant Listing crashes due to Invalid argument / cannot modify header info #1

Open kngs opened 7 years ago

kngs commented 7 years ago

Hi Sarah, Thanks for your extension! It makes exporting event line items MUCH easier!

I installed it a few weeks ago (running Civi 4.7.22) and it was working fine (although I do wish I could save the search paramters :/ ). I'm using the Fancy Participant Listing search and am now getting:

Warning: Invalid argument supplied for foreach() in /home/mysite/www/www/wp-content/plugins/civicrm/civicrm/CRM/Contact/Selector/Custom.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/www/www/wp-content/plugins/civicrm/civicrm/CRM/Contact/Selector/Custom.php:235) in /home/mysite/www/www/wp-content/plugins/civicrm/civicrm/CRM/Utils/System/Base.php on line 903

I have seen a similar header warning (but preceeded by an implode warning when importing after an upgrade from 4.6 to 4.7 on another site). This was due to a bug that was fixed in 4.7.23 so I just upgraded from 4.7.22 --> 4.7.23 but am still getting the same error (actually I get the first Invalid argument warning now immediately upon visiting the search page with selecting any columns and submitting whereas before didn't get any messages until after the search)

I am now running Civi 4.7.23 in WP with your Event Helper extension version 2.3.1

Not sure the header warnings are related but the related JIRA issues fixed in 4.7.23 are (one duplicate): https://issues.civicrm.org/jira/browse/CRM-20739 https://issues.civicrm.org/jira/browse/CRM-20742

Any help you may have is greatly appreciated! Thanks, Karen