Hello Chris,
Thanks for the help. Here is some more information for you.
In Modules - Blogger API, I created a configuration named jh, with these values.
Default field for Entry Data: WestportNow : body
Send Entries as Block: No
Text Formatting Preference: Yes
Send Pre-formatted Text to Desktop Client: No
HTML Formatting: Allow only safe HTML
In Admin - Section Management, there are three sections, as follows.
3 Info Info
2 Sections Sections
5 WestportNow wn
Here is the string I’m sending through the Blogger API.
<title>Test from JH</title><body>This is a test story sent by JH.</body><weblog_id>5</weblog_id>
The error message returned is this.
MySQL ERROR:<br /><br />Error Number: 1054<br /><br />Description: Unknown column ‘field_id_’ in ‘field list’<br /><br />Query: INSERT INTO exp_weblog_data (weblog_id, field_id_, field_ft_, entry_id) VALUES (‘5’, ‘<body>This is a test story sent by JH.</body>’, ‘’, ‘8729’)
Can you decipher what is wrong?
John