Bug #23388 Bug Fixed

Metaweblog API won’t save updated config

Version: 4.0.4 Reporter: neilmac

When editing an existing Metaweblog API configuration (including the Default one), the updated configuration can’t be saved. It results in an error, “A Field was Left Blank”.

It seems to stem from around line 511ff. The validation looks for the following fields:

$fields = array('metaweblog_pref_name', 'metaweblog_parse_type', 'entry_status', 'field_group_id','excerpt_field_id','content_field_id', 'more_field_id','keywords_field_id','upload_dir');

However

field_group_id

is not found in the HTML source for the Edit page in the CP. Nor it is found in the database field names in the exp_metaweblog_api table. Is it no longer required?

As a temporary workaround, and since it’s not in the database table anyway, I removed

'field_group_id'

from the

$fields

array and all worked.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases