lsgs / redcap-event-navigation-tweaks

REDCap external module with enhancements to event and arm navigation.
GNU General Public License v3.0
1 stars 2 forks source link

Array TypeError at line 340 #8

Closed dormistonsmith closed 1 month ago

dormistonsmith commented 1 month ago
The 'event_navigation_tweaks' module threw the following exception when calling the hook method 'redcap_data_entry_form_top':

TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in .../redcap/modules/event_navigation_tweaks_v1.1.1/EventNavigationTweaks.php:340

Looks very similar to the error (array_keys vs array_key_exists) from issue #7 so hopefully whatever the fix was for that should work if deployed here too?

lsgs commented 1 month ago

Thanks for reporting this @dormistonsmith. We've been getting some too but I have done a fix and submitted it to VUMC, so look out for v1.1.2 appearing soon.