• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

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