Issue working through the tutorial [message #2322] |
Thu, 08 October 2009 11:07 |
dicelord
Messages: 5 Registered: October 2009 Location: Tampa FL
|
Junior Member |
|
|
I am in the process of familiarising myself with the radicore framework and it looks like an excellent tool.
I am working through the tutorial and I am running into an issue with the UPDATE and DELETE buttons on the tst_x_tree_node(list2)jnr screen.
I navigate to
Home»TEST» X Tree Type» X Tree Level» X Tree Node»X Tree Node
If I select the UPDATE button I simply land back on the same screen with the message "Nothing selected from popup screen."
If I select some jnr records then push delete, I get:
This application has encountered an unrecoverable error
The following has been reported to the administrator:
2009-10-08 11:03:05
Fatal Error: DELETESELECTION method has not been defined in class x_tree_node (# 256).
Error in line 4961 of file '/var/www/html/radicore/includes/std.table.class.inc'.
PHP_SELF: /radicore/test/x_tree_node(del3).php
SERVER_ADDR: 127.0.0.1
SERVER_NAME: 127.0.0.1
HTTP_HOST: 127.0.0.1
User Id: MGR
REMOTE_ADDR: 127.0.0.1
REQUEST_URI: /radicore/test/x_tree_node(del3).php?session_name=menu0
Interesting to note that I made the required addition of the deleteSelection to the x_tree_node_jnr class and this error points out no function defined for the x_tree_node class.
I am sure I have made an elementary error, please help!
Paul Kratz
|
|
|