Donmai

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

This may be a problem on my side but everytime I try to upload i keep getting Module::DelegationError. I always press copy link address on the image fron pixiv & past it on the source bar. Even when i press similar it even dosn't respond or its very slow.

your quotation marks are getting mixed up

the parser is looking for "
you are putting some ” which don't work

also while we're at it, you really ought to use relative links (i.e. /posts/1229232 or /posts/2164678)

edit: "1229232 and 1229232" lol I'm so dumb

Updated

Gollgagh said:

your quotation marks are getting mixed up

the parser is looking for "
you are putting some ” which don't work

also while we're at it, you really ought to use relative links (i.e. /posts/1229232 or /posts/1229232)

Adjusting the quotes and the links. Software keyboard is acting up after the latest "bug fix" update.

In addition to Gollgagh's suggestion, to be doubly super safe with quoted links, it's best to surround the link portion with square brackets. This is because the parser has issues parsing the links correctly when the link has punctuation at the end of the link instead of whitespace.

Compare:

("Link to posts":/posts),
("Link to posts":[/posts]),

(Link to posts),
(Link to posts),

See help:dtext for more information.

I noticed in my attempts to do some note editing yesterday and today that notes don't appear to save fully—that is, the content boxes pop up as if they've saved, but the outlines of the note boxes remain red. When I modified notes to tweak formatting or fix typos, then came back to the pages later, the modifications had all been saved as separate copies of the notes in question, so I had to delete the extras.

Moonspeaker said:

I noticed in my attempts to do some note editing yesterday and today that notes don't appear to save fully—that is, the content boxes pop up as if they've saved, but the outlines of the note boxes remain red. When I modified notes to tweak formatting or fix typos, then came back to the pages later, the modifications had all been saved as separate copies of the notes in question, so I had to delete the extras.

Way ahead of you ... ;)

topic #13348
issue #2747

evazion has created a Danbooru copy with a working fix to try out if you'd like at the following link:

http://devbooru.evazion.ml:3000/

Thanks. I checked back a page or two in this topic, but didn't even look to see if the issue had its own thread. >_< I take it evazion's copy is going to remain a necessary work-around until the next version of Danbooru code is propagated?

It's not a workaround, it's just my personal testbooru for testing changes out. I've submitted a patch to albert which fixes it, as far as I've tested... which isn't much, I'm not a note user so I don't know the usual workflow.

When I tried to look at my forum posts, I got an error message instead:

PG::AmbiguousColumn exception raised

ERROR: column reference "creator_id" is ambiguous LINE 1: ...um_posts"."topic_id" WHERE (min_level <= 32) AND (creator_id... ^
lib/danbooru/paginator/active_record_extension.rb:108:in `total_count'
lib/danbooru/paginator/active_record_extension.rb:63:in `block in paginate_numbered'
lib/danbooru/paginator/active_record_extension.rb:60:in `tap'
lib/danbooru/paginator/active_record_extension.rb:60:in `paginate_numbered'
lib/danbooru/paginator/active_record_extension.rb:15:in `paginate'
app/controllers/forum_posts_controller.rb:20:in `index'

Is this known?

Get the same.

Show

PG::AmbiguousColumn exception raised
ERROR: column reference "creator_id" is ambiguous LINE 1: ...um_posts"."topic_id" WHERE (min_level <= 32) AND (creator_id... ^
lib/danbooru/paginator/active_record_extension.rb:108:in `total_count'
lib/danbooru/paginator/active_record_extension.rb:63:in `block in paginate_numbered'
lib/danbooru/paginator/active_record_extension.rb:60:in `tap'
lib/danbooru/paginator/active_record_extension.rb:60:in `paginate_numbered'
lib/danbooru/paginator/active_record_extension.rb:15:in `paginate'
app/controllers/forum_posts_controller.rb:20:in `index'

Can't see other's post, too.

Updated