I would like to use the Modal Frame API, but I am currently stuck with the endless loading screen because I do not have the correct JQuery UI enabled.
The solution is of course to use Jquery_update. However, I have about 20 sites running on by server right now and I only need Modal Frame on one of them. Installing Jquery_update breaks about 6 of my other 20 sites, so that is certainly not an option.
Is there another way I can get this module working?
Comments
Comment #1
Tanis.7x commentedUpdate: I managed to work out the issues with the other sites so jquery update is now installed and working.
However, I am now getting the endless modal frame loading issue. From past issues here it looks to be a version compatibility issue, but I am fairly certain I have the correct versions.
Running:
Modal Frame API 6.x-1.7
Jquery Update 6.x-2.0 Alpha 1
Jquery UI (module) 6.x-1.4
Jquery UI 1.7.2 (downloaded from google code repo as per http://drupal.org/node/696006)
Jquery 1.3.2
Thoughts?
Comment #2
Tanis.7x commentedThought I should also mention that I am using Modal Frame API in conjunction with nodereference and noderelationship.
Comment #3
Tanis.7x commentedFlagging this as major because it has completely halted work on my site for two weeks now and I have gotten no support.
Comment #4
markus_petrux commentedThere should still be something particular to your installation that conflicts, maybe causing a javascript error that prevents Modal Frame API to do its own job properly.
This is something that needs to be debugged on site, analysing the flow of execution with something like firebug, etc. Another approach would be to try Modal Frame API with all possible conflicting modules disabled, then enabling one by one until something breaks.
Comment #5
Tanis.7x commentedFirebug is showing that jQuery is throwing a "c.Event is not a function" exception when a modal frame window tries to load.
So far it doesn't look like disabling other modules has helped.
I have also tried removing then reinstalling jQuery, ModalFrame, jQuery Update, and NodeReference.
Comment #6
Tanis.7x commentedAhh, found the problem. For whatever reason my theme had a jquery.pack (v 1.2.6) file. Deleted that and all is good.