Rank: Member
Groups: Registered
Joined: 11/21/2018(UTC) Posts: 27
Thanks: 6 times
|
Hello,
today i recieve an error everytime i want to use a specific XML strucutre in my app. Until today there was no problem at all using it, but now the errorcode XPST0008 pops up. The structure gets filled "on pageload" with parameters that are used for sql select statements. When i want to use the select statement for the first time the error pops up, after that it runs throgh.
Was there any update that could have changed something regarding the topic?
PS: The error occurres on iOS clients, i cannot reproduce it with the designer.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
There was a bug fix for client-only XML trees. If you have a page source, which is marked as client-only, then such error can happen
|
1 user thanked bbv for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 11/21/2018(UTC) Posts: 27
Thanks: 6 times
|
Regarding this bug-fix, my application is mainly focused around offline features. I changed my XMLs from "client only" to "shared between client and server", and now I can't use them without any connection, because this error pops up: "connection to (serveradress:clientport)/workflowmanagement can not be established"
Could you give me some advice working around this problem?
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
You have mulitple possibilities
The easiest for you would be to add another, shared tree, and only use it for passing parameters, i.e. copy the values to it immediately before requesting database data
Alternatively you could also use temporary variables to store the values
|
1 user thanked bbv for this useful post.
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.