#1 (permalink)  
Alt 18.12.2009, 18:43
Erfahrener Benutzer
 
Registriert seit: 22.07.2009
Ort: Bad Bramstedt
Beiträge: 946
Standard Gelöst 4 Mandanten 1x fehler 404 im Breadcrumb

Hallo Leute habe ein Problem bei Veyton 4.0.12

Ich habe 4 Mandanten angelegt mit Unterschidlichen Templates und
verschiden Kategorie Boxen
mit indiwidiuellen Boxheader.....

Bei 3 Mandanten haut alles hin wie es soll bloss bei einem schmeist er mir aus

Seite nicht gefunden

wenn ich die Katigorie über den Breadcrumb aufrufe .

SEO url hatte ich schon aus also an den suma urls liegt es nicht
da die links dan ja pur sind index.php?page=categorie&cat=37

was ist woll das problem?

Geändert von giller (20.12.2009 um 19:56 Uhr)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 20.12.2009, 19:55
Erfahrener Benutzer
 
Registriert seit: 22.07.2009
Ort: Bad Bramstedt
Beiträge: 946
Idee

Hallo ich habe das Problem gelösst:

Der fehler war das für den 4 Mandanten in der Datenbank einigeeinträge fehlten
das kam wohl daher das ich die Plugins instaliert habe bevor ich den Mandanten angelet habe.


Gelösst habe ich es mit dem Sql befehl:

--
-- Table structure for table `xt_config_plugin`
--

CREATE TABLE IF NOT EXISTS `xt_config_plugin` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`config_key` varchar(255) DEFAULT NULL,
`config_value` text,
`plugin_id` int(11) NOT NULL,
`type` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`group_id` int(11) DEFAULT '0',
`shop_id` int(11) NOT NULL,
`last_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`date_added` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `config_key` (`config_key`,`shop_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=269 ;

--
-- Dumping data for table `xt_config_plugin`
--

REPLACE INTO `xt_config_plugin` (`id`, `config_key`, `config_value`, `plugin_id`, `type`, `url`, `group_id`, `shop_id`, `last_modified`, `date_added`) VALUES
(298, 'ACTIVATE_XT_NEW_PRODUCTS_PAGE', 'true', 3, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(299, 'ACTIVATE_XT_NEW_PRODUCTS_BOX', 'true', 3, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(300, 'XT_NEW_PRODUCTS_BOX_LIMIT', '1', 3, '', '', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(301, 'XT_NEW_PRODUCTS_PAGE_LIMIT', '25', 3, '', '', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(302, 'XT_NEW_PRODUCTS_BOX_DAYS', '30', 3, '', '', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(303, 'XT_NEW_PRODUCTS_PAGE_DAYS', '30', 3, '', '', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(304, 'XT_NEW_PRODUCTS_PAGE_TPL', 'product_listing_v1.html', 3, '', '', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(305, 'INSTALLED_XT_NEW_PRODUCTS', 'true', 3, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:13', '0000-00-00 00:00:00'),
(306, 'XT_SOCIALBOOKMARKS_DELICIOUS', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(307, 'XT_SOCIALBOOKMARKS_DIGG', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(308, 'XT_SOCIALBOOKMARKS_FURL', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(309, 'XT_SOCIALBOOKMARKS_BLINKLIST', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(310, 'XT_SOCIALBOOKMARKS_REDDIT', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(311, 'XT_SOCIALBOOKMARKS_TECHNORATI', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(312, 'XT_SOCIALBOOKMARKS_YAHOOMYWEB', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(313, 'XT_SOCIALBOOKMARKS_NEWSVINE', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(314, 'XT_SOCIALBOOKMARKS_SOCIALIZER', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(315, 'XT_SOCIALBOOKMARKS_STUMBLEUPON', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(316, 'XT_SOCIALBOOKMARKS_GOOGLEBOOKMARKS', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(317, 'XT_SOCIALBOOKMARKS_RAWSUGAR', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(318, 'XT_SOCIALBOOKMARKS_SQUIDOO', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(319, 'XT_SOCIALBOOKMARKS_SPURL', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(320, 'XT_SOCIALBOOKMARKS_BLINKBITS', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(321, 'XT_SOCIALBOOKMARKS_NETVOUZ', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(322, 'XT_SOCIALBOOKMARKS_ROJO', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(323, 'XT_SOCIALBOOKMARKS_BLOGMARKS', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(324, 'XT_SOCIALBOOKMARKS_SCUTTLE', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(325, 'XT_SOCIALBOOKMARKS_YIGG', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(326, 'XT_SOCIALBOOKMARKS_MRWONG', 'true', 5, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:18', '0000-00-00 00:00:00'),
(327, 'ACTIVATE_XT_STARTPAGE_PRODUCTS_PAGE', 'true', 7, 'dropdown', 'conf_truefalse', 0, 4, '2009-07-24 10:33:23', '0000-00-00 00:00:00'),
(328, 'XT_STARTPAGE_PRODUCTS_PAGE_LIMIT', '6', 7, '', '', 0, 4, '2009-07-24 10:33:23', '0000-00-00 00:00:00'),
(329, 'XT_STARTPAGE_PRODUCTS_PAGE_TPL', 'product_listing_v1.html', 7, '', '', 0, 4, '2009-07-24 10:33:23', '0000-00-00 00:00:00'),


Damit habe ich die fehlenden einträge in der DB für den vierten Mandanten gemacht. Wrscheinlich hätte eine deinstall und installation der Module
xt_startpage_products und xt_new_products auch gereicht na ja egal jetzt läuft es.

Geändert von giller (20.12.2009 um 20:03 Uhr) Grund: Grade getestet Ja es hätte gereicht das Plugin neu zu installieren also neuer Mandant Plugins rüberbraten
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Seo-urls unter Lighttpd, Fehler 404 bei .html?XTCsid=irgendwas Pattstock Installation und Konfiguration 1 06.09.2011 10:58
Nach Shopstat Installation Fehler 404 yoyue Installation und Konfiguration 0 21.10.2008 21:18


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:34 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand