Wednesday 15 March 2006 12:51:47 pm
Hi, I just changed of hosting, and to my surprise, all XML blocks content is not displayed for old objets, although it is in the database. New objects are published without any problem !
I don't have CLI available so I tried to run updatexmltext.php without it ... it runs up to 40% and then crashes with : Fatal error: Call to a member function on a non-object in updatexmltext.php on line on :
for ( $j = 0; $j < count( $linkAttributes ); ++$j )
{
$linkAttribute =& $linkAttributes[$j];
if ( $linkAttribute->name() == 'href' )
$hrefAttribute =& $linkAttributes[$j];
else if ( $linkAttribute->name() == 'id' )
$idAttribute =& $linkAttributes[$j];
else if ( $linkAttribute->name() == 'target' )
$targetAttribute =& $linkAttributes[$j];
}
For the 40% that are processed, unfortunatly, all special french characters such as é or è are lost ! And the content is still not editable in the admin interface. please help. See my site here : http://www.abric.org/ Lex
|