• 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 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