NEW problem with 5.776? [resolved]

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
wkilc
Super Advanced
Super Advanced
Posts: 60
Joined: Fri Sep 26, 2003 9:28 pm

NEW problem with 5.776? [resolved]

Post by wkilc »

Hello,

When I updated my licensed menu (Plain text - horizontal) from 5.750 to 5.776 (dated 6.25)... then menu failed to appear. Checked in Firefox 1.5x and IE 7... nothing. Used the menu_data file that came with the script, no dice. IE's error reported said that an expected object was missing. Flushed the cache several times.

When I replaced the 3 files... menu_src,js, mmenudom.js and mmenuns4.js with the files from version 5.775... it immediated worked again.

Any ideas?

Thanks.

~Wayne
Last edited by wkilc on Mon Jun 25, 2007 7:57 pm, edited 1 time in total.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I did see a slight problem with the download in the last couple of hours that we've now fixed.

Can you please try the download once more and if it still fails let us know.

I think I might have got it this time, it was chopping the /* part of the comments.

Cheers,
Andy
wkilc
Super Advanced
Super Advanced
Posts: 60
Joined: Fri Sep 26, 2003 9:28 pm

Post by wkilc »

Yup... works now.

Thanks Andy!!! :D

In general, is NS4 considered all but defunct? Does it slow anything down to leave the call to the file in all my pages at this point?

~Wayne
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I'd say it's pretty much history now.

I don't think leaving the call in there will do much harm, it's just tidier to use:

Code: Select all

<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
Instead of:

Code: Select all

<script src="/milonic_src.js" type=text/javascript></script>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt src=/mmenuns4.js type=text/javascript><\/scr"+"ipt>");		
  else _d.write("<scr"+"ipt src=/mmenudom.js type=text/javascript><\/scr"+"ipt>"); 
 </script>
We might even be able to put all the code in one file soon.
wkilc
Super Advanced
Super Advanced
Posts: 60
Joined: Fri Sep 26, 2003 9:28 pm

Post by wkilc »

whoops... logged in, using a licensed menu... all links are sending me back to Milonic.

~Wayne
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Are you saying all your links are going to milonic.com? We would really need to see the page for that since there isn't anything in the menu to force all the links to go to milonic.

Check and make sure you actually have your licensed menu and didn't somehow get the unlicensed version.

Ruth
wkilc
Super Advanced
Super Advanced
Posts: 60
Joined: Fri Sep 26, 2003 9:28 pm

Post by wkilc »

Howdy,

http://www.stcharlesborromeo.com ...for instance.

In the milonic_src.js:

License Details:
Number: 190***
URL: stcharlesborromeo.com
Type: Professional
Dated: Thursday July 5 2007

It's happening will ALL my licenses.

I login and download the specific professional license for each site. Am I missing something obvious?

Thanks.

~Wayne
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Sorry Wayne, we made some pretty major changes to the evaluation copy of the menu today and some of the changes filtered through into the licensed copies.

Can you please try again and let us know if you still have nay problems.

Cheers,
Andy
wkilc
Super Advanced
Super Advanced
Posts: 60
Joined: Fri Sep 26, 2003 9:28 pm

Post by wkilc »

All set.... thank you.

I've been lazy and haven't updated the script in months... and picked today to renew my licenses and download and install all my updates... how's that for timing? :lol:

Thanks yet again. Milonic rocks!!!

~Wayne
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

how's that for timing?
Hey, that's what I usually do - welcome to Murphys club :D
Post Reply