Keine Artikelanzeige im Admin-Portal

Hallo Zusammen,

ich habe leider seit einiger Zeit das Problem, dass die Artikelverwaltung im OXID-Shop nicht funktioniert.

Im Internet-Explorer wird in dem Frame mit der Artikelübersicht lediglich die Startseite des Shops angezeigt, im Firefox wird in der Übersicht immer nur ein Artikel angezeigt.

Auszug aus meiner config.inc.php:

 $this->sShopURL = 'http://xxx.de'; // eShop base url, required
	$this->sSSLShopURL = 'https://xxx.de';
    $this->sAdminSSLURL = 'https://xxx/admin';            // eShop Admin SSL url, optional
    $this->sShopDir = '/var/www/vhosts/xxx';
    $this->sCompileDir = '/var/www/vhosts/xxx/tmp';

Meine htaccess-Datei:

#RewriteCond %{HTTPS} off
# First rewrite to HTTPS:
# Don't put www. here. If it is already there it will be included, if not
# the subsequent rule will catch it.
#RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]




    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /

    RewriteCond %{REQUEST_URI}     config\.inc\.php [NC]
    RewriteRule ^config\.inc\.php  index\.php       [R=301,L]

    RewriteCond %{QUERY_STRING}     fnc=(getShopVersion|getShopEdition|getRevision) [NC]
    RewriteRule ^(.*)$              $1?                                             [R=301,L]

    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* - [F]

    RewriteCond %{REQUEST_URI} oxseo\.php$
    RewriteCond %{QUERY_STRING} mod_rewrite_module_is=off
    RewriteRule oxseo\.php$ oxseo.php?mod_rewrite_module_is=on [L]

    RewriteCond %{REQUEST_URI} !(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule !(\.html|\/|\.jpg|\.css|\.pdf|\.doc|\.gif|\.png|\.js|\.htc|\.svg)$ %{REQUEST_URI}/ [R=301,L]

    RewriteCond %{REQUEST_URI} !(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (\.html|\/)$ oxseo.php


    RewriteCond %{REQUEST_URI} (\/out\/pictures\/generated\/)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (\.jpe?g|\.gif|\.png|\.svg)$ getimg.php



# disabling log file access from outside
<FilesMatch "(EXCEPTION_LOG\.txt|\.log|\.tpl|pkg\.rev|\.ini|pkg\.info|\.pem)$">
    order allow,deny
    deny from all
</FilesMatch>

# Prevent .ht* files from being sended to outside requests
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

Options -Indexes
DirectoryIndex index.php index.html

Hatte jemand von euch schon mal ein derartiges Problem?

Die verwendete PHP-Version ist 5.4.45.

Mir ist bewusst, dass sowohl die PHP Version wie auch das OXID-System veraltet sind, sobald der fehler behoben ist werde ich ein Update durchführen

Viele Grüße :smiley:

prüfe mal Exception und Webserver Fehler Logs