Support

Home Forums Event Espresso Premium Max Input Error Message PHP

Max Input Error Message PHP

Posted: June 25, 2016 at 8:14 am


festivalofcuriosity

June 25, 2016 at 8:14 am

Hello,

I keep getting this error. I have one test event in draft & this is what happens. Seems very inefficient, and also I don’t have the ability to up inputs past 1000.

Can you advise please?

The maximum number of inputs on this page has been exceeded. You cannot add anymore items (i.e. tickets, datetimes, custom fields) on this page because of your servers PHP “max_input_vars” setting.
There are 1314 inputs and the maximum amount currently allowed by your server is 1000.


Josh

  • Support Staff

June 28, 2016 at 3:27 pm

If anyone else happens to see this thread, is seeing the same error, *and* is running the Essential Grid and Social Warfare plugins, they can drop this code into a plugin:

add_action( 'add_meta_boxes_espresso_events', 'espresso_remove_admin_stuff_other_plugins' );
​
function espresso_remove_admin_stuff_other_plugins() {
    remove_meta_box( 'eg-meta-box', 'espresso_events', 'normal' );
    remove_meta_box( 'socialWarfare', 'espresso_events', 'normal' );
}

The support post ‘Max Input Error Message PHP’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso