I just installed this module and it looks great.

I have enabled Add and Reference feature and when I click the add button I get a box with a spinner and never get the add node form.

Any advice in troubleshooting would be great.

CommentFileSizeAuthor
#3 Picture 1.png49.45 KBjdblank

Comments

markus_petrux’s picture

Status: Active » Postponed (maintainer needs more info)

Any error reported somewhere? Drupal logs? Apache logs? Javascript?

Also, make sure your version of jQuery UI matches your version of jQuery itself (see requirements section in project page).

If you can see nothing, then this needs to be debugged to find out where the problem is.

We need a recipe to reproduce the problem. Otherwise, it is not possible to guess what's going on.

markus_petrux’s picture

Status: Postponed (maintainer needs more info) » Fixed

Not enough information provided. Assuming it's been fixed.

jdblank’s picture

Status: Fixed » Active
StatusFileSize
new49.45 KB

Sorry for the delay in responding...

I do not see any errors in the Apache Logs or Drupal Logs.

I also do not get any javascript errors.

I have Jquery_UI and Jquery Update per the requirements.

Attached is a screen shot. Any other trouble shooting advice or areas to look for errors would be much appreciated.

markus_petrux’s picture

Status: Active » Postponed (maintainer needs more info)

So, this needs to be debugged to find out where the problem is.

We need a recipe to reproduce the problem. Otherwise, it is not possible to guess what's going on.

jdblank’s picture

It is not throwing any errors that we can see but we are trying to debug further.

Just to confirm is JqueryUI 1.6 is acceptable per the requirements. It mentions JqueryUI 1.7 but we do not find that on the Drupal.org site. We are using Jquery update (that updates jquery to 1.3.2)

Thanks,

Josh

jdblank’s picture

OK we fixed this. Running Jquery UI 1.6 with Jquery update does not work. So we turned Jquery update off for now.

markus_petrux’s picture

Title: Add and Reference Not Working » Add and Reference not working with wrong combination of jQuery -vs- jQuery UI libraries
Status: Postponed (maintainer needs more info) » Fixed

If you need jQuery UI library, you need jquery_ui module. This module does not include the jQuery UI library itself. You should download from external site (see jquery_ui module guidelines), and you can choose to install 1.6.x or 1.7.x. So, which one?

The basic difference is:
- jQuery UI 1.6.x requires jQuery 1.2.6.
- jQuery UI 1.7.x requires jQuery 1.3.x.

Drupal comes with jQuery 1.2.6, and jquery_update module updates Drupal to jQuery 1.3.2. But please note that you need jquery_update 6.x-2.x-dev !!!

Combinations that work:
- Drupal core (without jquery_update comes with jQuery 1.2.6) + jquery_ui module + jQuery UI library 1.6.x
- Drupal core + jquery_update 6.x-2.x-dev (upgrades Drupal core to jQuery 1.3.2) + jquery_ui module + jQuery UI library 1.7.x

In any case, you need jquery_ui module, which provides a wrapper for module developers to use the jQuery UI library. The jquery_ui module is compatible with jQuery UI 1.6.x and 1.7.x

Any other combination of libraries will not work.

Status: Fixed » Closed (fixed)

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

Geijutsuka’s picture

Status: Closed (fixed) » Active

Unfortunately having the same problem with my sites... even with the 2.x-dev of jquery update. I will investigate further and post specifics when I get all the settings and configurations together.

markus_petrux’s picture

Status: Active » Closed (fixed)

This issue is several months old. Please, open a separate issue, but please do with step by step instructions on how to reproduce the problem. Many sites are using this module, so it seems that if it fails in yours, it could be related to something particular to your installation. Who knows, and with just that information, very little can be done.

Geijutsuka’s picture

Okay, I'll do that. Thanks.