megdi Posted August 4, 2017 Report Posted August 4, 2017 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 ?
0 megdi Posted August 4, 2017 Author Report Posted August 4, 2017 Hi I i have soled this problem. I should not use /usr/bin/php , this is solved after i use /usr/local/bin/php in CL7 OS. Thank you all. BeZazz 1
Question
megdi
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
Any suggestion please ?
1 answer to this question
Recommended Posts