Testing -- Having trouble posting: Seeing if it's that thread or just me

  • Thread starter Thread starter DaveC426913
  • Start date Start date
  • Tags Tags
    Thread
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
23 replies · 3K views
DaveC426913
Gold Member
2025 Award
Messages
24,603
Reaction score
8,945
Testing testing, one, two, three.

Having trouble posting. Seeing if it's that thread or just me.

1707695136075.png
 
Physics news on Phys.org
Update: It's that thread. For some reason, I can't Save any Reply.

I'll try again a little later.
 
It’s you. I just posted.

Edit: I deleted the reply.
 
Reply
  • Like
Likes   Reactions: DaveC426913
Weird. I was able to post it, as long as I only pasted about 20 words at a time, saving between each.

It was the exact same text, since I'd copied it into Notepad before Canceling the post.
 
I cannot make it here either.
IMG_0045.jpeg
 
This seems to be a minimal example to get the error. Quote this post, switch to BBCode editor, delete the newline between "an" and "d" and this paragraph of instructions and the QUOTE tags, and try to switch back to the WYSIWYG editor. (Clearing cache did not help.)

plausible' an
d '2+2=5
 
Greg Bernhardt said:
Try clearing your browser cache
I cleared my history on safari on an ipad (17.3.1) which if not equivalent means I need instruction on how to perform such an action.

No luck.
IMG_0046.jpeg
 
Ibix said:
This seems to be a minimal example to get the error. Quote this post, switch to BBCode editor, delete the newline between "an" and "d" and this paragraph of instructions and the QUOTE tags, and try to switch back to the WYSIWYG editor. (Clearing cache did not help.)

plausible' an
d '2+2=5
testing
 
Reply
  • Like
Likes   Reactions: Ibix
Ibix said:
This seems to be a minimal example to get the error. Quote this post, switch to BBCode editor, delete the newline between "an" and "d" and this paragraph of instructions and the QUOTE tags, and try to switch back to the WYSIWYG editor. (Clearing cache did not help.)

plausible' and '2+2=5
 
Reply
  • Like
Likes   Reactions: Ibix
If I copy the post and delete 5, it will post.
If I copy the post and delete ‘2+2=5’ and then rewrite it, it will post.
If I copy the post and delete everything but ‘2+2=5’, it will post.
 
I think Greg means that the "single quotes" that @Frabjous used in #17 are backticks, which is how that post apparently contains stuff that isn't working for the rest of us. The text causing the trouble has apostrophes.

Backticks use bytes, they do not bite.
 
Reply
  • Haha
Likes   Reactions: Greg Bernhardt
So, if I understand correctly, there was a newline character in the 2+2=5?
Yeah, that might make sense; I got the impression the culprit it was somewhere in there.

Thanks guys.
 
You want to post 2+2=5 and you are surprised there is an error? :-p

Here is a shorter example that triggers the error when switching to the WYSIWYG editor or when trying to post:
' an[/color]d '1=1

It's a common pattern for SQL injection and similar attempts to do unauthorized things. If the software doesn't escape the ' properly then the first one could be interpreted as end of the content, followed by SQL code that shouldn't be there.
I added color codes to trick the forum, you can copy the pattern from my comment and it won't let you post it.
 
Wow. I did not realize escape codes could work in a text entry field.
 
DaveC426913 said:
So, if I understand correctly, there was a newline character in the 2+2=5?
No, I inserted a newline which let me post it. Removing the newline gets you something you can't post, unless Greg has fixed it by now. As mfb says, all the single quotes and arithmetic make the original string look a bit like an SQL injection attack (the thought did cross my mind, I agree), and the site may be rejecting it on those grounds.
 
Reply
  • Like
Likes   Reactions: DaveC426913