MattMallory Posted June 15, 2003 Posted June 15, 2003 Does anyone know how to fix the errors on the top of this page? http://www.franklysports.com/specialty_sto...ore/default.php Knowledge is Power!
Daemonj Posted June 15, 2003 Posted June 15, 2003 Line 11 of your catalog/includes/languages/english.php file should look like: @setlocale(LC_TIME, 'en_US.ISO_8859-1'); Modify the country code according to your location. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
MattMallory Posted June 15, 2003 Author Posted June 15, 2003 Line 11 of your catalog/includes/languages/english.php file should look like: @setlocale(LC_TIME, 'en_US.ISO_8859-1'); Modify the country code according to your location. This is what that line says, I am in the US. setlocale('LC_TIME', 'en_US.ISO_8859-1'); Knowledge is Power!
Guest Posted June 15, 2003 Posted June 15, 2003 if you replace your line with the line daemonj suggested it will work fine
MattMallory Posted June 15, 2003 Author Posted June 15, 2003 Wow, I should have posted that error here LONG ago! Thank you guys, I appreciate it! Knowledge is Power!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.