Project:jQuery UI Backport
Version:5.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

just to test the module i have installed and even before i activated the module

warning: Error parsing sites/all/modules/jquib/jquib.info on line 3 in
/home/includes/module.inc on line 195.

jquib.info line 3 is
description = Includes a namespaced ($ui) version of jQuery 1.2.1 and jQueryUI 1.0, so they will play nice with default Drupal jQuery 1.0.4
package = User Interface

its Drupal 5.2 and currently JQuery Update Installed
The current installed version of JQuery is 1.1.2
not sure if any conflict as there is not a readme or install instructions of the module
thanks

Comments

#1

I got the same but no jquery update module was installed. It was a fairly clean and new drupal 5.2

#2

I had the same problem ... removing ($ui) from line 3 of the .install got me past that error, however once the module is installed my version of jQuery is not updated, nor are the ui functions available.

#3

I take back my last statement ... removing ($ui) works fine ... the errors I was receiving were because once installed you have to use $ui('#block').draggable();
not
$('#block').draggable();

#4

Replace:

description = Includes a namespaced ($ui) version of jQuery 1.2.1 and jQueryUI 1.0, so they will play nice with default Drupal jQuery 1.0.4

With:
description = "Includes a namespaced ($ui) version of jQuery 1.2.1 and jQueryUI 1.0, so they will play nice with default Drupal jQuery 1.0.4"

And every thing will work fine

#5

thanks & to confirm that your fix works
needs to be submitted as patch (code needs review) i presume

cheers Q80

#6

Patch attached :)
(my 1st ever patch for drupal!)

AttachmentSize
jquib.info.patch 561 bytes

#7

Status:active» needs review

#8

Status:needs review» reviewed & tested by the community

patch works fine

#9

Status:reviewed & tested by the community» closed (fixed)
nobody click here