David_1cog
06-15-2005, 09:46 AM
Not sure if SVN feedback is wanted ... here goes anyway (I would've added this to bug tracker but it just keeps telling me "Stop hacking your cookies, you naughty fellow!" :rolleyes: ):
I've just upgraded 2.0.2 to latest SVN and hit the following:
1. from admin Configuration page:
Notice: Undefined index: number_decimals_number_fields in /home/user/public_html/include/controlpanel.inc.php on line 732
Notice: Undefined index: number_decimals_number_fields_desc in /home/user/public_html/include/controlpanel.inc.php on line 734
Notice: Undefined index: number_decimals_price_fields in /home/user/public_html/include/controlpanel.inc.php on line 737
Notice: Undefined index: number_decimals_price_fields_desc in /home/user/public_html/include/controlpanel.inc.php on line 739
2. from home page:
Notice: Undefined offset: 1 in /home/user/public_html/include/class/template.inc.php on line 84
Notice: Undefined offset: 1 in /home/user/public_html/include/class/template.inc.php on line 84
where line 84 =
return $section_results[1];
3. from most other pages (e.g. /view_favorites.html, /saved_searches.html, etc.) I get
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Only one top level element is allowed in an XML document. Error processing resource 'http://www.domain.co.uk/calculator....
<b>Notice</b>: Undefined offset: 1 in <b>/home/user/public_html/include/class/template.inc.php</b...
This is caused by adding XML prolog to main.html ("<?xml version="1.0" encoding="iso-8859-1"?>"). With 2.0.2 I had to use PHP echo to output this line and it worked OK. 2.0.3 SVN has broken it for some reason.
4. /include/editor.inc.php (line 265) reads:
value\"yes\"
which should be:
value=\"yes\"
I've just upgraded 2.0.2 to latest SVN and hit the following:
1. from admin Configuration page:
Notice: Undefined index: number_decimals_number_fields in /home/user/public_html/include/controlpanel.inc.php on line 732
Notice: Undefined index: number_decimals_number_fields_desc in /home/user/public_html/include/controlpanel.inc.php on line 734
Notice: Undefined index: number_decimals_price_fields in /home/user/public_html/include/controlpanel.inc.php on line 737
Notice: Undefined index: number_decimals_price_fields_desc in /home/user/public_html/include/controlpanel.inc.php on line 739
2. from home page:
Notice: Undefined offset: 1 in /home/user/public_html/include/class/template.inc.php on line 84
Notice: Undefined offset: 1 in /home/user/public_html/include/class/template.inc.php on line 84
where line 84 =
return $section_results[1];
3. from most other pages (e.g. /view_favorites.html, /saved_searches.html, etc.) I get
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Only one top level element is allowed in an XML document. Error processing resource 'http://www.domain.co.uk/calculator....
<b>Notice</b>: Undefined offset: 1 in <b>/home/user/public_html/include/class/template.inc.php</b...
This is caused by adding XML prolog to main.html ("<?xml version="1.0" encoding="iso-8859-1"?>"). With 2.0.2 I had to use PHP echo to output this line and it worked OK. 2.0.3 SVN has broken it for some reason.
4. /include/editor.inc.php (line 265) reads:
value\"yes\"
which should be:
value=\"yes\"