backdrop-contrib / metatag

Add structured metadata, aka "meta tags", for various pages on your site.
GNU General Public License v2.0
3 stars 15 forks source link

Warning: count(): Parameter must be an array or an object that implements Countable #40

Closed laryn closed 3 years ago

laryn commented 4 years ago

I was troubleshooting https://forum.backdropcms.org/forum/newbie-problem-metatag and when trying to recreate the scenario I am seeing this error in my log:

Warning: count(): Parameter must be an array or an object that implements Countable in metatag_metatag_config_instance_info() (line 22 of /path/modules/metatag/metatag.metatag.inc).

This may be a PHP 7.2 issue.

jenlampton commented 3 years ago

Fixed via https://github.com/backdrop-contrib/metatag/issues/49