Title: PHP Warning: count(): Parameter &#8230;. main.php
Last modified: May 20, 2022

---

# PHP Warning: count(): Parameter …. main.php

 *  Resolved [al3ilm](https://wordpress.org/support/users/al3ilm/)
 * (@al3ilm)
 * [4 years ago](https://wordpress.org/support/topic/php-warning-count-parameter-main-php/)
 * PHP Warning: count(): Parameter must be an array or an object that implements
   Countable in /home/*****/public_html/wp-content/plugins/mp3-jplayer/main.php 
   on line 774
 * error line:
 *  return ( count( $PLAYLIST ) < 1 ? false : $PLAYLIST );
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-warning-count-parameter-main-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [al3ilm](https://wordpress.org/support/users/al3ilm/)
 * (@al3ilm)
 * [4 years ago](https://wordpress.org/support/topic/php-warning-count-parameter-main-php/#post-15664720)
 * Fix the error to:
 *  return ( count( (array) $PLAYLIST ) < 1 ? false : $PLAYLIST );
 * I found the solution here:
 * [https://www.php.net/manual/en/function.count.php#124263](https://www.php.net/manual/en/function.count.php#124263)
 *  Thread Starter [al3ilm](https://wordpress.org/support/users/al3ilm/)
 * (@al3ilm)
 * [4 years ago](https://wordpress.org/support/topic/php-warning-count-parameter-main-php/#post-15682808)
 * Resolved

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

The topic ‘PHP Warning: count(): Parameter …. main.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mp3-jplayer_c3a59d.svg)
 * [MP3-jPlayer](https://wordpress.org/plugins/mp3-jplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp3-jplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp3-jplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/mp3-jplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp3-jplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp3-jplayer/reviews/)

## Tags

 * [count](https://wordpress.org/support/topic-tag/count/)
 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * 2 replies
 * 1 participant
 * Last reply from: [al3ilm](https://wordpress.org/support/users/al3ilm/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/php-warning-count-parameter-main-php/#post-15682808)
 * Status: resolved