Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#1790 closed Bug/Fehler (fixed)

Fehler im Updater des Installers

Reported by: Torsten Riemer Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.5.1
Component: Installer Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Der Installer hat derzeit Probleme mit folgenden SQL-Befehlen:

CREATE TABLE `newsletter_recipients_history` ( `customers_email_address` VARCHAR(255) NOT NULL, `customers_action` VARCHAR(32) NOT NULL, `ip_address` varchar(50) DEFAULT NULL, `date_added datetime` NOT NULL DEFAULT '0000-00-00 00:00:00', KEY `idx_customers_email_address` (`customers_email_address`) )

CREATE TABLE IF NOT EXISTS `email_content` ( `content_id` INT(11) NOT NULL AUTO_INCREMENT, `email_id` VARCHAR(64) NOT NULL DEFAULT 0, `group_ids` TEXT, `content_name` VARCHAR(255) NOT NULL DEFAULT '', `content_file` VARCHAR(255) NOT NULL, `content_link` TEXT NOT NULL, `languages_id` INT(11) NOT NULL, `content_read` INT(11) NOT NULL DEFAULT 0, `file_comment TEXT NOT NULL, PRIMARY KEY (`content_id`), KEY `idx_email_id` (`email_id`) )

Beide Tabellen werden nicht angelegt.

Das ist in meiner MAMP Testumgebung reproduzierbar beim Update von 2.0.4.2 nach 2.0.5.0 mit dem Trunk auf r12665.

Attachments (0)

Change History (2)

comment:1 by Gerhard Waldemair, 6 years ago

Resolution: fixed
Status: newclosed

In 12678:

fix #1790 - fix update sql file (revised r12619)

comment:2 by Gerhard Waldemair, 6 years ago

In 12679:

fix #1790 - fix update sql file (revised r12619)

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.