I just renewed my support but i still cannot open a support ticket, why?

I just renewed my support but i still cannot open a support ticket, why?

Envato, the company we’re using to sell our products, offers us a way to check if a particular license has valid support or not. It does this via their API system. As with any API system, it is rate limited, which means we can only do a very limited number of requests to the API in a given period of time.

Therefore, in order for us to be API friendly, we do these checks only once per day, at midnight when the daily cron job runs.
This has the downside that in order to make use of the available support for a support pack, you have to wait till midnight when it is renewed. This generally should not be a problem, but if you need faster access, just get in touch with us via our website contact form and provide us the license key for which you have renewed the support, and we will update all this info for you, so you don’t have to wait for the midnight.

    • Related Articles

    • Internal failure, maybe due to missing functions like proc_open!

      When validating a delivery server, and you get an error that says, “Internal failure, maybe due to missing functions like proc_open!” Most likely the issue is that AppMail cannot find a valid email template to send the validation email. To fix this, ...
    • Enable debugging

      As much as I struggle to make AppMail compatible out-of-the-box with any host, this is just unrealistic since the configuration vary so much between the hosts. By default, AppMail runs in production mode, that is, no errors are show to the end user. ...
    • Special characters, such as “€” don’t show properly inside invoices.

      This happens because your PHP install lacks the iconv() function, most likely because PHP has been compiled without iconv support. You have to install and enable iconv in order for this to work. If you are using CPanel, then just recompile PHP with ...
    • Delivery servers

      Delivery servers are needed in order to send out all the emails from the application. Even if it’s about sending a confirmation email, an email campaign, a test email, you need a delivery server to actually make the delivery. AppMail comes with ...
    • Enable installer debugging

      Sometimes the install process might give you headaches, though this is extremely rare, it seems it can happen. It can be because importing the database schema takes too much time, or because you lose the session in middle of the install, or for any ...