Hi. I do appreciate any responses I get. Here's the problem:
I'm building a webserver. Mandrake 8.2/Apache 1.3.20/MySQL 3.23.41
When I login to our website instead of getting the navigation buttons that are normally pulled from the MySql database, I get errors where the navs should be. The protected page pops up though, so it does authenticate the user, but the buttons do not. Specifically:
Warning: Unable to jump to row 0 on MySQL result index 2 in /var/www/html/protected/sidenav.phtml on line 43
Warning: Unable to jump to row 0 on MySQL result index 2 in /var/www/html/protected/sidenav.phtml on line 45
Warning: Supplied argument is not a valid MySQL result resource in /var/www/html/protected/sidenav.phtml on line 57
(Again, these errors dispaly directly where the nav buttons should appear)
Interestingly enough (to me anyway) this ONLY HAPPENS IN IE, in Netscape the nav buttons are successfully pulled over from the database and everything works as it should. This discrepancy has me a bit stumped. I thought at first it could be a permission or pathing issue, but then was surprised that Netscape seems to be able to ignore whatever the hold-up is in IE. I've cleared the cache in both to rule that out. I know PHP runs server side so it doesn't seem like browsers should care.
Any thoughts would be appreciated.
-- Thanks --