Skip to main content
January 7, 2010
Question

Url variable doesn't work in IE

  • January 7, 2010
  • 1 reply
  • 370 views

   Hey guys, my page, www.powerhouse.com/Products/Inventory.php I have a bunch of links that reload the page with a url variable.  If FF 3, this works fine, yet in IE 8 the page does not load.  My error log has the following error:

script '/var/www/powerhouse/public_html/Products/inventory.php' not found or unable to stat

what stupid IE Hack do I need to get this to work?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

David_Powers
Inspiring
January 7, 2010

PHE Admin wrote:

My error log has the following error:

script '/var/www/powerhouse/public_html/Products/inventory.php' not found or unable to stat

what stupid IE Hack do I need to get this to work?

You don't need any IE hack. I have just tested the page in both FF and IE8. It works just fine in both.

However, it's very noticeable from your error log that it refers to inventory.php (all lowercase), whereas the actual page is Inventory.php (initial cap). The other thing that's noticeable is the path, which indicates your server is running on Linux, which is case-sensitive.

From this, I conclude that you originally coded the page using inventory.php, and later updated it. This suggests that IE8 is probably still using a cached version. Clear your cache, and the problem will probably go away.