Forums / Setup & design / [Problem] Information Collection with version 3.4.1!
Florian Feigenbutz
Thursday 19 August 2004 3:29:03 pm
Hi everybody,
I'm currently upgrading a website formerly built on ez publish 3.1-1 to 3.4.1 (SVN 7051). But now I get a strange error by sending data through my contact form. This contact form is based on a content class containing some text lines marked as information collectors.In the original site -running on version 3.1-1- I could send out this contact form without any problems, the upgraded version complains about an undefined function in ezcontentobjecttreenode.php:
Fatal error: Call to undefined function: attribute() in /../kernel/classes/ezcontentobjecttreenode.php on line 939
I thought perhaps my template could cause the problem but it doesn't: even after deactivating my custom tpl (using the default full.tpl) I get the same error!Has anyone an idea?
Thanks in advance,Florian.
Kåre Køhler Høvik
Wednesday 25 August 2004 5:54:55 am
Hi
It's the
eZContentObjectTreeNode::fetch( $nodeID );
on the line above which fails. Have you updated all your databases, etc. ?
Can you please try to check the value of the <i>$nodeID</i>
Kåre Høvik