Custom Query (1173 matches)
Results (229 - 231 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5310 | fixed | Incorrect syntax in latest postgres docs | ||
| Description |
A recent commit [1] introduced an error in the postgresql configuration. The docs say: # su -u postgres
but this doesn't work as # su - postgres [1] https://gitorious.org/mediagoblin/mediagoblin/commit/c3075e9178a073586f5b2eb0a91e822398e6abf1 |
|||
| #5309 | fixed | Move GIT Repository | ||
| Description |
On https://gitorious.org/mediagoblin/mediagoblin/ is a big orange box saying: System notice: Gitorious is being acquired by GitLab and gitorious.org will shut down end of May. Please import your repositories to GitLab.com You should migrate somewhere before it's too late. |
|||
| #5308 | fixed | SQL foreign key error when attempting to delete user with blog | ||
| Description |
A member of my instance created a blog entry and then tried to delete his account, resulting in this error in my logs. IntegrityError: (IntegrityError) update or delete on table "core__users" violates foreign key constraint "mediatype__blogs_author_fkey" on table "mediatype__blogs"
DETAIL: Key (id)=(23284) is still referenced from table "mediatype__blogs".
'DELETE FROM core__users WHERE core__users.id = %(id)s' {'id': 23284}
|
|||
