Notes that empty themselves

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Postby mortaine » Tue Mar 15, 2005 2:59 pm

This has happened to a couple of my characters-- one of them was able to edit a note after re-trying it, but then made a mistake and couldn't edit it, no matter how many times she tried after that.

Another one, who is MUTE and relies on these notes for everything, created a new note, put info into it, and the info disappeared.

I haven't tried with the others-- it's too, too frustrating to lose my work.
--
mortaine.
User avatar
Surly
Posts: 4087
Joined: Tue Oct 14, 2003 7:33 pm
Location: London, England

Postby Surly » Tue Mar 15, 2005 3:29 pm

Okay, the notes outsmarted me.

It happened before, but persistence got me through.

That doesn't seem to work anymore. :x
Formerly known as "The Surly Cantrian"
Former CD chair, former MD chair, former RD member, former Personnel Officer, former GAB member.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Tue Mar 15, 2005 4:07 pm

Just how am I supposed to tell Doryiskom how much they suck if I can't write notes anymore, huh?
Not-so-sad panda
User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Postby mortaine » Tue Mar 15, 2005 6:03 pm

Don't know, Seko, but for the programmers, I also note that the notes have switched from using "smartquote" style apostrophes to using straight-vertical apostrophes. Could this be related-- perhaps notes with no apostrophes can be edited?
--

mortaine.
User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Postby mortaine » Tue Mar 15, 2005 6:15 pm

YEP! That's the behavior:

If you create a note that has regular apostrophes in it, the note shows up blank.
If you edit an existing note that has apostrophes, the changes won't save.
If you edit an existing note to add apostrophes, the changes won't save.
If you create a new note without apostrophes, the note text will save.
If you edit a note without apostrophes and don't add any to it, the changes will save.

WORKAROUND: (just until the programmers can fix it)
Use the right-single-quote HTML character entity. This will not work in Note titles, but you can use them in the note text:

Code: Select all

’


The way I did it is to take the note I was writing, copy and paste it into Notepad or any text editor (EXCEPT MS WORD) and then search/replace all the ' with ’ copy and paste it into the note, and voila! A note with fake apostrophes that can be saved.

NOTE: Do not use MS Word for this, as MS Word auto-formats apostrophes and quotes into smartquotes, and will very likely bung it all up for you.
--

mortaine.
User avatar
kinvoya
Posts: 1396
Joined: Sun Mar 28, 2004 9:31 pm
Location: The Wide, Wide World of Web

Postby kinvoya » Tue Mar 15, 2005 6:31 pm

Damn those smartquotes they ruin everything! Don't ever invite them to your parties.
User avatar
Thomas Pickert
Programmer Emeritus
Posts: 1770
Joined: Mon Jul 14, 2003 9:44 pm

Postby Thomas Pickert » Tue Mar 15, 2005 7:06 pm

Nice find, mortaine. That also relates it to the problems with renaming characters.

Bottom line is, the behavior of PHP or MySQL of dealing with apostrophes has changed during the transfer. Now we know what to look for.

Thanks for the pointer.
User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Yay!

Postby mortaine » Tue Mar 15, 2005 7:19 pm

*purrs under programmer praise*

Thanks! I can't program worth sh** but if you want someone to systematically break something and report the results, I'm your gal!

Even better is getting a comment that lets me know that the troubleshooting is actually *helping*!
--

mortaine.
Missy
Posts: 2467
Joined: Mon Jul 21, 2003 9:12 am
Location: Pennsylvania

Postby Missy » Fri Mar 18, 2005 8:20 pm

I have now received a note with nothing on it as well as created them. The apostrophe theory doesn't appear to be true. For me at least.
User avatar
The Sociologist
Posts: 878
Joined: Mon Sep 06, 2004 11:54 pm

Postby The Sociologist » Fri Mar 18, 2005 9:29 pm

Missy wrote:I have now received a note with nothing on it as well as created them. The apostrophe theory doesn't appear to be true. For me at least.

Well, Mortaine's advice certainly helped me. I managed to create a note with apostrophes using his guidance, whereas a previous attempt to write the same note failed.

This is a decidedly serious issue for several of my charries right now. I'm glad to hear they're working on it.

[EDIT: I meant to say of course that I used ’ to enter an apostrophe.]
Last edited by The Sociologist on Sat Mar 19, 2005 3:18 am, edited 1 time in total.
User avatar
Birdsall007
Posts: 118
Joined: Tue Nov 30, 2004 12:40 pm
Location: Northampton, England

Postby Birdsall007 » Sat Mar 19, 2005 1:40 am

I keep getting caught out with this too, I edit a note and end up putting an apostrophe in there without realising.

:( I will learn, I will, I will, I will!
Even if the voices aren't real...They have some pretty good ideas!
Missy
Posts: 2467
Joined: Mon Jul 21, 2003 9:12 am
Location: Pennsylvania

Postby Missy » Sat Mar 19, 2005 2:03 am

I'll have to try again and see, I guess. :)
User avatar
The Sociologist
Posts: 878
Joined: Mon Sep 06, 2004 11:54 pm

Postby The Sociologist » Sat Mar 19, 2005 3:17 am

[mispost]
Appleide
Posts: 376
Joined: Wed May 19, 2004 6:39 am
Location: Sydney, Australia

Postby Appleide » Sat Mar 19, 2005 7:57 am

mortaine wrote:YEP! That's the behavior:

If you create a note that has regular apostrophes in it, the note shows up blank.
If you edit an existing note that has apostrophes, the changes won't save.
If you edit an existing note to add apostrophes, the changes won't save.
If you create a new note without apostrophes, the note text will save.
If you edit a note without apostrophes and don't add any to it, the changes will save.

WORKAROUND: (just until the programmers can fix it)
Use the right-single-quote HTML character entity. This will not work in Note titles, but you can use them in the note text:

Code: Select all

’


The way I did it is to take the note I was writing, copy and paste it into Notepad or any text editor (EXCEPT MS WORD) and then search/replace all the ' with ’ copy and paste it into the note, and voila! A note with fake apostrophes that can be saved.

NOTE: Do not use MS Word for this, as MS Word auto-formats apostrophes and quotes into smartquotes, and will very likely bung it all up for you.


I have no apostrophes and I still can't write notes, but if I don't soon, one of my chars will die. ITs not fair! :cry:
User avatar
kinvoya
Posts: 1396
Joined: Sun Mar 28, 2004 9:31 pm
Location: The Wide, Wide World of Web

Postby kinvoya » Sat Mar 19, 2005 8:37 am

As long as you leave out the apostrophes you should be able to write notes.

One thing I noticed was if I wrote a note with apostrophes and stored it and then took out the apostrophes it still wouldn't work. The note itself becomes corrupted, I think.

Try using a brand new note if that happens.

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest