Help! Parse error

Help! Parse error

Sunday 08 February 2004 6:46:32 am - 3 replies

Modified on Sunday 08 February 2004 6:47:03 am by Francesc Febrer

Author Message

Marco Zinn

Saturday 14 February 2004 2:56:12 am

Hm. Which PHP version do you use?
Is the character set iso-8859-1 correct for you?

Marco
http://www.hyperroad-design.com

Francesc Febrer

Saturday 14 February 2004 4:23:21 am

PHP Version is 4.3.3 and the ISO is correct (European occidental).

Joel Waltner

Friday 20 February 2004 9:01:04 am

Having the same problem, help appreciated.

here's the line in question:
<?xml version="1.0" encoding="UTF-8"?>

excerpted from:
div class="menuintro">
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph>
<strong>
<emphasize>Finally!!!</emphasize>
</strong>
</paragraph>
</section>
</div>

and here's the code it's generated from:
{section name=News loop=$articles_list max=3}
<tr>
<td class="menuitem">
<div class="menuname">
<a href={concat('content/view/full/',$News:item.node_id)|ezurl}>{$News:item.name|wash}</a>
</div>
<div class="menudate">
({$News:item.object.published|l10n( shortdate )})
</div>
<div class="menuintro">
{$News:item.data_map.intro.data_text}
</div>
</td>
</tr>
{/section}

using ez 3.3.1 php 4.3.3 and ezdhtml

Joel

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.