Wednesday 19 November 2003 7:06:42 am
Hi all I have implemented an website where students can log in and edit their data. Students is an class consisting of a user_account, picture and a binary file, all standard EZ datatypes. In order to implement this I have taken the code from: http://ez.no/developer/ez_publish_3/documentation/building_an_ez_publish_site/the_guestbook/the_input_template (the new tutorial for setting up an website) This works fine and users can edit and save their data. However, once i turn on debug I get several error messages such as:
1: Unknown template variable 'node' in namespace
2: Cannot retrieve attribute of a NULL
3: Missing parameter 'parent_node_id' for function 'list' in module 'content' 4: Missing parameter 'node_id' for function 'node' in module 'content' Does anybody know what these means? To me it looks like EZ is complaning about a missing attribute ? But I do not have clue which one, any tips? I am running EZ 3.2 on Windows XP.
Cheers Tore
|