• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

šŸŒChevereto v3.17.0.beta.2

Status
Not open for further replies.

Rodolfo

šŸ‘‘ Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 3.17.0.beta.2 (2020-11-09)
- Added lock file for automatic bulk importer
- Added recursive album removal
- Added target _blank for "Powered by Chevereto" link
- Changed recaptcha domain to recatpcha.net
- Deprecated pixels (CHV.fn.queuePixel() et all)
- Fixed bug in CHV\isSafeToExecute()
- Improved background processing (cron.php)
- Improved support for Google Photos importing

Check README.txt file and http://chevereto.com/docs for install or update instructions. If you edited some or part of the affected files merge your changes.

THIS IS BETA SOFTWARE, BACKUP. TOLD YOU.
 
Hey I forgot the cron, you need to add something like this:

Code:
* * * * * IS_CRON=1 /usr/bin/php /var/www/html/chevereto.loc/public_html/cron.php >/dev/null 2>&1

Where /var/www/html/chevereto.loc/public_html/cron.php is the path to cron.php in your filesystem. This is required for removal of expired images, check for updates, external storage remove image, etc.
 
Status
Not open for further replies.
Back
Top