Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The only thing left to do is to add this Package Group to an order form so clients may place orders for your TCAdmin servers. See Creating an Order Form for more details.


Errors

Q: I entered the details correctly within the module but when creating a Package, servers are not displayed. The module log shows "Object moved to".
A: The URL to your billingapi.aspx may be different. Edit /components/modules/tcadmin/api/tcadminapi.php and locate the following line:


Code Block
api/tcadminapi.php: $url .= $this->host_name . ":" . $this->port . "/billingapi.aspx";


Change it to:

Code Block
api/tcadminapi.php: $url .= $this->host_name . ":" . $this->port . "/Aspx/billingapi.aspx";