I'm using Duketowns ServicDesk module, at least I'm trying.
I've coded my page like this:
Code: Select all
{if $ccuser->loggedin()}
{cms_module module='ServiceDesk' } {else}
{cms_module module='FrontEndUsers' } {/if}
The output on the page gives me an error:
and no list is displayed.Parse error: syntax error, unexpected '{' in /public_html/modules/ServiceDesk/action.displayincidents.php on line 51
When not using Customcontent and coding like this:
Code: Select all
{cms_module module='ServiceDesk' }
When coding:
Code: Select all
{cms_module module='ServiceDesk' action=fesubmit}
In short, the module is not displaying any entries at all, only the ability to enter an incident.
Also, after submitting the default owner doesn't receive an email and when trying to update the incident, the submitted user does not receive an email.
Lot of issues trying to get it working....
Who can help me out here?
Kind regards and thanks in advance,
Arjan