Title: Category select box shows array!
Last modified: August 20, 2016

---

# Category select box shows array!

 *  [wzshop](https://wordpress.org/support/users/wzshop/)
 * (@wzshop)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/category-select-box-shows-array/)
 * Hi there,
    Nice plugin but i guess ive found a bug. When you use the selectbox
   for the category of the post, fill in all the fields except the category checkbox,
   it shows an array like: `array(9) { ["_wpnonce"]=> string(10) "6271f17f1b" ["
   _wp_http_referer"]=> string(15) "/add-a-new-song" ["cf_Artist"]=> string(6) "
   dasdas" ["cf_youtubeurl"]=> string(42) "http://www.youtube.com/watch?v=9NSm5nD9_k0"["
   wpuf_post_title"]=> string(6) "dasdas" ["wpuf_post_content"]=> string(9) "tyutyutyu"["
   wpuf_post_tags"]=> string(0) "" ["wpuf_post_type"]=> string(4) "post" ["wpuf_post_new_submit"]
   => string(3) "yes" }`
 * And the message
    `Please choose a category`
 * Any ideas how to fix this?
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)

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

 *  [dgrebb](https://wordpress.org/support/users/dgrebb/)
 * (@dgrebb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/category-select-box-shows-array/#post-3605254)
 * I’m having the same issue. Has a solution been found?
 *  [dgrebb](https://wordpress.org/support/users/dgrebb/)
 * (@dgrebb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/category-select-box-shows-array/#post-3605255)
 * Tracked this down to what looks like an mistakenly uncommented line. Looks like
   it was in there for testing, but serves no purpose to the actual plugin.
 * Line 298 of wp_user_frontend/wp-add-post.php: `var_dump( $_POST );` puts out 
   the array of post data. Comment that out and you should be good to go.

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

The topic ‘Category select box shows array!’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

## Tags

 * [box](https://wordpress.org/support/topic-tag/box/)
 * [category](https://wordpress.org/support/topic-tag/category/)
 * [select](https://wordpress.org/support/topic-tag/select/)

 * 2 replies
 * 2 participants
 * Last reply from: [dgrebb](https://wordpress.org/support/users/dgrebb/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/category-select-box-shows-array/#post-3605255)
 * Status: not resolved