• 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

Cronjob not runing

Version
4.0.2
Website URL
https://imgz.io/
PHP version
8.1
Database driver
MySQL
Database version
10.3.34-MariaDB-0ubuntu0.20.04.1
Web browser
all

yuttakarn

Chevereto Member
Attention: No official support is provided at Community Help, this is for users helping each other. If you want official support go to chevereto.com/support
My dashboard show

Cron last ran: 2022-11-07 15:41:02 UTC — not running

i use
cat >/etc/cron.d/chevereto <<EOM
* * * * * www-data php /var/www/html/app/bin/legacy -C cron
EOM
i try run manual it show

[ERROR] Unable to run as root. Please run as a regular user.

how to solve this issue
 
# Message [Code #08S01]
SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress

# Incident ID:636d13e3e88a7

# Time
2022-11-10T15:08:19+00:00 [1668092899]

# Stack trace
------------------------------------------------------------
#0 /var/www/html/app/src/Legacy/G/DB.php:151
{main}()
------------------------------------------------------------
#1 /var/www/html/app/src/Legacy/G/DB.php:151
PDOStatement->execute()
------------------------------------------------------------
#2 /var/www/html/app/src/Legacy/G/DB.php:173
Chevereto\Legacy\G\DB->exec()
------------------------------------------------------------
#3 /var/www/html/app/src/Legacy/Classes/IpBan.php:40
Chevereto\Legacy\G\DB->fetchSingle()
------------------------------------------------------------
#4 /var/www/html/app/legacy/load/web.php:52
Chevereto\Legacy\Classes\IpBan::getSingle()
------------------------------------------------------------
#5 /var/www/html/app/legacy/entrypoints/index.php:25
require_once(string(length=37))
------------------------------------------------------------
#6 /var/www/html/index.php:12
require_once(string(length=46))
------------------------------------------------------------
 
Back
Top