Hi,
i need repair my universal XML reader in Zencart.
It wrote out this text:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /hosting/www/xmldownloader.php:3) in /hosting/www/includes/functions/sessions.php on line 102
Warning: Cannot modify header information – headers already sent by (output started at /hosting/www/xmldownloader.php:3) in /hosting/www/includes/init_includes/overrides/init_templates.php on line 79
phpXML error: XML error in file xml/pricelist.xml, line 5: not well-formed (invalid token)
——————————————-
And i need next field for attributes:
1) I will insert to first field – name or parameter <attributes_color_name1>
2) And i will insert to second field any parameter:
<attributes_color_value1>
or
<attributes_color_value1>,<attributes_color_value2>
EXAMPLE:
Color: black,green
I will need fields for 5 parameters. (color, size …)