ImpressCMS / impresscms

A multilingual, extensible, community oriented CMS developed in PHP
https://www.impresscms.org
Other
27 stars 35 forks source link

Fatal Error creating a new category in imTagging #1516

Closed skenow closed 11 months ago

skenow commented 12 months ago

Describe the bug

Fatal error when creating a new category in imTagging (error is in the core)

Error: sizeof(): Argument #1 ($value) must be of type Countable|array, string given libraries/icms/ipf/Metagen.php line 20

To Reproduce

Steps to reproduce the behavior:

  1. Install imTagging module, navigate to the main admin page for the module
  2. Click on Add a Category
  3. Complete the form, click on Submit
  4. See error

Expected behavior

Category should be created.

Server

Additional context

Similar to #1495