Jump to content
  • 0

[SOLVED] Cronjob Error


megdi

Question

Hello.

I am new user of blesta billing.

I just installed blesta and configure Cronjob via Cpanel.

i can run cronojob manually.

this my cronjob cronfiguration

*/5****   /usr/bin/php /home/username/blestapath/index.php cron

 

this report of my cronjob

X-Powered-By: PHP/5.6.31
Content-type: text/html; charset=UTF-8

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Blesta</title>
        <link rel="stylesheet" href="/app/views/errors/css/application.min.css">
        <link rel="stylesheet" href="/app/views/errors/css/font-awesome.min.css">
    </head>
    <body>
        <div class="error-container">
            <div class="program-error">
    <div class="panel panel-default panel-simple">
        <div class="panel-heading">
            <h3><i class="fa fa-exclamation-circle"></i> Something went wrong.</h3>
        </div>
        <div class="panel-body">
            <p>
                Undefined variable: argv            </p>
        </div>
    </div>
</div>        </div>
    </body>
</html>

 

Any suggestion please ?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...