Jump to content

Cron Error


Recommended Posts

When I try to run the cron from ssh i get an error after the Server Usage Stats:

Can anyone shed some light on what may be going on? This is just a snippet of the error:

[WHMCS Application] ERROR: TypeError: round(): Argument #1 ($num) must be of type int|float, string given in /home/corpushost/domains/corpushost.com/public_html/modules/servers/directadmin/directadmin.php:0 Stack trace: #0 /home/corpushost/domains/corpushost.com/public_html/modules/servers/directadmin/directadmin.php(0): round() 

Edited by corpushost
Link to comment
Share on other sites

This error message  is indicating that theres a type mismatch in the round() function in the direct admin module  of the WHMCS  application. not sure but it seems , the argument  being passed to the  round () function is a string  but it is expected to be an integer or a floating-point number.

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