Posted by ivansf on October 20, 2009 at 9:35pm
Jump to:
| Project: | jQuery UI |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The current module tells you to go to jqueryui.com and download the Legacy 1.6 which I did and the folder structure is different, besides it doesn't come with the minified version of the JS files.
That's because I'm download the CUSTOM package and I couldn't find the normal one which the README file is made for.
Here you can download the version of JqueryUI that we really need. Maybe this is the reason why so many people have problems making this work.
http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6
| Attachment | Size |
|---|---|
| CUSTOM package structure | 72.43 KB |
Comments
#1
Hi ivansf and Drupal community-
This is what I did:
1) downloaded the zip from http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6 and extracted folder: 'jquery.ui-1.6'
2) renamed 'jquery.ui-1.6' to 'jquery.ui' and placed in jquery_ui module folder
3) activated jquery_ui module in drupal - which resulted in this error (multiple 100+ of below)
Warning: MySQL server has gone away query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:352463:\"MySQL server has gone away\nquery: UPDATE cache_update SET data = 'a:41:{s:10:\\"admin_menu\\";a:10:{s:5:\\"title\\";s:19:\\"Administration menu\\";s:10:\\"short_name\\";s:10:\\"admin_menu\\";s:10:\\"dc:creator\\";s:3:\\"sun\\";s:11:\\"api_version\\";s:3:\\"6.x\\";s:17:\\"recommended_major\\";s:1:\\"1\\";s:16:\\"supported_majors\\";s:3:\\"1,3\\";s:13:\\"default_major\\";s:1:\\"1\\";s:14:\\"pro in /home/example/public_html/drupal/includes/database.mysqli.inc on line 128
Any ideas?
It seems to be very difficult getting jquery_ui module install from what I read in online forums.
Hope someone familiar with this can help us all out.
Thanks!
#2
Not completely sure, but the error you are getting is from Drupal trying to add an error message about admin_menu but losing connectivity with the database when doing it.
That has nothing to do with it. Try running the cron, updates, etc. But that's is not an error from this module.
#3
Ok, great - thanks for the quick support.
I went for a fresh install of drupal and didn't get the error message.
Will begin troubleshooting the error now I'm experiencing with my current website.
Will update this thread if I am able to resolve my problem.
#4
made mistake by changing status in this thread. returned it to original status
also please note: current README shows the link above: http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6
#5
The download URL (http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6) is no longer valid. Google returns an error message, "Your search did not generate any results."
I was successful using this version of JQuery found at: http://code.google.com/p/jquery-ui/downloads/list?can=1&q=1.6
#6
Or you can omit the "can" parameter completely. This url works: http://code.google.com/p/jquery-ui/downloads/list?q=1.6
#7