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 Interfaceits 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
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.4With:
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!)
#7
#8
patch works fine
#9