Hi Ron, and glad to see you're backnitrx wrote:I'm not sure but in your ajaxCUwx.js theis set to false maybe you have to set this to true because youre decimalseparator is a comma ?Code: Select all
var decimalComma = false; // =false for '.' as decimal point, =true for ',' (comma) as decimal point
I've set this to true (this setting isn't documented)
I tried with '=true', in the 'ajaxCUwx.js' but no luck....and regarding the 'wxindex.php' errors ..I really need help, because I can't figure this out
I notice on the guide http://saratoga-weather.org/wxtemplates ... -World.php for the 'settings.php' (# Sitewide configuration - Station location, identity and date/time info) it says:
Code: Select all
$SITE['timeFormat'] = 'd/m/Y H:i'; // Euro format 31/03/2006 14:03
// $SITE['timeFormat'] = 'Y-m-d H:i'; // ISO format 2006-03-31 14:03
// $SITE['timeOnlyFormat'] = 'g:ia'; // USA format h:mm[am|pm\
$SITE['timeOnlyFormat'] = 'H:i'; // Euro format hh:mm (hh=00..23);
$SITE['dateOnlyFormat'] = 'd/m/Y'; // for 31-Mar-2008 or 'j/n/Y' for Euro formatCode: Select all
$SITE['timeFormat'] = 'd-m-Y H:i'; // Euro format 31/03/2006 14:03
// $SITE['timeFormat'] = 'Y-m-d H:i'; // ISO format 2006-03-31 14:03
// $SITE['timeOnlyFormat'] = 'g:ia'; // USA format h:mm[am|pm\
$SITE['timeOnlyFormat'] = 'H:i'; // Euro format hh:mm (hh=00..23);
$SITE['dateOnlyFormat'] = 'd-m-Y'; // for 31-Mar-2008 or 'j/n/Y' for Euro format I'm really stuck right now, and been up all night trying to solve this
Cheers,
Frank.