Problem mit Webshop...
 
Benachrichtigungen
Alles entfernen

Problem mit Webshopanbindung

3 Beiträge
2 Benutzer
0 Reactions
937 Aufrufe
(@isaack)
Active Member
Beigetreten: vor 14 Jahren
Beiträge: 7
Topic starter   [#190]

Hallo,

habe den xtc modified 1.06 rev 4356 und den dazu gehörigen connector.
jedoch bekomme ich immer folgende meldung sobald ich den webshopabgleich machen möchte:

admin/fakturama_connector.php No valid Smarty.class.php found.

was ist hier das probelm?
wie kann ich das beheben?

danke schonmal für die antworten.



   
Zitat
(@isaack)
Active Member
Beigetreten: vor 14 Jahren
Beiträge: 7
Topic starter  

ok habe den fehler gefunden.
ihr müsstet mal den connector updaten

Zeilen: 133-137

alt:

 if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.26/Smarty.class.php')) {
 require(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.26/Smarty.class.php');
 }
 else if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.14/Smarty.class.php')) {
 require(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.14/Smarty.class.php');

neu:

 if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.27/Smarty.class.php')) {
 require(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.27/Smarty.class.php');
 }
 else if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.27/Smarty.class.php')) {
 require(DIR_FS_CATALOG.DIR_WS_CLASSES . 'Smarty_2.6.27/Smarty.class.php');

dann funzt das auch alles einwandfrei 🙂



   
AntwortZitat
(@moped)
Mitglied Registered
Beigetreten: vor 14 Jahren
Beiträge: 648
 

Äh, das steht auch schon im Forum: hier



   
AntwortZitat
Teilen: