Hi Neil,
first of all I'd create a small plugin based on the code in order to check out if the statement works. (Should work, but...) If the plugin works then the only mistake could be that the login/validate stuff does not work in the desired way which means that the project is not being found or so. If I think about the error message and see the statement I think it could be possible that you forgot to chose a project. Do you use the statement that validates a user?
<project action="validate" ....
Best regards,
Manuel
On Tuesday, November 6, 2012 5:32:44 PM UTC+1, Neil Fegen wrote:
Hi guys
I'd like to start a user-controlled job, once a new page has been created. The page is an event, which must have a start date and I want to use this date to set the page to expire the day after.
I've tried the following code as a test to set an event to expire on 1 December 2012 but get <ERROR>Project not
available</ERROR> - any ideas?
<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]">
<PAGE>
<LINKFROM action="save" guid="C5FA0A4ECDE946829D5FA42209C81B0D" datebegin="0" dateend="41244" />
</PAGE>
</IODATA>
Thanks Neil