I have an offline server using yui and it needs to host the library locally. I can't find anywhere to download the 2.5.0 version for this module, and it won't work with the 2.6.0 version that I downloaded.

Comments

armanschwarz’s picture

yeah mine doesn't work with 2.6 either :( just doesn't show up, no errors or anything.

bakyildiz’s picture

Here is the link that you can download the 2.5 version of yui library.
http://sourceforge.net/project/downloading.php?group_id=165715&filename=...

drewish’s picture

any reason not to use the 2.5.2 release? seems like there's quite a few bug fixes in it.

bakyildiz’s picture

You can just change the parameter for yui library.

Steve Dondley’s picture

Hmm, it's working for me. I'm using beta3 version, though.

snorks’s picture

the issue appears to be with the reference in the yui editor module, it points to editor-beta-min.js (there are references to other betas as well for element, etc). Get rid of the beta references (remove -beta) and it should work again for local yui calls

worker’s picture

I am having the same issue as comment #6 -- yui 2.6 does not work.
Firefox's firebug shows errors on every single drupal page when yui module enabled
... I am not sure why it shows up on every page in the first place.
I have yui_editor enabled -- but even on the page I see yui loaded (I do not have any dynamic menues on the front page, and I am using tapestry theme).

Using the yui 2.5.0 from the link provided above -- works
(I have yui files locally installed in defaults/files/lib/yui
and the yui configuratio pointing to it via http)

Sooner or later there will be a dependency problem where some other module
needs 2.6.0 but it does not work with yui_editor....