Hallo Ihr Lieben,
habe mal wieder ein Proplem mit meiner hp.
Bekomme immer diese Fehlmeldung wenn ich auf Details Klicke.
Meine Seite = http://www.dermacher2000.de/leihenphp/
Fatal error: Cannot instantiate non-existent class: pagestatistics in /mnt/web4/33/82/51640082/htdocs/leihenphp/d_BR_110_Porzellan_Braten_Platte_oval.php on line 613
Ich bin leihe und warte schon 5 tage auf Antwort von GS - Software
Danke im Voraus
MFG
Walter
Grüße aus dem Odenwald
Thomas
Kann es sein, dass du diesen Shop auf diesen Server umgezogen hast, sprich der Shop lief schonmal auf einem anderen Server?
Was steht denn in Zeile 613? Ich schätze mal die Datei heisst nicht d_BR_110_Porzellan_Braten_Platte_oval.php sondern du modelst das mit mod_rewrite zurecht.
»Man sollte alles so einfach wie möglich sehen - aber auch nicht einfacher.«
-Albert E.
Danke für deine Antwort.
Vermute ich muß eine htdocs datei auf meine Webseite bekommen
habe einen shop auf http://www.dermacher2000.de aber gs7. Hatte ihn gelöscht und gs9 mit php un ssl hochgeladen funktionierte auch. habe aber mein Einträge bei Google verloren weil diese unter HTM liefen.
Deshalb habe ich einen Unterordner Erstellt und da Funkionierter er nicht mehr.
wo finde ich die zeile 613
bei der eingabe Bearbeiten d_BR_110_Porzellan_Braten_Platte_oval.php hat er mich folgendes Angezeigt
$insert = new pagestatistics();
Grüße aus dem Odenwald
Thomas
was meist Du mit Konfigurations-Datei in der die Pfadangaben drinstehen
Grüße aus dem Odenwald
Thomas
Das Steht zum beispiel bei Bratenteller drinnen
PHP-Code:<?php /*session*/
@session_name(SID);
@session_start();
?>
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<head>
<meta name="generator" content="GS ShopBuilder Pro Plus 9, Version 9.1.6.2 [016316632C54454753425410737E1113031675642B232145], Copyright (c) 2007 by GS Software AG, Dortmund ([url]www.gs-shopbuilder.de[/url]) - You are not allowed to remove this copyright notice!">
<title>
Der Macher 2000 Event - Ausstatter leihen - Hamburg - Mieten - Verleiher | Braten Platte oval
</title>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="de">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="keywords" content="hamburg, platte, impressum, agb, datenschutz, versand, warenkorb, inkl, leihen, verleih, party, info, Bratenplatte Porzellan, oval weiß, Bratenplatte mieten und vermieten, ">
<meta name="description" content="platte datenschutz versand inkl verleih party info leihen warenkorb agb impressum hamburg norderstedt bratenblatte oval kiel">
<meta name="language" content="de">
<link rel="stylesheet" type="text/css" href="font.css">
<!-- emptybasket.js -->
<!-- (c) Copyright 2007 GS Software AG -->
<!-- lastmodified: 2007-10-17 -->
<SCRIPT LANGUAGE="JavaScript">
function pruef()
{
if(parent.theBasket.length==1)
{
alert("Keine Artikel im Warenkorb");
}
else
{
if(totprice < 0)
{
alert('Sie haben Artikel für EUR '+parent.alterError(totprice)+' in Ihrem Warenkorb.\nDer Mindestbestellwert von EUR 0 ist noch nicht erreicht.');
}
else
{
parent.Hauptframe.location='buy.php';
}
}
}
</SCRIPT>
<!-- redirect.js -->
<!-- (c) Copyright 2007 GS Software AG -->
<!-- lastmodified: 2007-10-18 -->
<script language="JavaScript">
//2009-11-11deu69928
var thispagename = self.location.href.substring(self.location.href.lastIndexOf('/') + 1,
self.location.href.length);
if(!parent.Hauptframe)
{
window.location.replace("start.php?"+thispagename);
}
</script>
<!-- minibasket.js -->
<!-- (c) Copyright 2007 GS Software AG -->
<!-- lastmodified: 2007-10-17 -->
<!--@GSSB8 | minibasket.js-->
<SCRIPT type="text/javascript">
function displaydelivery()
{
dis = window.open("deliverypopup.php","my","toolbar=0,scrollbars, resizable=1,status=no,width=700, height=500 innerHeight=500,innerWidth=700,outerHeight=500,outerwidth=700");
dis.focus();
}
function removeItem(itemno)
{
parent.theBasket=parent.theBasket.slice(0,itemno).concat(parent.theBasket.slice(itemno+1,parent.theBasket.length));
document.location.reload();
parent.basketframe.location = "permbasket.php";
}
function showItemsneu()
{
var tablerowcolor = '#F0F0F0';
var aPrices = new Array();
var aFromQuants = new Array();
var aToQuants = new Array();
totprice = 0;
totvat = 0;
if(parent.theBasket.length>1)
{
document.writeln('<DIV align="center"><br>');
document.writeln('<TABLE WIDTH="100%" class="minibasketborder" BORDER=0 cellspacing=0 CELLPADDING="2">');
document.writeln('<TR><td colspan=2 class="minibaskettitle">Warenkorb</td></tr>');
var quant = 0;
for(var i = 1; i < parent.theBasket.length; i++)
{
with(parent.theBasket[i])
{
if(weight == 0.00)
{
theitem = Item+' '+ VariantDescription;
}
else
{
theitem = Item+' '+ VariantDescription+' '+weight+ ' Kilo';
}
itemtotal = 0;
quant = quant + parseFloat(Quantity);
thequantity = Quantity;
iNumberPrices = parseInt(NumberPrices);
aPrices = Prices.split(":");
aFromQuants = FromQuants.split(":");
aToQuants = ToQuants.split(":");
for(var j=1;j<iNumberPrices;j++)
{
if(( parseFloat(Quantity) < parseFloat(aToQuants[j-1])) && (parseFloat(Quantity) >= parseFloat(aFromQuants[j-1])))
{
theprice = aPrices[j-1];
}
}
if(parseFloat(Quantity) >= parseFloat(aToQuants[iNumberPrices-1]))
{
theprice=aPrices[iNumberPrices-1];
}
itemtotal = (eval(theprice*thequantity));
temptotal = itemtotal * 100;
totprice = totprice + itemtotal;
thisvat = (parseFloat(itemtotal*productvatrate)) / (parseFloat(productvatrate)+parseFloat(100));
thisvat = parseFloat(parent.alterError(thisvat));
totvat = totvat + thisvat;
if(Attribut1 == '') A1 = ''; else A1 = ', '+Attribut1;
if(Attribut2 == '') A2 = ''; else A2 = ', '+Attribut2;
if(Attribut3 == '') A3 = ''; else A3 = ', '+Attribut3;
itemlist = i;
hilf = "";
if(Textin != "")
{
hilf="<br> "+Textin;
}
document.write('<INPUT TYPE=hidden readonly NAME="Posten'+itemlist+'" VALUE="'+thequantity+'" SIZE=4 class="quantmininew">');
if(tablerowcolor == '#F0F0F0')
{
tablerowcolor = "#F8F8F8";
}
else
{
tablerowcolor = "#F0F0F0";
}
}
}
document.writeln('<tr><td class="minibasket" align=left>'+quant+' Artikel</td><td rowspan="2" valign="top" align="right" class="minibasket"><a href="basket.php"><img src=basket.gif title="Warenkorb"></a> </td></tr>');
document.writeln('<tr><td class="minibasket" align=left>Summe: EUR '+parent.alterError(totprice)+'</td></tr>');
document.writeln('<tr><td colspan=2 class="minibasket" align=left>inkl. 19% Mehrwertsteuer</td></tr>');
document.writeln('<tr><td colspan="2" align="right" class="minibasket"><input type="button" value="Zur Kasse" onClick="pruef();closeCategoryStruct();" class="loginbuttons"> </td></tr>');
document.writeln('</TABLE><br>');
document.writeln('</div>');
}
else
{
document.writeln('<DIV align="center"><br>');
document.writeln('<TABLE WIDTH="100%" class="minibasketborder" BORDER=0 cellspacing=0 CELLPADDING="2">');
document.writeln('<TR><td colspan=2 class="minibaskettitle">Warenkorb</td></tr>');
document.writeln('<tr><td class="minibasket" align=left>0 Artikel</td><td valign="top" align="right" class="minibasket"><a href="basket.php"><img src=basket.gif title="Warenkorb"></a> </td></tr>');
document.writeln('</TABLE><br>');
document.writeln('</div>');
}
}
/****************************************************************/
function showItemsneu_v8()
{
var tablerowcolor = '#F0F0F0';
var aPrices = new Array();
var aFromQuants = new Array();
var aToQuants = new Array();
totprice = 0;
totvat = 0;
document.writeln('<DIV id="minibasket">');
if(parent.theBasket.length > 1) {
document.writeln('<h1><a href="basket.php">Warenkorb</h1>');
document.writeln('<a href="basket.php"><img src="shoppingcart.gif" class="imgbasket" alt="Warenkorb" title="Warenkorb"></a>');
document.writeln('<table>');
//document.writeln('<TR><TD>'+parent.Loc_Quantity+'</TD><td> </td><TD width="75%">'+parent.Loc_Article+'</TD></TR>');
var quant = 0;
for(var i = 1; i < parent.theBasket.length; i++) {
with(parent.theBasket[i]) {
if(weight == 0.00) {
theitem = Item+' '+ VariantDescription;
} else {
theitem = Item+' '+ VariantDescription+' '+weight+ ' Kilo';
}
itemtotal = 0;
quant = quant + parseFloat(Quantity);
thequantity = Quantity;
iNumberPrices = parseInt(NumberPrices);
aPrices = Prices.split(":");
aFromQuants = FromQuants.split(":");
aToQuants = ToQuants.split(":");
for(var j=1;j<iNumberPrices;j++) {
// if(( parseInt(Quantity) < parseInt(aToQuants[j-1])) && (parseInt(Quantity) >= parseInt(aFromQuants[j-1]))) {
if(( parseFloat(Quantity) < parseFloat(aToQuants[j-1])) && (parseFloat(Quantity) >= parseFloat(aFromQuants[j-1]))) {
theprice = aPrices[j-1];
}
}
// if(parseInt(Quantity) >= parseInt(aToQuants[iNumberPrices-1])) {
if(parseFloat(Quantity) >= parseFloat(aToQuants[iNumberPrices-1])) {
theprice=aPrices[iNumberPrices-1];
}
itemtotal = (eval(theprice*thequantity));
temptotal = itemtotal * 100;
totprice = totprice + itemtotal;
thisvat = (parseFloat(itemtotal*productvatrate)) / (parseFloat(productvatrate)+parseFloat(100));
thisvat = parseFloat(parent.alterError(thisvat));
totvat = totvat + thisvat;
if(Attribut1 == '') A1 = ''; else A1 = ', '+Attribut1;
if(Attribut2 == '') A2 = ''; else A2 = ', '+Attribut2;
if(Attribut3 == '') A3 = ''; else A3 = ', '+Attribut3;
itemlist = i;
hilf = "";
if(Textin != "") {
hilf="<br> "+Textin;
}
document.write('<input type="hidden" name="Posten'+itemlist+'" value="'+thequantity+'" size="4">');
if(tablerowcolor == '#F0F0F0') {
tablerowcolor = "#F8F8F8";
} else {
tablerowcolor = "#F0F0F0";
}
}
}
document.writeln('<tr><td colspan="2">'+ quant +' Artikel</td></tr>');
document.writeln('<tr><td>Summe: </td><td align="right">EUR '+parent.alterError(totprice)+'</td></tr>');
//
document.writeln('</TABLE>');
document.writeln('<p class="priceinfo">inkl. 19% Mehrwertsteuer</p>');
document.writeln('<p><input type="button" class="button" value="Zur Kasse" onClick="pruef();closeCategoryStruct();">');
//
//
document.writeln('</p>');
}
else {
document.writeln('<h1>Warenkorb</h1>');
document.writeln('<a href="basket.php"><img src="shoppingcart.gif" alt="Warenkorb" class="imgbasket" title="Warenkorb"></a>');
document.writeln('<table>');
document.writeln('<tr><td>0 Artikel</td><td></tr>');
document.writeln('</table>');
}
document.writeln('</DIV>');
}
</SCRIPT>
<!-- //minibasket.js-->
<!-- menustruct_shop.js -->
<!-- (c) Copyright 2007 GS Software AG -->
<!-- lastmodified: 2007-10-17 -->
Geändert von fuchzga (12.11.2009 um 22:26 Uhr) Grund: Codebox gesetzt
Danke an alle Helfer habe das Problem mit Neuistallation über Demo Software gelöst
Danke Danke
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)