solusio / solusiovps

SolusIO WHMCS VPS Provisioning module
Apache License 2.0
23 stars 8 forks source link

Cron Completion error WHMCS #42

Closed AlexPads closed 3 years ago

AlexPads commented 3 years ago

Hello, I am using the latest released version of the VPS module, and when my WHMCS automated cron runs it crashes with this error.

https://pastebin.com/V4vRCgL9

Thank you,

oneumyvakin commented 3 years ago

@AlexPads Hi, we would like to collect more information about this issue, like steps to reproduce the issue, environment details, etc. To avoid exposure of sensitive data that could be in logs, consider to submit a ticket on our support portal https://support.solus.io/hc/en-us/requests/new . Please note it will require you to sign-in to Solus Help Center to create a ticket. If for some reason you have troubles with a ticket submission, let me know.

AlexPads commented 3 years ago

We actually found a fix ourselves and deployed that on our services. The error is that the server it is trying to terminate was either already gone or missing or something and the termination cycle would error out. We found out that the error message itself is what was causing the errors to occur. We have fixed it in our local build by just replacing the error message with plain text for now.

oneumyvakin commented 3 years ago

Should be fixed since v1.2.5 by #47