Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTTP 500 Internal server error message when using IE11


osflaa

Recommended Posts

Hi - I can get it working here on IE11 (Windows 8) but only after mucking about with compatability view and setting a header in Dev Tools - then, however, it throws the error mentioned here - try the fix there that Multimixer has

 

I have very little clue about IE11 as I never use it but you could also try this:

 

find the pot in your store where the HTML <head> section is created (usually it will be in includes/template_top.php) you'll see a line or two like:

 

<head>

<meta charset="<?php echo CHARSET; ?>">

 

add the following line immediately after that so you get:

 

<head>

<meta charset="<?php echo CHARSET; ?>">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

If that don't help try changing IE= to 9 or 8 or 7 util you get a result

 

Thank you. As for the first fix, I don't have the file it refers to: production.php

 

The equivalent code in template_top.php is:

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />

 

I have tried:

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

And tried:

<meta charset=<?php echo CHARSET; ?>" />

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

without success so far.

Link to comment
Share on other sites

Then it's strange As for Responsive osCommerce: Do I have to start all over again or can I use the same database?

 This addon works well for making a site mobile-friendly.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

After a lot of testing I have found that the webshop works in IE11 here if I link to another database by changing the config-files. But I don't know what information that is stored in the database that can cause such issues. Any ideas?

Link to comment
Share on other sites

Durrrrr - not my speciality (I think Mr Phil may be the man to ask) but how about some sort of langauge /charset difference in the two databases (like one is maybe UTF-8 and the other is latin-1?)

 

On the meta tags - charset always needs to come first and then

<meta http-equiv="X-UA-Compatible" content="IE=edge"> if that line is changed to

<meta http-equiv="X-UA-Compatible" content="IE=9">

 

??

Link to comment
Share on other sites

Thank you. As for the first fix, I don't have the file it refers to: production.php

 

 

 

file is product_info.php not production.php

Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released.

Looking for a payment or shipping module? Maybe I've already done it.

Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x

Link to comment
Share on other sites

I made a new installation with a new database and then imported the products from the old database. And copied the norwegian language-folders and product images from the old folders. It worked without any issues :) Thank you for all your help, I will test some of the software you have recommended!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...