Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

panzz

Archived
  • Posts

    41
  • Joined

  • Last visited

Posts posted by panzz

  1. I'm not sure...each store is different in its own way. Different contributions, languages, custom coding, and server configurations. I have tried to code the contribution to be as compatible as possible but this is an impossible task especially when dealing with htaccess URL rewrites.

     

    I do not know how else to help you with this. Maybe if I get time next week I'll ask for some FTP credientials so I can get in there and fix the site for you. No promises though...

     

    thanks bobby, let's work it out next week ...

     

    greets,

    panzz

  2. Hi Tim,

     

    thanks for the info, so I have the STS installed.

     

    Other people have no problem with the PWA, only when I will test the function I got the error with the white/blank page, after I type in the customer details for check out.

     

    So is it a OS problem, or a error on my PC MSIE? I checked the function also with Mozilla and had the same error?

     

    Hope my english is understandable :D

     

    Greets,

    Panzz

  3. Hi@all,

     

    everything works now.

     

    I have upped a *.php file in the wrong folder.

     

    Here is an instruction about this error message, but only in German.

     

    Fatal error: Cannot redeclare tep_db_connect() (previously declared in .../includes/functions/database.php:13) in ../includes/functions/database.php on line 13 
    
    Problembeschreibung 
    
    Obiger Fehler tritt immer dann auf, wenn die Datei database.php mehrmals in ein PHP-Skript eingebunden wird. Die Fehlermeldung gibt allerdings keine Auskunft dar?ber, wo die Datei ein zweites Mal eingebunden wird. Das macht es u.U. sehr schwer, den eigentlichen Fehler zu finden. 
    
    Beispiel 1: 
    Mehrmaliges Einbinden der Datei database.php in der Datei application_top.php.Code: 
    require(DIR_WS_FUNCTIONS . 'database.php'); 
    ... 
    require(DIR_WS_FUNCTIONS . 'database.php'); 
    
    
    
    Beispiel 2: 
    Oftmals wird auch in einer Datei aus dem catalog Ordner (index.php, products_info.php etc.) mehrmals die Datei application.top eingebunden.Code: 
    require('includes/application_top.php'); 
    ... 
    require('includes/application_top.php'); 
    
    
    Beispiel 3: 
    Eine weitere h?ufige Ursache f?r den Fehler ist der Umstand, da? Dateien aus dem catalog-Verzeichnis versehentlich in den Ordner includes/langages/sprache hochgeladen wurden. Dies hat dann zur Folge, da? anstatt der Datei mit den Sprachdefinitionen die eigentliche Datei aus dem catalog-Verzeichnis eingebunden wird. 
    
    Alle Fehler, die oben beschrieben wurden, f?hren zu einer identischen Fehlermeldung. Ungl?cklicherweise sind noch viel schwerer zu entdeckende "Einbindungsketten" denkbar.

     

    Greets,

    Panzz

     

    P.S. Many thanks to Steve (241) for the HELP!!!

  4. Hi Steve,

     

    now I have a new Problem with the links manager.

     

    All works on now fine on my local sytem. I have installed now the Links Manager on my Onlineshop. Installation an all other works fine, but when I click on the links -> Link, I got the following error message:

     

    Fatal error: Cannot redeclare tep_db_connect() (previously declared in /homepages/14/d13488967/htdocs/shop/catalog/includes/functions/database.php:13) in /homepages/14/d13488967/htdocs/shop/catalog/includes/functions/database.php on line 13

     

    What is to do???

     

    Thanks & Greets

    Panzz

×
×
  • Create New...