When I send an email through the site to personal email addresses, page breaks are denoted by rn or simply n
Examples:
this rnis rna rntest
- OR -
this
n
is
n
a
n
test
Any thoughts?
Thanks,
Chris
When I send an email through the site to personal email addresses, page breaks are denoted by rn or simply n
Examples:
this rnis rna rntest
- OR -
this n is n a n test
Any thoughts?
Thanks, Chris |
In order to use a backslash in the forum, you need to double them so it will show up. The backslash is a php excape character. I know it should not matter in the forums, but aparently these forums have another bug. this \r\nis \r\na \r\ntest
- OR -
this \n is \n a \n test https://www.deanbassett.com |
Thanks Deano, I didn't notice the change. The actual errors are as follows:
Example #1 has slashes (Group broadcast message)
this \r\nis \r\na \r\ntest
Example #2 does not (email)
this n is n a n test |
I had this problem with Dolphin 6.1 and it was solved by deleting all of the instances of \r\n and\n in the /inc/utils.inc.php file. I tried that (including clearing the cache) and it didn't work |
Thank you Deano for pointing the problem on the forum - I will have a look. Regarding the problem in Dolphin - what is you server environment ? OS and mail server particlulary. Can you provide ssh access via PM to have a look ? Rules → http://www.boonex.com/terms |
Hi Alex. My site is on a Linux server - Cpanel w/ Exim mail server. |
This is a bug in sending broadcast message in Groups/Events/Store modules: Ticket - http://www.boonex.com/trac/dolphin/ticket/2198 Changeset - http://www.boonex.com/trac/dolphin/changeset/14480 Rules → http://www.boonex.com/terms |
Another problem with sending mail: http://www.boonex.com/trac/dolphin/ticket/2200 Rules → http://www.boonex.com/terms |
I've just fixed this problem, now forum do not strip slashes ! Test: \r\n In order to use a backslash in the forum, you need to double them so it will show up. The backslash is a php excape character. I know it should not matter in the forums, but aparently these forums have another bug. this \r\nis \r\na \r\ntest
- OR -
this \n is \n a \n test
Rules → http://www.boonex.com/terms |
Updated! Thanks Alex, you must be on a roll! Stuart There are none so blind as those that will not see. |