Remember the Delphi Crate, winter sweaters, and harvest items will be retired on Friday July 31st.
There is a ~60k character limit on pet profile. Is it possible that you have gone over that limit? This includes any other coding and images and stuff. I know when I try and put that story on one of mine it doesn't work either but when I put a simple short story it works.
Dexter by ❤
No, it hasn't reach the limit D: The story is only about 3.5k words! Some of my pets' stories are much longer!
Hrm...it has to be something in that story it doesn't like...
Dexter by ❤
I tried adding the story piece by piece and I have it down to one paragraph that's causing the error.
Gamzatti sought out a florist first. She ordered a dozen red roses, the flower of true love. For a centerpiece she selected a perfect white lotus, the flower of the gods. The
arrangement was to be delivered to the palace immediately.
[edit]
Except adding that on its own works fine.
Wow! Thank you so much<3 <3, that has got to be tons of work!!! o:
I'll ask if she can find an alternative for the paragraph :)
[edit] Hmmm that is weird o-o
As I said in my edit, adding that paragraph on its own worked fine, but when I tried adding it part by part, and then adding the part if didn't like paragraph by paragraph that was the only thing I couldn't add.
So I think is right, there must be something in the story it doesn't like.
;u; the paragraph has been fixed but still getting the error!!
This is the weirdest thing. I will see what I can find out!
Dexter by ❤
Ah thank you so much, I'll really appreciate it <3
Are you still having an issue with adding your pet story?
if I copy and paste the entire story, it won't go through, but if I change selected to just "selec" it works. I have a feeling the database doesn't like using that word in this instance.
[edit]
deleting this line:
“It is Nikiya who must die. Upon her death the vow will be irrelevant and nothing will stand in the way of my daughter’s union with Solor.â€
will also allow it to go through.
[edit] more specifically it does not like the words "union" followed by "select" as they are database key words. instead if filtering them out as text, it throws an error for some reason I guess.
Ahhhh thank you!!! u So that is the reason for it not going through, very weird! Thank you so much for looking over this :)
That is such a weird thing to catch on x.x Did you want me to close this up? If it is something with the code not liking words, it may be something they can't fix. I know the word expression won't show on pet profiles unless you add useless code int he middle of the word xD
Dexter by ❤
it may be something to report anyway just in case it does show some vulnerability in the database. text shouldn't cause a database to have an error, it should get escaped correctly I think? I tested a couple other operations without it breaking but I can probably test more later.
hm expression is another one? interesting.
[edit] expression goes through, it just doesn't show up on the profile.
The word doesn't give you an error, it will just disappear xD But it is already reported and I will add your notes to the report.
Dexter by ❤
it's interesting that it just hangs up on those two words, if select comes first then there's no error. I really wish I knew more about this kind of thing so I could give everyone here a more thorough answer, but I don't really know how to do much else than go through and break things or see why something is breaking.