Memory issues resolved.

Now trying to get Calender loaded but keep hitting a wall- just looking to implement a calender for community events to be posted by mods and selected users for all visitors to see.

All dependent modules( CCK, Date, View, Calender plus dependents ) are in and enabled including jQuery UI. But I got an errow saying - " The Date Popup module now requires the jQuery UI module as a source for the datepicker. Please install it immediately. " I visited the module site and re downloaded newest version- thinking mine may have become corrupted. though it was already installed as /sites/all/modules/jquery_ui

So after doing so manually for a third time instead installed and used plugin manager to confirm modules are in place and proper. Downloaded jQuery UI and dependencies, bouncing server with no joy same "...Date Popup...error ".

Each time after taking instance off line and running the update.php script, update.php notifies
" Drupal database update:
The Date Popup module now requires the jQuery UI module as a source for the datepicker. Please install it immediately. "
I then run the update and it processes returning a very long, repeating string of line errors
saying " warning: Attempt to modify property of non-object in /home/rasta/public_html/dev/sites/all/modules/calendar/includes/calendar_plugin_display_page.inc on line 47-58 and 164-167. "

Did some more forum searching and found posting where i needed to create a sub directory 'jquery.ui' and put contents inside. Bounced/ updated instance...same error.

Continued forum search and found suggestion to upload legacy version 1.7.3 and extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder: /sites/all/modules/jquery_ui/jquery.ui/. Again bounced instance and same error.

I seem to be chasing my tail in a circle so here I am seeking some insight from others with more insight...how shall I proceed?

Thanks for your time and any help.

./

Comments

chronic.player’s picture

nudge

rambo2000’s picture

Drupal 6 only supports the jquery 1.6 package out of the box. 1.7 only works after updating the drupal jquery with jquery update, but if you only need the datepicker that is not recommended.

Get the 1.6 package here:

http://blog.jqueryui.com/2009/04/jquery-ui-16/

And put its content in the jquery.ui folder inside the module folder.

chronic.player’s picture

Thanks for your input. Followed instructions but the errors continue->

warning: Attempt to modify property of non-object in /home/rasta/public_html/dev/sites/all/modules/calendar/includes/calendar_plugin_display_attachment.inc on line 167.
The Date Popup module now requires the jQuery UI moduleas a source for the datepicker. Please install it immediately.

the line 167 error starts at 47 and continues through 167

rambo2000’s picture

Just to make sure, you copy the date module and the jquery_ui module to your modules directory. After that you created a folder 'jquery.ui' inside the 'jquery_ui' folder, and put the contents of the jquery 1.6 package inside the 'jquery.ui' folder (this is NOT optional). Once you've done that you installed both date and jquery_ui modules?

If so, I don't know what's wrong, maybe you've implemented the callender the wrong way. But that doesn't explain the missing jquery_ui message. A workaround might me to use a pre 2.6 date module, there the jquery ui is not yet a requirement for the datepicker.

chronic.player’s picture

Thanks for your help... but after again uploading Calender, Date and jquery_ui modules I get the same errors.

Looking for another option at this point.

theorichel’s picture

'Date Popup module now requires the jQuery UI module.'
It is installed however

hexabinaer’s picture

Same problem ... I cluelessly dangled with the cables, and all of a sudden the message is gone (don't know for how long).

Try this:
Deactivate Modules
- Date Popup
- jQuery UI
Save

Activate Module jQuery UI
Save

Activate Module Date Popup
Save

In the first step, I deactivated another module that might have had its fingers in there: jQuery Update (6.x-2.0-alpha1) - still inactive.

Good luck!

charlespalmer’s picture

finally working...

lb_oo’s picture

that was fine to me, thanks.

jfox77’s picture

I was having the same problem with the error message always appearing, even though I had both date and JQuery UI installed.

I did the following to solve the problem:

1) delete date module from server
2) delete jquery_ui module from server
3) in 'system' table, delete entry for date module
4) in 'system' table, delete entry for jquery_ui module
5) upload the jquery_ui module (with the extracted jquery code in jquery.ui subfolder) /sites/all/modules
6) enable jquery_ui module via drupal admin
7) upload the date module to /sites/all/modules
8) enable date module via drupal admin

jfox77’s picture

I was having the same problem with the error message always appearing, even though I had both date and JQuery UI installed.

I did the following to solve the problem:

1) delete date module from server
2) delete jquery_ui module from server
3) in 'system' table, delete entry for date module
4) in 'system' table, delete entry for jquery_ui module
5) upload the jquery_ui module (with the extracted jquery code in jquery.ui subfolder) /sites/all/modules
6) enable jquery_ui module via drupal admin
7) upload the date module to /sites/all/modules
8) enable date module via drupal admin

lyosef’s picture

Two hours into resoloving "The Date Popup module now requires the jQuery UI module as a source for the datepicker . Please install it immediately." error message. Followed the readme instructions creating a "jquery.ui" sub-directory in the jquery_ui folder, dependant modules in and enabled, and yet the message continues. Any suggestions for moving forward? Only ask that any suggestions for "running a script" or adding to existing documents be detailed. Thanks in advance.

charlespalmer’s picture

thanks...