Title: Problem with parse_str() default size
Last modified: August 20, 2016

---

# Problem with parse_str() default size

 *  Resolved [geordie__](https://wordpress.org/support/users/geordie_/)
 * (@geordie_)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-parse_str-default-size/)
 * Since I have more than 1000 posts and parse_str() set to 1000 by my hosting provider
   I don’t have a right order of my posts.
    If I weren’t able to increase its value
   because of hosting policies, how could I solve this problem?
 * [http://wordpress.org/extend/plugins/post-types-order/](http://wordpress.org/extend/plugins/post-types-order/)

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

 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-parse_str-default-size/#post-3357994)
 * This is caused by the max_input_vars limitation, see if you can increase this
   php variable.
    For a later version, we will try to replace with a custom functionality
   to avoid such issues.
 *  Thread Starter [geordie__](https://wordpress.org/support/users/geordie_/)
 * (@geordie_)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-parse_str-default-size/#post-3358000)
 * On a shared hosting just create a file called .user.ini in root folder and insert
   this row:
 * `max_input_vars = 2000`

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

The topic ‘Problem with parse_str() default size’ is closed to new replies.

 * ![](https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428)
 * [Post Types Order](https://wordpress.org/plugins/post-types-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-order/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-order/reviews/)

## Tags

 * [post order](https://wordpress.org/support/topic-tag/post-order/)

 * 2 replies
 * 2 participants
 * Last reply from: [geordie__](https://wordpress.org/support/users/geordie_/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/problem-with-parse_str-default-size/#post-3358000)
 * Status: resolved