- cannot manually edit applicationhost.config
- must declare the scalar variable
- classic asp and access not working on windows 2008 64bit
- asp.net page titles are blank
- sql to get totals for last six months
- white space being counted as a node
- cross page posting not working
- collection is read only exception
- PayPal sending incorrect carrier information
- paypal guest user notice
- classic asp dictionary not working
- IE8 not supporting innerHTML
- differences between jet and odbc
- sugarcrm not inserting email
- select random records from access
- button click event firing twice
- how to send an email using cdosys
- installing perl on win2003 64 bit
- asp.net page event order
- rewrite rule for subdomains only
- extra items in javascript array
- IE7 margin auto not working
- IE7 border style dotted glitch
- ByRef and ByVal in vbscript
- weather rss feed
- Classic asp crib sheet
- Firefox onsubmit image change
- limit records in access
- AccessDataSource is thick
- double margins in IE6
- extra image padding in html emails
- decimal places in linux flash player
- broken emails in outlook 2007
- double spaced IE list items
- cannot remove movieclip
articles:
sugarcrm not inserting email
Do you get an error starting like this when you are trying to get sugar to do an email broadcast?
for column 'description_html' at row 1
Sugar then lays out your email in an escaped format on the screen, if you do then this might help...
There are a few bits of information about errors like this occuring, and most of the fixes / hacks revolve around escaping single quotes and percentage signs, but I'm not convinced - I've had this particular install of Sugar successfully send emails that include both single quotes and percentage signs.
I noticed something strange in the escaped version of the html that was displayed, spaces where being converted to question
marks in diamonds like this: 
The spaces used to be but somehow had become diamonds. When you view the source of the html email the spaces appear simply as spaces i.e. not diamonds and also not
I deleted this mystery character and re-typed for good measure; resent the email and presto - no more complaining from sugar.
This was / is happening in SugarCRM Version 4.5.1g (Build 1003) running on a windows 2003 server.
After thought
A possible explanation (or perhaps compounding cause): These errors happened when editing a template in Opera, having duplicated an existing template. Opera does not load the FCK editor, I am wondering if FCK editor leaves some special characters in the template markup that it converts to proper html entities on submit...
Post a comment
