开发者

change weight block drupal 6

开发者 https://www.devze.com 2023-02-17 01:26 出处:网络
I have 300 blocks in my site and when I wanted to change the weight of a block, JavaScript crashed and now I can\'t make changes to any blocks. How can I开发者_C百科 make a change to a block now?

I have 300 blocks in my site and when I wanted to change the weight of a block, JavaScript crashed and now I can't make changes to any blocks. How can I开发者_C百科 make a change to a block now?

Is there a way to change admin/builds/block to show any region in 1 page?


Disable the javascript you will be able to sort your blocks again.


This worked for Drupal 7 and may work for Drupal 6: Try increasing the max_input_vars value in php.ini. Setting that value to 2000 worked in my case (Windows Server 2008/IIS/MySQL/PHP5.3 and over 200 Drupal blocks).

Troubleshooting tips for WIMP:
In php.ini, set: error_log=C:\Windows\temp\php_errors.log In php_errors.log, look for a message such as: "PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0"

0

精彩评论

暂无评论...
验证码 换一张
取 消