PDA

Shop Support News Archive - Shopbetreiber News -> Forum : xt eCommerce Templates Module SEO Support: GPL Shop: 3.0.4 -> 3.0.4 Sp1(german)


Pommes
12.02.2006, 16:00
3.0.4 --> 3.0.4 SP1
Anleitung zum einspielen des Service Pack 1 für xt:Commerce / xt-Commerce v3.0.4


1. Bestehenden Shop und Datenbank SICHERN (KEIN UPDATE OHNE VORIGE SICHERUNG !)

2. 3.0.4 update SP 1 Packet entpacken.

3. Bestehende Shopdatein durch den Inhalt des /update/ Ordners ersetzen.
Falls Du ein eigenes Template verwendest, Inhalte von update/template/xtc4/ in Dein Template kopieren.

4. Folgende Befehle in Deiner Datenbank Ausführen (mit phpmyadmin)


DELETE FROM configuration WHERE configuration_key = 'ALLOW_CATEGORY_DESCRIPTIONS';

ALTER TABLE campaigns ADD campaigns_leads INT( 11 ) DEFAULT '0' NOT NULL AFTER campaigns_refID;


DELETE FROM admin_access WHERE customers_id = 1 LIMIT 1;
INSERT INTO admin_access VALUES ( 1, 1, 1, 1, 1, 1,1, 1, 1, 1, 1 , 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ,1,1,1,1,1,1,1);

DELETE FROM admin_access WHERE customers_id = 'groups' LIMIT 1;
INSERT INTO admin_access VALUES ( 'groups', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 2, 4, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1);

Update erfolgt auf eigene Gefahr !!!