Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be …
-
Hi!
Version 0.5.24
Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, bool given in /public_html/wp-content/plugins/cf7-getresponse/lib/system.php:92
Wrong:
if( count( $muplugins > 0 ) ) {Ok:
if( count( $muplugins ) > 0 ) {
- The topic ‘Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be …’ is closed to new replies.