Produkte werde nicht mehr gefunden 404

20.06.2017 16:56
#1
Pfaffi
Joomshopping forum user no avatar
Name: Uwe Pfaffmann
06.02.2011
Posts: 13
Quote
Produkte werde nicht mehr gefunden 404

von heute auf morgen sind auf einmal alle Produkte nicht mehr erreichbar. Fehler 404 ... was not found on this server.

Startseite und Backend funktionieren. Was kann das sein?


Joomla: 3.7.2
JoomShopping: 4.16.1
PHP: 5.6.29-nmm1
MySQL: 5.7.15
Website Url: http://shop.gcinfo.de
 
20.06.2017 20:53
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: Produkte werde nicht mehr gefunden 404

Problem in update.

use phpMyAdmin execute

ALTER TABLE `#__jshopping_orders` CHANGE `ip_address` `ip_address` VARCHAR(64) NOT NULL;
ALTER TABLE `#__jshopping_products` CHANGE `product_url` `product_url` VARCHAR(128) NOT NULL;
ALTER TABLE `#__jshopping_products` ADD `manufacturer_code` VARCHAR(32) NOT NULL AFTER `product_ean`;
ALTER TABLE `#__jshopping_order_item` ADD `manufacturer_code` VARCHAR(32) NOT NULL AFTER `product_ean`;
ALTER TABLE `#__jshopping_products_attr` ADD `manufacturer_code` VARCHAR(32) NOT NULL AFTER `ean`;

 
21.06.2017 08:08
#3
Pfaffi
Joomshopping forum user no avatar
Name: Uwe Pfaffmann
06.02.2011
Posts: 13
Quote
Aw: Produkte werde nicht mehr gefunden 404

thank you, thats help.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.