I received this error everytime when I try to see style options. So I can't see this options. => I can't do anything with dev version.

Comments

irakli’s picture

You need to paste full error message. You should be able to find it in error message logs (Drupal)

Daniel A. Beilinson’s picture

It was ajax error, I can't find it in drupal recent log entries.

irakli’s picture

Status: Active » Postponed (maintainer needs more info)

Unless you can re-create the error and paste something more, we don't have enough to debug with.

Thanks.

irakli’s picture

Title: An error occurred at http://example.com/admin/build/views/ajax/display/clinic_rejects/block_1/style_plugin. » An error occurred at style_plugin.
Daniel A. Beilinson’s picture

Title: An error occurred at style_plugin. » An error occurred at http://example.com/admin/build/views/ajax/display/clinic_rejects/block_1/style_plugin.

I can re-create error, but I can't find something more! Where I can find information about ajax error?

irakli’s picture

Title: An error occurred at http://example.com/admin/build/views/ajax/display/clinic_rejects/block_1/style_plugin. » An error occurred in style_plugin.

Please do not re-edit title. The long error one is messing up side-bar.

I am not sure where you can find more about the ajax error since I do not have access to your environment and nothing like that happens in our test environment.

Are you able to set other style plugins for that view?

You may want to install views_chart on a "clean" drupal install, to see if there may be something in your module list that causes the problem.

irakli’s picture

Status: Postponed (maintainer needs more info) » Fixed

I am still unable to re-create this problem but a whole bunch of important bugs were fixed in the latest release, so something tells me those could have fixed whatever was going here as well.

Please download the RC (which will go live in the next 20 minutes) release and re-test. If the problem persists and you find a little more information about the error - feel free to re-open.

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

gharp’s picture

I had the same problem while trying to edit a block views style in firefox.

An error occurred at http://www.xxxxx.in/admin/build/views/ajax/display/ViewTitle/block_1/sty....

Disabling the charts API module seemed to fix the problem.

eme’s picture

Same here : incompatibility between an old version of Charts and Graphs and the new release of this module. I upgraded Charts and Graphs to the last release and it works.

smsivaprakaash’s picture

go to view->tools->click basic tab->check the "Disable javascript with Views" save the configuration, then you can work on views, no style_plugin error.
It works for me.