Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0: Installation schlägt fehl #104

Closed
alxndr-w opened this issue Jun 13, 2019 · 1 comment
Closed

2.0.0: Installation schlägt fehl #104

alxndr-w opened this issue Jun 13, 2019 · 1 comment

Comments

@alxndr-w
Copy link
Member

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants