Online documentation - WebsydianExpress v3.0 |
Error in function &2: Call to function &1 failed. Status &4, session &3.
&1 - The function that should have read the session data
&2 - The function trying to read the session data
&3 - The Session ID for which the data could not be read
&4 - The Status returned by the function &2
Page generators and event handlers need basic information about
the active session (authorization level etc.).
However, the function reading the session data returned an
error.
As the page generator/event handler cannot execute correctly
without these data it has terminated and the user has been shown a
generic error.
The error could for instance be caused by a nonexistent session ID
being read.
You can check whether the session exists using the menu item
"Surrogate" in the administration menu.
Report to the responsible developer.
This error should only occur during development - and is typically caused by the session ID not being populated in the WebInput variable of an EventHandler function.