Forums / Install & configuration / ezuser_discountrule table missing

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

ezuser_discountrule table missing

Author Message

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 Exponential 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 Exponential 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