Shopsystem ShopPilot

ShopPilot => Allgemein => Thema gestartet von: Tommy20y am Oktober 08, 2005, 14:47:15

Titel: Shop wird auf Website nicht ausgeführt
Beitrag von: Tommy20y am Oktober 08, 2005, 14:47:15
Hallo,

ich habe gestern zum ersten Mal mit dem Programm Shop Pilot gearbeitet. Konnte auch einen Shop erstellen und ohne Probleme auf die HP übertragen. Habe nur das Problem, wenn ich den Shop starten will, dass anscheinend das CGI Script nicht ausgeführt sondern einfach nur geöffnet wird. Es erscheint also anstatt des Shops folgender Text:

#!/usr/bin/perl
#! Bei diesem Programmcode ist Lesbarkeit nicht beabsichtigt. Er wird automatisch durch
#! ein Programm erstellt und kann sich jederzeit ändern.
#! AENDERN SIE AUF KEINEN FALL ETWAS IN DIESEM PROGRAMMCODE !
#!
#! Copyright (c)  1997,1998,1999,2000,2001,2002 by IBO Internet Software, All rights reserved
#! http://www.shoppilot.de  ibo@shoppilot.de
#! Author: Hans Ophüls, Mönchengladbach, Germany
#!---------------------------------------------------------
$mailprog      = '/usr/lib/sendmail'; # Ihr Mailprogramm
$temp_cart_dir = './cart';  # Warenkorbverzeichnis
$IBOShop_version = '4.0 SE';
require 5.000;         
$|=1;                  
$script_home     
= 'http://**********/cgi-data/shoppilot';
$sec_script_home   = '/cgi-data/shoppilot';
$r_s_h            = '../cgi-data/shoppilot';    
$catalog_home      = '../../shoppilot';
$bestelldaten_vorl = 'bestelldaten.html';
$ph_id   = "__id__";  
......

und noch ne ganze Menge mehr. Kann mir jemand vielleicht  einen Tipp geben woran das ganze möglicherweise liegt ??

Danke im Voraus.

Thomas        
Titel:
Beitrag von: hop am Oktober 08, 2005, 17:59:42
Hi,

das liegt daran, dass die Datei nicht als cgi ausgeführt wird. So wird einfach der Inhalt der Datei ausgegeben. Hast du bei deinem Hoster die Möglichkeit "eigene CGI's" auszuführen ?

Gruß hop