You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL error: Error while executing statement "ALTER TABLE `rex_feeds_item` ADD `type` varchar(255) NOT NULL AFTER `uid`, CHANGE `title` `title` varchar(255) NOT NULL AFTER `type`, CHANGE `content` `content` text AFTER `title`, CHANGE `content_raw` `content_raw` text NOT NULL AFTER `content`, CHANGE `url` `url` varchar(255) NOT NULL AFTER `content_raw`, CHANGE `date` `date` datetime NOT NULL AFTER `url`, CHANGE `author` `author` varchar(255) NOT NULL AFTER `date`, CHANGE `language` `language` varchar(255) NOT NULL AFTER `author`, CHANGE `media` `media` longtext NOT NULL AFTER `language`, ADD `mediasource` text NOT NULL AFTER `media`, CHANGE `raw` `raw` text NOT NULL AFTER `mediasource`, CHANGE `status` `status` tinyint(1) DEFAULT '1' NOT NULL AFTER `raw`, CHANGE `changed_by_user` `changed_by_user` tinyint(1) NOT NULL AFTER `status`, CHANGE `createuser` `createuser` varchar(255) NOT NULL AFTER `changed_by_user`, CHANGE `updateuser` `updateuser` varchar(255) NOT NULL AFTER `createuser`, CHANGE `createdate` `createdate` datetime NOT NULL AFTER `updateuser`, CHANGE `updatedate` `updatedate` datetime NOT NULL AFTER `createdate`, ADD CONSTRAINT `stream_id` FOREIGN KEY (`stream_id`) REFERENCES `rex_feeds_stream` (`id`) ON UPDATE CASCADE ON DELETE CASCADE;"! SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`xxxxxxxxx`.`#sql-4a7b_bf40e`, CONSTRAINT `stream_id` FOREIGN KEY (`stream_id`) REFERENCES `rex_feeds_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: