Jump to content

Jonathon

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by Jonathon

  1. Okay, so after pulling my hair our and a bunch of testing I have the reason

     

    So my reseller account is setup as "Full root" on my WHM box. 

     

    What this does is actually changes the api call required, to also mimic root.

     

    The fix I am working on is that on a per server - we can add a flag for does reseller have root privs

     

    We can then use this in the plugin to send the correct command and have it working :)

  2. Hey everyone

     

    I am working on a module, and I want to incorperate some of the other module functionality.

     

    What I want to be able to do is

     

    Open a Support Ticket in my module from code.

     

    Can anyone please help me with the correct loading of the module :)

  3. If you rely on there 1 click installer in WHM its crap ... does not handle all the new tlds  it will crap out.

    They have farmed out the development of there module and are not able to correct the issues ... also they prevent WHM updates because they lag behind in development for

    the stable branch...  IMHO - price not worth the cons.

  4. What I want to do:

     

    Sort products based on price. yes there can be multi prices per item but in my case the prices[0] for all products suites my needs for ordering.

     

    What I have tried

    function compareProducts($a, $B)
    {
          return $a['pricing'][0]['price'] - $b['pricing'][0]['price'];
    }

    $packages = usort($packages, ' compareProducts');

     

    But this is not chaning the order.  Or can I change this in the Controler, with a order by statement as this would be the correct place to change this.

     

    Thanks :)

     
  5. Possible Bug Report.

     

    No ticket created when email comes from a member of the support staff.

     

    This is what I have tried

     

    I have a support department setup with IMAP

    The assigned staff user has an email address of staff@domain.com

     

    The support department is also setup to accept/create tickets from unknown users.

     

    Now if staff@domain.com sends to the the departmentemail@domain.com I can see the

    message in webmail (still marked as unread)  the cron runs and the message is marked as

    read (per the settings)  but no ticket and no bounce reply to the account.  

     

    If i send an email to departmentemail@domain.com from anyotheremail@myotherdomain.com

    I get a ticket created and can see the ticket.

     

    Please let me know if I need to provide more details or If any other testing is required :)

     

     

×
×
  • Create New...