PDA

Shop Support News Archive - Shopbetreiber News -> Forum : xt eCommerce Templates Module SEO Support: GPL Shop: Probelm Bei Der Installation


columbus
01.03.2006, 12:50
hallo an alle , habe mir den 304 XT installiert , vorher war 303 und lief 100%
jetzt beim instalieren ist alles ok, und wenn der fertig ist und ichl den starten will-
dann bekomme ich nur das

Ps ich habe es auf meinem Rechner local versucht zu instalieren



Fatal error: Cannot redeclare xtc_image() (previously declared in C:\apache\xampp\htdocs\xtCommerce304\inc\xtc_image .inc.php:21) in C:\apache\xampp\htdocs\xtcommerce304\inc\xtc_image .inc.php on line 59

MFG columbus

bluemoon
01.03.2006, 15:09
schau mal Deine inc/xtc_image.inc.php an

der korrekte Code von Zeile 21-24 :

**function xtc_image($src, $alt = '', $width = '', $height = '', $parameters = '') {
****if ( (empty($src) || ($src == DIR_WS_IMAGES) || ( $src == DIR_WS_THUMBNAIL_IMAGES))) {
******return false;
****}

und prüfe Deine Ordnerrechte mit chmod

columbus
03.03.2006, 16:22
''>ZITAT(xtc-shoplayout_de @ Mar 1 2006, 15:09) 889
schau mal Deine inc/xtc_image.inc.php an

der korrekte Code von Zeile 21-24 :

**function xtc_image($src, $alt = '', $width = '', $height = '', $parameters = '') {
****if ( (empty($src) || ($src == DIR_WS_IMAGES) || ( $src == DIR_WS_THUMBNAIL_IMAGES))) {
******return false;
****}

und prüfe Deine Ordnerrechte mit chmod
[/b]


ok werde es morgen pruefen !!
danke fuer den hinweis
MFG columbus