Anyone else had problem like this?

I am using small hierarchy inside my custom form. Interesting thing is that this error comes from this part of code:

      // When invalid HTML is received in Firefox, jQuery calls this function.
      //$('.hierarchical-select-wrapper').html(response.output);
      if ($('.hierarchical-select-wrapper > *', $(response.output)).length == 0) {
        Drupal.HierarchicalSelect.throwError(hsid, Drupal.t('Received an invalid response from the server.'));
        return;
      }

In comment it says that this is for Firefox but it is giving error only in IE :)

Any suggestions?

Mihajlo
Kontrola

Comments

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

Erh. That comment must be wrong. I'm not sure why I wrote that.

Can you reproduce this on a vanilla Drupal site? If you cannot, keep on adding modules that you're using on your actual site until the problem is reproduced.

When you're able to reproduce this (on a vanilla Drupal site with the minimum number of modules to reproduce it), then please make a screencast of:

  1. your site configuration
  2. the problem being reproduced

That makes it easier for me to reproduce the problem. Thanks!

P.S.: don't have any screencast software yet? On Windows and Mac OS X, you can use the free Jing.

wim leers’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing due to lack of response.

misc’s picture

Status: Closed (cannot reproduce) » Active

I use the latest release of the module and I can not get HS to work in Internet Explorer 8 and 9, and I get 'Invalid Response from Server'.

I use an vocabulary with the name 'Län/kommun', I changed the name to something without ä and /, but still had the same problem.

misc’s picture

Component: Code - Small Hierarchy » Code - Taxonomy
wim leers’s picture

Status: Active » Closed (cannot reproduce)

Please don't hijack old issues. Open a new issue instead.

misc’s picture

Hijack old issues? It should be normal procedure to continue an old issue if the problem is the same. But if you want to, I do it....