Open kmorinCL opened 4 years ago
I am using a Postgres database. I checked the id column of the statuses column, and it is a bigint, so it can be < 1.
Are you running 64bit PHP ?
Here is the output of php --version :
PHP 7.3.19-1~deb10u1 (cli) (built: Jul 5 2020 06:46:45) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.19, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.19-1~deb10u1, Copyright (c) 1999-2018, by Zend Technologies
I am running Pixelfed on a Raspberry Pi 4
@dansup Do you have a clue where it could come from?
I set up my own instance of Pixelfed with Yunohost, and when I create posts, sometimes the new posts have a negative ID (eg https://photos.ironcloud.rocks/p/kvnmrn/-498987008) and when I want to share them or delete them, I get a 422 error with the message "item doit être au moins 1." (item must be at least 1).