Title: PHP error
Last modified: March 11, 2018

---

# PHP error

 *  [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/php-error-267/)
 * 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)

 *  [mobilewebexpert](https://wordpress.org/support/users/mobilewebexpert/)
 * (@mobilewebexpert)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/php-error-267/#post-10075148)
 * 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.
 *  [phj123](https://wordpress.org/support/users/phj123/)
 * (@phj123)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-267/#post-10127779)
 * Thank you for this post! most appreciated! Will fix it this way lets hope it 
   will be in the next update.. 🙂
 *  [naumans52](https://wordpress.org/support/users/naumans52/)
 * (@naumans52)
 * [8 years ago](https://wordpress.org/support/topic/php-error-267/#post-10338853)
 * [@beherit](https://wordpress.org/support/users/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
 *  [barkster28](https://wordpress.org/support/users/barkster28/)
 * (@barkster28)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/php-error-267/#post-10520475)
 * thanks!
 *  [Bdur604](https://wordpress.org/support/users/bdur604/)
 * (@bdur604)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/php-error-267/#post-10562644)
 * Thanks! [@beherit](https://wordpress.org/support/users/beherit/)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PHP error’ is closed to new replies.

 * ![](https://ps.w.org/arconix-faq/assets/icon-256x256.jpg?rev=3050529)
 * [Arconix FAQ](https://wordpress.org/plugins/arconix-faq/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/arconix-faq/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/arconix-faq/)
 * [Active Topics](https://wordpress.org/support/plugin/arconix-faq/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/arconix-faq/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/arconix-faq/reviews/)

 * 5 replies
 * 6 participants
 * Last reply from: [Bdur604](https://wordpress.org/support/users/bdur604/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/php-error-267/#post-10562644)
 * Status: not a support question