Pommes
19.04.2006, 23:10
Hi zusammen,
hab ein Update von V2 auf 304 gemacht.
Nun erscheint unter Bild Optionen folgender Fehler:
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_TITLE in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 174
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_DESC in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 181
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_TITLE in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 174
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_DESC in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 181
Ist das ein Rest von der V2 ?
Funktioniert es da, wenn ich jeweils ein:
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_TITLE';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_DESC';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_TITLE';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_DESC ';
ausführe ?
Sind knapp 5000 Produkte drin und möchte nicht wirklich einen Hund reinbringen.
Gruß
Pommes
hab ein Update von V2 auf 304 gemacht.
Nun erscheint unter Bild Optionen folgender Fehler:
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_TITLE in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 174
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_DESC in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 181
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_TITLE in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 174
Warning: constant(): Couldn't find constant PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_DESC in /srv/www/htdocs/web1/html/shop/admin/configuration.php on line 181
Ist das ein Rest von der V2 ?
Funktioniert es da, wenn ich jeweils ein:
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_TITLE';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_DESC';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_TITLE';
DELETE FROM configuration WHERE configuration_key = 'PRODUCT_IMAGE_FIXED_SIZE_BACKGROUND_DESC ';
ausführe ?
Sind knapp 5000 Produkte drin und möchte nicht wirklich einen Hund reinbringen.
Gruß
Pommes