Page 1 of 1

A bug when I create an entry

Posted: Thu Aug 03, 2006 1:37 am
by iraultza
First, sorry for my English because I'm Spanish and I don't speak English so well.

My problem is when I create a new entry. I use the 1.0 version of Serendipity. If I do a copy&paste of the text from another window to the text area of the serendipity editor and after save it, the editor eats the "blank lines" (sorry but I don't know the correct form to call them).

I have to put an example:

"This is one paragraph.

This is another paragraph"

In the preview it appears ok, but after I save it, it appears:

"This is one paragraph.This is another paragraph"

This only happens when I do copy&paste.

Any solution?

A lot of thanks.

Posted: Thu Aug 03, 2006 1:20 pm
by stm999999999
In fact, in the normal editor you edit raw html. double spaces, new line, emtpy lines, tabs, all this are converted to a single space.

So, try to make real html an enclose every pragraph with an <p></p> or use the NL2BR-Event-Plugin. This will transform every newline into his html-aquivalent <br />.

Posted: Thu Aug 03, 2006 1:24 pm
by iraultza
A lot of thanks. I'll try it and comment.

Bye!

Posted: Thu Aug 03, 2006 1:48 pm
by iraultza
Jummm.... I'm searching the plugin and I don't find it in the all event plugin section... can you tell me where is it?

Thank you!

Posted: Thu Aug 03, 2006 1:52 pm
by iraultza
Ok, I have found it in the admin section of my serendipity, but this is what appear at the plugin:

Error!
Error: serendipity_event_nl2br:b7f1c315fef9655ff26564df4f358306

What can I do?

Posted: Thu Aug 03, 2006 2:04 pm
by garvinhicking
Hi!

If you get this error, it means the plugin is not properly installed. It seems that the plugns/serendipity_event_nl2br directory is either not existing, does not contain files or is not readable.

Did you maybe delete files there? If so, re-upload that plugin from the serendipity release zip/tarball...

Best regards,
Garvin