Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more