Hello, 

When I try to drag and drop blocks in structure > blocks page, I cant drag and drop. I also clicked the show weight. I can change the value but it does not have any impact on blocks order. Simply not doing anything. 

Status report page Error "Bootstrap requires jQuery 1.7 or greater. Configure jQuery Update."

I changed to 
Default JQ version: 1.10
Alternate JQ: 1.10

I still have the same error in status report. 

While I was in structure > block > I right clicked and inspect > Console: Shows no error. 

Drupal: 7.56

Browser: Chrome Version 61.0.3163.100 (Official Build) (64-bit)

I was able to do it in firefox browser. Should I downgrade or upgrade chrome?

Thanks.

Comments

africa1’s picture

Hi,

To solve this, go your php.ini file and change the parameters as follows:

; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 4096
; How many GET/POST/COOKIE input variables may be accepted
suhosin.post.max_vars = 4096
suhosin.request.max_vars = 4096
max_input_vars = 4096

Mine is a very, very large site and hence the high max levels.

You can use 2048 if your site is not very large.

Tom