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
The following error will be captured if corrupted information about AAM settings is stored in the DB:
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /.../wp-content/plugins/advanced-access-manager/application/Addon/Repository.php:195
The root cause of it is that one of the AAM options that is stored in the wp_options DB table is somehow corrupted and does not return array value anymore
The text was updated successfully, but these errors were encountered:
The following error will be captured if corrupted information about AAM settings is stored in the DB:
The root cause of it is that one of the AAM options that is stored in the
wp_options
DB table is somehow corrupted and does not return array value anymoreThe text was updated successfully, but these errors were encountered: