On Feb 8, 8:56 pm, Philip Buckley <[email protected]> wrote: > On 9 Feb 2011, at 01:28, rick c wrote: > > > Do the non-ascii characters cause an error when used in a post? > > If I have debugging on, the text area gets filled with the error > information. If I have debugging off, the text area (where I'm > inputting the content of the post) simply goes blank, and on the site > the content is blank. I can see what I have entered only if I look in > the database directly. > > > You say it is on a different site. Are the two sites on different > > servers? If so, what db backend are each of them using. > > Both sites are on the same sever. db backend is MySQL. > PHP version 5.3.0 > MySQL version 5.0.67 > > > I've tried the text you pasted in a comment on a site running r4862, > > SQLite, PHP 5.3.3, Ubuntu 10.10. There were no errors. > > I have been modifying quite heavily the site that is giving me the > error, so it is quite possible that I have done something > inadvertently to break it. It has more plugins installed (some I have > modified) and a more customised theme than the site which is OK. > > I fear I may have to re-trace all my steps to find out where I've gone > wrong :-( > > Philip >
As a first step I'd try switching to one of the system themes (k2, Mzingi, Charcoal). That at least could tell you whether it's the theme or not, before you try to trace through the plugins. If it isn't the theme, I'd deactivate all the added plugins, then reactivate them one by one until the issue shows up again (assuming it goes away when the plugins are deactivated). Rick -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
