Email Problem

also ich habe nun folgendes gemacht:
nochmal alles neuinstalliert mit demodaten -> alles funktioniert -> ausgiebig getestet , newsletter, bestellungen alles funktiniert
danach mit sqldumper die backupdatenbank komplett eingespielt eingespielt -> admin menü nicht mehr erreichbar, beim login kommt 3x ein EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND Hinweis

nach dem einloggen kommt besagter fehler es wird statt des admin frontends nur der shop in den frames angezeigt

oxchkversion zeigt das alles gut sei - >
oxchkversion v 3.0.14 detected at http:/xxxxxxxxxxxxxx/oxchkversion.php at 2011-05-16 16:10:58
Edition CE
Version 4.4.8
Revision 34028

Summary
OK 757
Modified 0
Version mismatch 0
Unknown 2
Number of investigated files in total: 759
This OXID eShop was not modified and is fully original.

WEITER:

Dein Script hilft nicht weiter denn selbst wenn ich angemeldet bin und das script aufrufr -> in mienem fall http://XXXXXXx/repair.php kommt der Hinweis -> Anmeldung erforderlich

danach habe ich versucht ein wenig mehr infos zu bekommen, also -> habe ich in der config.inc.php folgende beiden änderugen gemacht

$this - > iDebug = 4;    

das zeigt mir aber nix an…

und in der \view\oxshopcontrol.php

laut diesem tut : http://faq.oxidmodule.com/Allgemeine-Fragen/Technik/Ich-erhalte-im-Shop-eine-weisse-Seite-was-nun.html

noch

 } catch( oxSystemComponentException $oEx ) { 

um etwas ergänzt damit das ergebnis wie flgt aussieht :

try {
    $this->_process( $sClass, $sFunction );
} catch ( Exception $oEx) {
    dumpvar($oEx ) ;
} catch( oxSystemComponentException $oEx ) {

danach habe ich wieder tmp geleert und

das admin menü aufgerufen welches nun in jedem frame folgendes anzeigt:


oxSystemComponentException Object
(
    [_sComponent:private] => navigation
    [_sFileName:protected] => EXCEPTION_LOG.txt
    [_blRenderer:protected] => 
    [_blNotCaught:protected] => 
    [message:protected] => EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
    [string:private] => 
    [code:protected] => 0
    [file:protected] => /var/www/web67/html/test/core/oxutilsobject.php
    [line:protected] => 115
    [trace:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/web67/html/test/core/oxfunctions.php
                    [line] => 288
                    [function] => oxNew
                    [class] => oxUtilsObject
                    [type] => ->
                    [args] => Array
                        (
                            [0] => navigation
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/web67/html/test/views/oxshopcontrol.php
                    [line] => 273
                    [function] => oxNew
                )

            [2] => Array
                (
                    [file] => /var/www/web67/html/test/views/oxshopcontrol.php
                    [line] => 99
                    [function] => _process
                    [class] => oxShopControl
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [0] => oxUtilsObject Object
                                        (
                                            [_aClassNameCache:protected] => Array
                                                (
                                                    [oxutils] => oxutils
                                                    [oxexceptionhandler] => oxexceptionhandler
                                                    [oxshopcontrol] => oxshopcontrol
                                                )

                                        )

                                    [1] => oxNew
                                )

                            [1] => Array
                                (
                                    [0] => navigation
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /var/www/web67/html/test/index.php
                    [line] => 102
                    [function] => start
                    [class] => oxShopControl
                    [type] => ->
                    [args] => Array
                        (
                            [0] => navigation
                        )

                )

            [4] => Array
                (
                    [file] => /var/www/web67/html/test/admin/index.php
                    [line] => 40
                    [args] => Array
                        (
                            [0] => /var/www/web67/html/test/index.php
                        )

                    [function] => require_once
                )

        )

)

in der exception.log wird nach löschen derselbigen neuaufrufen des felhers folgendes geschrieben :

oxSystemComponentException-oxException (time: 2011-05-16 16:45:40): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web67/html/test/core/oxfunctions.php(288): oxUtilsObject->oxNew(‘navigation’)
#1 /var/www/web67/html/test/views/oxshopcontrol.php(273): oxNew()
#2 /var/www/web67/html/test/views/oxshopcontrol.php(99): oxShopControl->_process(Array, Array)
#3 /var/www/web67/html/test/index.php(102): oxShopControl->start(‘navigation’)
#4 /var/www/web67/html/test/admin/index.php(40): require_once(’/var/www/web67/…’)
#5 {main}

Faulty component --> navigation

oxSystemComponentException-oxException (time: 2011-05-16 16:45:40): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web67/html/test/core/oxfunctions.php(288): oxUtilsObject->oxNew(‘navigation’)
#1 /var/www/web67/html/test/views/oxshopcontrol.php(273): oxNew()
#2 /var/www/web67/html/test/views/oxshopcontrol.php(99): oxShopControl->_process(Array, Array)
#3 /var/www/web67/html/test/index.php(102): oxShopControl->start(‘navigation’)
#4 /var/www/web67/html/test/admin/index.php(40): require_once(’/var/www/web67/…’)
#5 {main}

Faulty component --> navigation

oxSystemComponentException-oxException (time: 2011-05-16 16:45:40): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/web67/html/test/core/oxfunctions.php(288): oxUtilsObject->oxNew(‘navigation’)
#1 /var/www/web67/html/test/views/oxshopcontrol.php(273): oxNew()
#2 /var/www/web67/html/test/views/oxshopcontrol.php(99): oxShopControl->_process(Array, Array)
#3 /var/www/web67/html/test/index.php(102): oxShopControl->start(‘navigation’)
#4 /var/www/web67/html/test/admin/index.php(40): require_once(’/var/www/web67/…’)
#5 {main}

Faulty component --> navigation

Ich verzweifel hier nach tagelangem ausprobieren, wo ist denn hier der fehler bitte ??

gruß,