You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using REDCap 12.2.1 and PHP 8.0.14 I get a fatal error when attempting to configure this within a project:
REDCap crashed due to an unexpected PHP fatal error!
Error message: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in modules/email_alerts_v2.3.14/configure.php:46 Stack trace: #0 modules/email_alerts_v2.3.14/configure.php(46): sizeof() #1 redcap_v12.2.1/ExternalModules/index.php(126): require('...') #2 {main} thrown
File: modules/email_alerts_v2.3.14/configure.php
Line: 46
based upon a similar error in another external module:
When using REDCap 12.2.1 and PHP 8.0.14 I get a fatal error when attempting to configure this within a project:
based upon a similar error in another external module:
https://community.projectredcap.org/questions/119956/cross-project-piping-php-8-error.html
It looks like this module is incompatible with PHP 8?
The text was updated successfully, but these errors were encountered: