Jump to content

"Call to undefined function openNewTicket()" - All other tickets requests works.


Deffe

Recommended Posts

Hi all!

 

Im building a customized ticket system at the moment and everything except the creation of new tickets seems to work.

 

Has anyone else run into something similar ?

I get: Call to undefined function openNewTicket()

When I post:

$postfields["action"] = "openticket";

$postfields["clientid"] = 123;

$postfields["deptid"] = $deptid;

$postfields["subject"] = $title;

$postfields["message"] = $text;

$postfields["priority"] = "Low";

 

Im able to list/fetch the tickets and everything but the creation of new tickets using the API seems to be a big nono. Does anyone know how to solove this?

Link to comment
Share on other sites

Could this be due to the fact that we are using an old version of WHMCS?

 

We are on 4.5.1.

 

(If so, then I think adding version details in the docs could be good when the features where added, since other ticket functions seems to be ready in whmcs 4.5.1 I just simply assumed that so would this one be. )

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated