Custom Query (1174 matches)
Results (232 - 234 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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}
|
|||
| #5306 | duplicate | Hard-coded absolute URL path in frontpage_welcome.html | ||
| Description |
I'm attempting to run mediagoblin at a path that's not the root of the site, e.g. http://example.com/gobble This works just fine, except for one hard-coded path: in frontpage_welcome.html it says: <img class="welcomeimage" src="/mgoblin_static/images/home_goblin.png"> and should be preceded by the context path, /gobble in my example. |
|||
| #5085 | wontfix | Cannot register on this site | ||
| Description |
The front page of https://issues.mediagoblin.org/ says
but this does not seem to be correct. In other words, you get this bug report filed anonymously :-) |
|||
