Fatal error: Access to undeclared static property: CRM_Core_DAO::$_NULLArray in /home/tnsconejo/www/www/sites/all/modules/civicrm_constant_contact/civicrm_constant_contact.module on line 264
Fatal error: Access to undeclared static property: CRM_Core_DAO::$_NULLArray in /home/tnsconejo/www/www/sites/all/modules/civicrm_constant_contact/civicrm_constant_contact.module on line 264
Comments
Comment #1
adixon commentedI get this also, and looking through the code I'm baffled by the frequency of:
as the second argument to CRM_Core_DAO::executeQuery.
I assume that this is supposed to just be an empty array, so i replaced that second argument with
everywhere it appears (10+ times) and it's now no longer throwing errors, and seems to be working.
Comment #2
Nick Robillard commentedThanks adixon. Looks like CRM_Core_DAO::$_NULLArray is removed from civicrm 3.4.
Comment #3
bigjim commentedCommitted the change to the 1.x branch, thanks for the testing and work
Comment #4
bigjim commented