[SOLVED] Error updating select fields

Dear friends,

I have issues with many Forms in Select fields, when I select some option from a select field it doesn?t update, it stay as updating but never ends, the message that appears is “processing”

I appreciate if somebody can help me.

Regards.

bug.jpg

Increase the value of ‘max_input_vars’ (don’t be shy) in php.ini.
Also changing the value of ‘memory_limit’ and ‘max_input_time’ might help.
Don’t forget to restart the server after changing those values.

jsb

Hi, jsbinca,

I already did what you said, but still have the same problem. I installed the updates today because said that was a problem with ajax in global variables but didn’t work. I tried with another form that hasn?t global variable and works normally. I think the problem is still .

This sounds similar to a problem I had a few weeks ago. When put into Debug, it would show that query running constantly, but with no results. I found a small typo in the query statement for the menu. I believe it was in the table name, or a column. Once I found and fixed the typo, it ran fine.