Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Url variable doesn't work in IE

Guest
Jan 07, 2010 Jan 07, 2010

   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?

TOPICS
Server side applications
372
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 07, 2010 Jan 07, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines