warning: jquib.info on line 3 in

ica - October 12, 2007 - 21:39
Project:jQuery UI Backport
Version:5.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

drutube - October 13, 2007 - 22:16

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

#2

bleen18 - October 14, 2007 - 00:54

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

bleen18 - October 14, 2007 - 01:09

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

freeq80 - October 14, 2007 - 11:15

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

ica - October 16, 2007 - 12:15

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

cheers Q80

#6

a_c_m - October 17, 2007 - 09:18

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

AttachmentSize
jquib.info.patch 561 bytes

#7

a_c_m - October 17, 2007 - 09:20
Status:active» needs review

#8

belio - October 24, 2007 - 20:41
Status:needs review» reviewed & tested by the community

patch works fine

#9

starbow - July 21, 2009 - 21:01
Status:reviewed & tested by the community» closed
 
 

Drupal is a registered trademark of Dries Buytaert.