This ui.datepicker.js script cause error on node/add/calendar and on node/edit for calendar content types because of using date popup submodel of date module! I verified this issue! And to mentioned, i surely installed jquery 1.6 version on 100% standard way... :) If i disable date popup module everything works excellent, but i missing this usefull option! How to deal with..? Mike?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Can you post a link directly to that file? I need to see if its compressed and what version it is. Once I know that I can create a replacement for it like I did for "jquery.form.js"

mladenu’s picture

FileSize
36.25 KB

Of course i can! :) But i see that is not compressed... I attached below all files involved with date popup submodule... Also i checked link to that .js in source, and cannot see any error..

<script type="text/javascript" src="/sites/all/libraries/jquery.ui/ui/ui.core.js?o"></script>
<script type="text/javascript" src="/sites/all/libraries/jquery.ui/ui/ui.datepicker.js?o"></script>
<script type="text/javascript" src="/sites/all/modules/date/date_popup/lib/jquery.timeentry.pack.js?o"></script>
<script type="text/javascript" src="/sites/all/modules/date/date_popup/date_popup.js?o"></script>
mikeytown2’s picture

Status: Active » Needs review
FileSize
1.33 KB

mind testing this patch? Taking a guess that "jquery.timeentry.pack.js" is the one causing the issues. This patch will skip files if they end in .jsmin.js, .min.js, .pack.js, .packed.js

mladenu’s picture

Yeah Mike, that patch work, no error produce, but seems without proper js compression..
Here you are one of .js compressed file...

mladenu’s picture

Here you are...

mladenu’s picture

sorry for triple post..

mikeytown2’s picture

Status: Needs review » Fixed
FileSize
13.73 KB

committed this patch; should take care of this issue. Reopen if I'm mistaken.

mladenu’s picture

No mike... :(((( Doesn`t work, and with latest version drupal doesn`t recognize js compress submodule at all! :(

mikeytown2’s picture

Status: Fixed » Active

git didn't pickup my renaming.
change jsminplus.php to jsminplus.inc
working on a patch now

mikeytown2’s picture

Status: Active » Fixed
FileSize
101.81 KB

this patch has been committed

mladenu’s picture

Mike, I have become paranoid! I totally lost submodule Compress JS... Even in latest version of advagg! :((((
Problem solved... Filezilla accidently coppied advagg_js_compress.module in /sites/all/module dir...

mladenu’s picture

I tested latest version and i confirm that everything now working like a charm!! Thanks Mike!! :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.