A new kind of Content Translation saving error appeared on July 29:
"code":"invalidcontent","info":"Invalid section data"
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Amire80 | T95655 CX Phase 2 deployment issues (tracking) | |||
| Resolved | Nikerabbit | T96003 Publishing and saving errors (tracking) | |||
| Resolved | • Arrbee | T141711 Investigate "invalidcontent" saving errors in Content Translation |
Event Timeline
Comment Actions
Code in question:
if ( !isset( $tuData['sectionId'] ) || !isset( $tuData['origin'] ) ) {
$this->dieUsage( 'Invalid section data', 'invalidcontent' );
}