Search found 8 matches

by tigal
Fri May 30, 2008 3:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

YOU DID IT!
It works now, just removed the quotes on the cursor and it works. BTW I have also fixed the images path.

While you are here... I still have a problem with pagematch, the following url are highlight the same:

pagematch=products.asp?cid=12
pagematch=products.asp?cid=123
pagematch ...
by tigal
Fri May 30, 2008 2:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

Andy, I'm just receiveng a lot of errors from UK, I think it is you doing some tests :)

Yes it's me.

I think I found it.

You have this in your menu data:

pointer='default';

And for some bizarre reason it is causing Internet Explorer to go fetch a page :roll: - Anyway, if you remove it, it ...
by tigal
Fri May 30, 2008 2:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

I have just tried using FireFox 2.0.14 and works fine, so looks like the problem is related to IE7 (Vista SP1) and IE6 (XP SP2).
by tigal
Fri May 30, 2008 2:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

Hi,

Can you please add the following (temporarily) to your 404.php script:

$details="";
while(list($key, $val)=each($_SERVER)){
$details.="$key - $val \n";
}
mail("temp7621@milonic.com","404 Error from ".$_SERVER['HTTP_HOST'],$details);

I'll be able to test it and see what happens

It is ...
by tigal
Fri May 30, 2008 1:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

When you get the 404 error, what is the page that can't be found.

Like, what's the menu looking for?

I've never seen this before so I can't just come up with an answer yet.

Yes it is a really strange problem.

Well if you click on any wrong link (i.e. http://www.mydomain.com/fake.asp) you get ...
by tigal
Fri May 30, 2008 12:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Re: Strange 404 error

Andy wrote:Hi,

We are most definitely going to need to have a URL so that we can see what the problem is.

Can you provide a link to your website?

Cheers,
Andy
please visit http://www.mydomain.com

thanks
by tigal
Fri May 30, 2008 12:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Strange 404 error
Replies: 9
Views: 4912

Strange 404 error

My (licensed) menu works fine since a long time so thats why I always upgrade it.
Yesterday I have implemented a custom 404 page that sends me an email message so that i can track and fix broken links.
I have found out that the menu generates a 404 error with the following link: http://www.mydomain ...
by tigal
Wed Oct 10, 2007 3:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Pagematch
Replies: 1
Views: 1738

Problem with Pagematch

I have two items in my menu with the following urls:

1) mypage.asp?id=24
2) mypage.asp?id=2

Why the pagematch feature highligts both items despite are different?

Thanks for your help!