• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

Cron.php file is missing in 3.20.0

siddharth

💖 Chevereto Fan
Hi @Rodolfo

I just found that cron.php is missing in the 3.20.0 but there is a new file cli.php

But still installation document says we have to use the cron.php and I am right now using cron.php from 3.18.0

 
You have to make sure the cli.php file is located in the same path. It is usually located in the root path where you put all your chevereto files. And also, you have to use the same user of HTTP to call the PHP file.
 
The location of the php binary vary depending how you provide it. Is not a Chevereto thing, is your server setup.
 
[root@server ~]# whereis php
php: /usr/bin/php /usr/bin/php8.0 /usr/bin/php.default /usr/bin/php7.4 /usr/lib/php /etc/php /usr/include/php /usr/share/php8.0-curl /usr/share/php /usr/share/php7.4-xml /usr/share/php7.4-curl /usr/share/php7.4-gd /usr/share/php8.0-gd /usr/share/php8.0-mysql /usr/share/php7.4-opcache /usr/share/php7.4-readline /usr/share/php8.0-common /usr/share/php8.0-readline /usr/share/php8.0-mbstring /usr/share/php7.4-mbstring /usr/share/php8.0-zip /usr/share/php7.4-bcmath /usr/share/php7.4-common /usr/share/php7.4-mysql /usr/share/php8.0-opcache /usr/share/php7.4-json /usr/share/php7.4-zip /usr/share/php8.0-bcmath /usr/share/php8.0-xml /usr/share/man/man1/php.1.gz

this is where my PHP is so please tell me what command I should run?

and cli.php is inside " /home/mywebsite/public_html "
 
Back
Top