• There is an error in Your plugin:

    Warning: count(): Parameter must be an array or an object that implements Countable in .../wp-content/plugins/arconix-faq/includes/metabox/init.php on line 746

    This line:
    elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] === 1 ) )
    should be:
    elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] ) === 1 )

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have also started seeing an error with this plugin since upgrading to PHP 7.1 – in wp-admin > Dashboard…

    Notice: Undefined property: stdClass::$Array in /home/festiva3/public_html/wp-content/plugins/arconix-faq/includes/class-gamajo-dashboard-glancer.php on line 123

    Also other errors with PHP 7.2.

    Thank you for this post! most appreciated! Will fix it this way lets hope it will be in the next update.. ??

    @beherit I was wondering about the problem but after a long way downn here, I found the required solution here.

    Thanking you for cooperation and helping nerds here.

    Best regards

    thanks!

    Thanks! @beherit

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP error’ is closed to new replies.