
Originally Posted by
sonicparke
I'm having this problem like others did:
Line: 125
Char: 7
Error :'pageY' is null or not an object
Code: 0
I've uninstalled & reinstalled IH2 several times & made sure I've got the most recent version I can find. I've read through this thread regarding this issue & bmz forum. And it still isn't working in IE6 & IE7. As usual FF is fine.
The weird part is that it was working fine in IE6 in my test cart but not when it was moved over to production. The weird part is that all I did was move the entire directory structure over from the test to the production & replaced the config files. ZC 1.3.7 on both so that shouldn't be the problem.
Any thoughts? Should I just backup & reinstall ZC from scratch?
Edit: Here's the cart
http://binkwaffle.com

Originally Posted by
sonicparke
I completely reinstalled ZC 1.3.7.1 and the latest version of IH2. IE Is still crapping out on the hover. The one constant is my DB. I backed it up before I whacked the cart and then restored it afterward. I'm a little confused on what it's doing when it's adding & removing IH2 from the DB. I thought that I could remove it and it would wipe everythign out and I'd be startign from stratch. I'd really rather not have to wipe out my DB and redo all of that. Not on my list of fun things to do.
What else might be giving me this error in IE?
I found the answer in this thread on the bmz forum:
Code:
Hello:
I think you have an error on that line.
You have:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.pageY - docheight - truebody().scrollTop));
it should be:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
pageY should bre clientY...smile Try that...
-MM
It works. I'm good now. Thanks!
Bookmarks