Forums / Install & configuration / ezuser_discountrule table missing
peter peter
Thursday 07 July 2005 7:40:32 am
Hi,i changed nothing. but now comes a error when opening the basket.
Fatal error: A database transaction in eZ publish failed.
the "ezuser_discountrule" table is missing?
Ćukasz Serwatka
Friday 22 July 2005 3:33:46 am
You can restore your table structure executing SQL code.
From eZ publish 3.6 distro
CREATE TABLE `ezuser_discountrule` ( `contentobject_id` int(11) default NULL, `discountrule_id` int(11) default NULL, `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog