Condition: Views 6.x 2.8, Drupal 6.15
I have traced the error out by enabling and disabling different modules, and finally figure out the content glider module was the cause of the errors.
When one of content glider blocks enabled on a region of a views edit page. It affect the normal operation in the view configuration.
First, the layout of the table in the views were separated if I want to add a new display (say block) as show in contentglider1.JPG.
Second, if I want to alter the name of the table in Basic settings, it will show the following error in the browser instead of its normal response from the views. (as shown in contentglider3.JPG)
{ "replace": { "#views-tab-default": "\x3cdiv class=\"clear-block views-display views-display-default\"\x3e\r\n \x3cdiv class=\"top\"\x3e\r\n \x3cdiv class=\"inside\"\x3e\r\n \x3ca href=\"/drupal/help/views/display-default?popup=1\" class=\"advanced-help-link\" onclick=\"var w=window.open(this.href, \x26#039;advanced_help_window\x26#039;, \x26#039;width=500,height=500,scrollbars,resizable\x26#039;); w.focus(); return false;\" title=\"Default display\"\x3e\x3cspan\x3eHelp\x3c/span\x3e\x3c/a\x3e \x3cspan class=\"display-title\"\x3e\r\n Defaults \x3c/span\x3e\r\n \x3cspan class=\"display-description\"\x3e\r\n Default settings for this view. \x3c/span\x3e\r\n \x3c/div\x3e\r\n \x3c/div\x3e\r\n\r\n \x3cdiv class=\"left tab-section\"\x3e\r\n \x3cdiv class=\"inside\"\x3e\r\n \x3cdiv class=\"views-
Hope someone can try to solve the problem. Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| contentglider3.JPG | 21.96 KB | ycwjjjj | |
| contentglider2.JPG | 36.91 KB | ycwjjjj | |
| contentglider1.JPG | 40.65 KB | ycwjjjj |
Comments
Comment #1
d4rk1 commentedHello,
i have a same bug...
can someone help?
THX
Comment #2
drupalnesia commentedI am working to fix this bug. Temporary, you can avoid this error by disabling CG on views administration page (admin/build/views).
Comment #3
drupalnesia commentedFixed!
6.x-1.6:
----------------------------------------------------------
Fixed: avoid jQuery called twice
Fixed: error when edit Views while CG active
New: enable/disable link to original node
New: set delay between slideshow
New: set slideshow repeat
Comment #4
drupalnesia commentedComment #5
mag2000 commentedI have disable content copy module and this error gone...