When i try to change the format, the order or the advanced options of fields (so everything that requires ajax) the ajax loop appears but there is no response.

This occured only on one content type. The others are fine.
So i think the bug occured only on content type with too many fields.

Comments

BlackyWhoElse’s picture

Hey there same problem here:
https://drupal.org/node/2083179

If you enable devel you get a error message for that so just install devel and see if its the same message.

greg__’s picture

Hey,

I have no "error" message at all because the ajax doesn't respond.
I get a message only by refreshing the page because the ajax request is not over.

An AJAX HTTP request termined abnormally.
Debugging information follows.
Path : /system/ajax
StatusText: error
ResponseText:
ReadyState: 0
BlackyWhoElse’s picture

Yeah got the same message.

I will try to reinstall the module and set everything up again.
If it works I will post it.

swentel’s picture

Status: Active » Postponed (maintainer needs more info)
greg__’s picture

The patch doesn't change anything.

greg__’s picture

Ok so i don't why but the bug just resolved itself.

greg__’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)
robgreeniowa’s picture

I ran into this exact same issue today, with a 'manage display' that contains an absurd number of fields. Adding max_input_vars = 2000 to my Apache server's php.ini fixed it. Apparently, PHP's default is 1000, and I'd maxed that out. Hope that helps! :)

oriol_e9g’s picture

Issue summary: View changes

@robgreeniowa same problem with an absourd number of conditions in the webform module and same solution! Thanks! Two years late you save my day!

logesh waran’s picture

Hi oriol_e9g,

Facing the same problem which you have faced. Can you please tell me, what all you did to fix the issue. because i have changed max_input_vars = 2000 but still am getting the error (Call to undefined function _bootstrap_process_element()).

Thanks in advance.

oriol_e9g’s picture

@Logesh I only have increased the max_input_vars to 2000 and the error disappeared.

logesh waran’s picture

Hi oriol, i resolved the problem using a patch which i found in a issue thread. Increasing max_input_vars didn't help in my case.
Thanks :)

logesh waran’s picture

raphael waeselynck’s picture

Hello logesh, can you give me more details about the patch you applied ? I am encountering the same issue.