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:
Support response
Support checklist
app/install/update/temp
dir for any pending file.That folder is empty ๐In any case, you should check if theapp/install/update/temp
dir for any pending file.
@Rodolfo: How to trigger a manual CLI update?
That folder is empty because you said it got updated anyway. If it didn't get updated then there would of been a file there.That folder is empty ๐
I triggered a manual cli update and this is what I got:Server Updating | V3 Docs
Documentation for Chevereto image hosting software (V3)v3-docs.chevereto.com
php cli.php -C update
* Checking for updates
> Update needed
* Downloading latest release
Fetching https://chevereto.com/api/download/latest
100%[==================================================>] download
> chevereto_latest_72ea71639511a22a4d26811a.zip
* Extracting downloaded file
Aw, snap! Internal Server Error [debug @ error_log] - https://chevereto.com/go/v3debug
** errorId #1f86b9821c9c6ccc **
>> ErrorException [0]: posix_getpwuid() has been disabled for security reasons
At ./app/install/update/updater.php:113
Stack trace:
#0 unknown file(unknown line): G\errorsAsExceptions(2, 'posix_getpwuid() has been disabled for security reasons', './app/install/update/updater.php', 113, Array)
#1 ./app/install/update/updater.php(113): posix_getpwuid(0)
#2 ./app/install/update/updater.php(231): CHV\extract('./app/install/update/temp/', Array)
#3 ./app/update.php(29): require_once('./app/install/update/updater.php')
#4 ./app/loader.php(230): require_once('./app/update.php')
#5 ./cli.php(36): include_once('./app/loader.php')
{
"status_code": 400,
"error": {
"message": "posix_getpwuid() has been disabled for security reasons",
"code": 0
},
"status_txt": "Bad Request"
}
when I try to update via cli:while updating from 3.20.11 to 3.20.12, I got:Can't connect to internal API (action:extract)
php cli.php -C update
* Checking for updates
> Update needed
* Downloading latest release
Fetching https://chevereto.com/api/download/latest
100%[==================================================>] download
> chevereto_latest_eaaf2e284970b7676bc7a6e7.zip
* Extracting downloaded file
Aw, snap! Internal Server Error [debug @ error_log] - https://chevereto.com/go/v3debug
** errorId #93a29d7c7660c185 **
>> ErrorException [0]: posix_getpwuid() has been disabled for security reasons
At ./app/install/update/updater.php:113
Stack trace:
#0 unknown file(unknown line): G\errorsAsExceptions(2, 'posix_getpwuid() has been disabled for security reasons', './app/install/update/updater.php', 113, Array)
#1 ./app/install/update/updater.php(113): posix_getpwuid(0)
#2 ./app/install/update/updater.php(231): CHV\extract('./app/install/update/temp/', Array)
#3 ./app/update.php(29): require_once('./app/install/update/updater.php')
#4 ./app/loader.php(230): require_once('./app/update.php')
#5 ./cli.php(36): include_once('./app/loader.php')
{
"status_code": 400,
"error": {
"message": "posix_getpwuid() has been disabled for security reasons",
"code": 0
},
"status_txt": "Bad Request"
}