Hi Bart, Are you preexecuting the RQL or rdexecuting the RQL? If you are preexecuting the RQL, then it is actually against RedDot best practice because then the page is waiting for RQL to finish, and RQL waits for the pages to finish loading before executing, hence a dead lock. Try to offload that RQL into an ASP page in the plugins folder, and then call the ASP page via AJAX.
And the page will load a lot faster too. On Feb 16, 5:58 am, Bart <[email protected]> wrote: > Hi Ingo, > > A problem that appeared is that after copying a page using the RQL- > instruction, the following RQL-instruction is no longer able to change > the headline of the page to remove the 'Copy of' part that RedDot so > nicely puts in. (and no error message is returned). > Does the asynchronously execution of the copy job has anything to do > with it? > I thought not, since it worked fine before the upgrade. > Another problem is that I'm no longer able to read the GUID of a > structural element on the newly created page. > I need the GUID of the element to place a reference to another list. > The instruction to read this info is the following: > <IODATA loginguid="746BE54F474A49898BF1464CBCF7B04B" > sessionkey="E4D10907B8D34DD7807104ED39202E3E"> <PAGE > guid="CF6471A80B8E4B57BDABC9AD94ABE4E0"> > <LINKS action="load"/> </PAGE></IODATA> > > This normally returns a node containing all the stuff I need to know, > but this does no longer work (all the time). > > Grtz, > Bart > > On Feb 16, 11:00 am, ingohill <[email protected]> wrote: > > > Hi Bart, > > > i've not experienced the same problems after updating a RedDot > > Version. > > What specific problems did appear? > > > Greetings, > > Ingo -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
