Shop u Admin offline nach Paypal Install

Hallo zusammen,

mein Shop + Admin ist offline :-(!

Habe in der CE 4 Paypal installiert gemäß Anleitung. Also tpl angepasst etc.
Danach in der Admin die im PDF Turorial angegeben SQL Codes einkopiert und Server upgedated. Der folgende Code war geteilt und ich habe nur den ersten Abschnitt einkopiert und server update gestartet. Am Ende dann bestätigt etc. So weit so gut.

Danach wurde der Warenkorb nicht angzezeigt und nun ist alles offline. Lt Hoster wird auf die offline.html verlinkt. Kann man die Admin wieder irgendwie aktivieren und dann den Shop?

Hier der Code, welcher nicht vollständig war:

CREATE TABLE IF NOT EXISTS efi_paypal_transaction_drop (id int(11) NOT NULL
auto_increment,transaction_data text collate latin1_general_ci NOT NULL, PRIMARY KEY
(id)) ENGINE= MYISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

Hier der komplette Code gem. PDF:

CREATE TABLE IF NOT EXISTS efi_paypal_transaction_drop (id int(11) NOT NULL
auto_increment,transaction_data text collate latin1_general_ci NOT NULL, PRIMARY KEY
(id)) ENGINE= MYISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

CREATE TABLE IF NOT EXISTS efi_paypal_cfg (
id INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
paypal_1 VARCHAR( 255 ) NOT NULL ,
paypal_2 VARCHAR( 255 ) NOT NULL ,
paypal_3 VARCHAR( 255 ) NOT NULL ,
paypal_4 VARCHAR( 255 ) NOT NULL ,
paypal_5 VARCHAR( 255 ) NOT NULL ,
paypal_6 VARCHAR( 255 ) NOT NULL
) ENGINE = MYISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

Wie gesagt danach noch diesen vollen Code aus dem PDF einkopiert und nochmal server update ausgeführt. Kann das schon das Problem sein? Also das 2 malige updaten mit verschiedenen Codes? Irgendwas bei den Modulen nicht berücksichtigt?

Bin ratlos und mein Hoster “Alfahosting” auch.

Was kann das sein?

1000 Dank für euren Rat.

Gruß
Rob

Hallo Rob,

der Shop linkt sowohl das Frontend als auch den Admin-Bereich auf die offline, wenn die Datenbank nicht bzw. nicht mehr erreichbar ist.

Bitte schau in der config.inc.php noch einmal auf die dort angegebenen Daten. Wenn Du dort nichts Auffälliges findetst, solltest Du eine oxchkversion zu Hilfe nehmen.

Gruß
Marco

salut,

das mit der Datenbank könnte tatsächlich ein Problem sein.

Im Verzeichnis /log/ sollte die Datei EXCEPTION_LOG.txt liegen. Eventuell sind dort Einträge vorhanden?

Eventuell kannst du dieser Anleitung etwas entnehmen und Fehlermeldungen zum anzeigen bringen: :http://faq.oxidmodule.com/Allgemeine-Fragen/Technik/Ich-erhalte-im-Shop-eine-weisse-Seite-was-nun.html
Interessant und zu befolgen ist für dich der Abschnitt nach “Wird dort nichts angezeigt, geht es zu Fuß weiter:”!

Folgenden Punkt wirst du anhand deiner Situation nich befolgen können:
“Deaktivieren Sie den Produktivmodus im Adminbereich des Shops. Nach der Fehlersuche muß dieser unbedingt wieder aktiviert werden!”
–> dazu must du in der Tabelle “oxshops”, den Wert des Feldes “oxactive” auf 0 setzten.

ceau

hi markus, danke für dei hilfe. bin zu fuß unterwegs gewesen und versucht die fehler anziegen zu lassen. no result :frowning:

habe hier die exeption log angehangen. kann da evtl jmd draufschauen? kann man daraus was ableiten?

wie gesagt trat der fehler nach anlegen paypal im shop auf.

dank vorab und gruß

oxSystemComponentException-oxException (time: 2010-03-16 13:06:47): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 13:06:47): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 13:15:24): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 13:15:24): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 13:51:07): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 13:51:08): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 14:29:19): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 14:29:19): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 15:05:12): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 15:05:12): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 15:44:26): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 15:44:26): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 16:21:19): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 16:21:19): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 16:59:30): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 16:59:30): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 17:36:25): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

oxSystemComponentException-oxException (time: 2010-03-16 17:36:25): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web183/html/oxid/core/oxfunctions.php(267): oxUtilsObject->oxNew(‘oxefi’, NULL)
#1 /var/www/web183/html/oxid/views/oxshopcontrol.php(234): oxNew()
#2 /var/www/web183/html/oxid/views/oxshopcontrol.php(85): oxShopControl->_process(‘oxefi’)
#3 /var/www/web183/html/oxid/index.php(105): oxShopControl->start(‘oxefi’, NULL)
#4 {main}

Faulty component --> oxefi

Wie zu sehen ist, geht es um die eFire schnittstelle, aber wie gehe ich weiter vor
?

oder ist das nur die meldung, dass die efire schnittstelle nicht mehr funzt? die meldung habe ich nach dem absturz auch via mail erhalten.

Kann mir da jmd weiterhlefen und es wieder ans laufen kriegen? natürlich gegen obulus/entgelt.

1000 dank vorab

beim anpassen der tpl habe ich jeweils die in der tpl docu aufgeführten changes komplett einkopiert, also auch <— start of blabla und

<---- end of

kann das schon den ärger verursachen, bzw dann was nicht richtig funzen? man sah in der left. zumindest einen link zur paypal info, nur das logo fehlte.

Hallo zusammen,

kann mir jemand helfen den shop und admin wieder herzustellen? komme nicht wieter.:frowning:

besten dank für eure hilfe

Das ist kein Problem. Einfach per PM melden :wink:

SOLVED & CLOSED!!! Danke Cutty!

Spitze - gibts nen kleinen Hinweis fürs Forum, wo der Fehler lag?

Hallo Ray,

ich habe wegen des Aufwands die DB via Backup wiederhergestellt, da der Aufwand den Fehler zu suchen, bzw suchen zu lassen einfach zu hoch war. nun muss ich hier und da noch ein paar Sachen nachpflegen (Kundeninfos, Versandbedingungen) die irgendwie verloren gegangen sind. Ist aber überschaubar.

Deshalb kann ich leider nicht sagen, woran es gelegen hat. Da der Shop erst nach der Aktivierung von Paypal, also nach den Install, abgestürzt ist, evtl. an den doppelt eingegebenen SQL Codes (siehe thread)??

Werde mir wohl für die Paypal Anbindung besser Hilfe holen :slight_smile: