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
Comment #1
BlackyWhoElse commentedHey 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.
Comment #2
greg__ commentedHey,
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.
Comment #3
BlackyWhoElse commentedYeah got the same message.
I will try to reinstall the module and set everything up again.
If it works I will post it.
Comment #4
swentel commentedCan you check the patch #1519916: Field templates, field refresh and cogwheel problems ?
Comment #5
greg__ commentedThe patch doesn't change anything.
Comment #6
greg__ commentedOk so i don't why but the bug just resolved itself.
Comment #7
greg__ commentedComment #8
robgreeniowaI 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! :)
Comment #9
oriol_e9g@robgreeniowa same problem with an absourd number of conditions in the webform module and same solution! Thanks! Two years late you save my day!
Comment #10
logesh waran commentedHi 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.
Comment #11
oriol_e9g@Logesh I only have increased the max_input_vars to 2000 and the error disappeared.
Comment #12
logesh waran commentedHi 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 :)
Comment #13
logesh waran commentedComment #14
raphael waeselynck commentedHello logesh, can you give me more details about the patch you applied ? I am encountering the same issue.