• 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

[Resolved] v4 cron issues.

Version
V4
PHP version
PHP version: 8.0.20
Database driver
MariaDB
Database version
10.3.34
Web browser
Any

Drifter

💖 Chevereto Fan
Pro
I have had this working in the past. Cannot seem to get it working now so looking for ideas.

Currently, I have the following;

/usr/local/bin/php80 /home/************/public_html/app/bin/legacy -C cron

I have tried several options to no avail. Hoping someone has an idea and / or working version.

Thanks in advance.
 
How do you know that the php binary is at /usr/local/bin/php80?
To be honest I'm not sure. I've used the recommended line from within cpanel but the only difference is I added the "80" after php in that line and that was only after doing a search here for ideas.
 
You can find where the php command is on your server by using the "whereis" command.

Open SSH on your server or command prompt and type:

whereis php

You will get the location.

Code:
[15:23] [server1 /] # whereis php
php: /usr/bin/php /usr/local/bin/php /usr/local/lib/php.ini
[15:23] [server1 /]
 
This has been resolved. The cron was running which I was eventually able to determine. Due to the "shared" environment, the cron frequency is the issue. Of the shared hosting I have tested, the lowest frequency is every 5 minutes. Longest was 15 on average. Ill move from shared at some point but for now, information for some beginners attempting to use shared hosting.
 
Back
Top