demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Publisher constraint violation #1621

Open demianturner opened 11 years ago

demianturner commented 11 years ago

When trying to remove categories, i receive the following error:

MESSAGE: DB Error: constraint violation TYPE: User Error FILE: D:\Work\Web Development\test\lib\pear\PEAR.php LINE: 892 DEBUG INFO:

887 $format = $options; 888 } 889 printf($format, $this->getMessage()); 890 } 891 if ($this->mode & PEAR_ERROR_TRIGGER) { 892 trigger_error($this->getMessage(), $this->level);

893 } 894 if ($this->mode & PEAR_ERROR_DIE) { 895 $msg = $this->getMessage(); 896 if (is_null($options) || is_int($options)) { 897 $format = "%s";

I`m using mysql. What should i do?