Es werden ausschließlich für die Funktion des Forums notwendige Cookies verwendet!

Unsere Datenschutzerklärung


Nach Update Abmin Bereich lässt sich nicht öffnen
Ergebnis 1 bis 9 von 9

Thema: Nach Update Abmin Bereich lässt sich nicht öffnen

  1. #1
    Neuer Benutzer
    Registriert seit
    08.10.2014
    Beiträge
    5
    Downloads
    13
    Uploads
    0

    Nach Update Abmin Bereich lässt sich nicht öffnen

    Hallo zusammen,
    ich habe folgendes Problem.
    Nach dem Update kann ich mich ganz normal einloggen. Wenn ich dann in den Adminbereich will springt die Adresszeile in admin/gambio_installer/ um.
    Schon mal vielen Dank für eure Hilfe.

  2. #2
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Ohne zu wissen um welche Version es bei dir geht - das Verzeichnis /admin/gambio_installer/ gibt es nicht.
    Es gibt nach einer Neuinstallation zwar das Verzeichnis /gambio_installer/ im Shop-Root. Dieses muss aber nach der Installation sofort gelöscht werden. Siehe Anleitung.

  3. #3
    Neuer Benutzer
    Registriert seit
    08.10.2014
    Beiträge
    5
    Downloads
    13
    Uploads
    0

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Hallo, Version 3.8.0.1 ja das Verzeichnis gibt es nicht. Sobald ich auf den Admin Button klicke springt es in der Browser Adresszeile um auf https://porzellanschnaeppchen.de/adm...bio_installer/

  4. #4
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Kommst du denn trotzdem ins Backend?
    Welche PHP-Version läuft da?
    Caches komplett geleert? Auch via FTP?
    Evtl. falsche Einträge in den Config-Dateien?

    Offenbar gibt es auch Probleme mit der Lieferzeitangabe. Dort werden keine Icons angezeigt, dafür aber "Lieferzeit: [x]3 - 4 Tage 3 - 4 Tage"
    Fehlerhafte Konfiguration? Siehe Shop Einstellungen >>> Lieferstatus

  5. #5
    Neuer Benutzer
    Registriert seit
    08.10.2014
    Beiträge
    5
    Downloads
    13
    Uploads
    0

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Nein ins Backend komme ich nicht mehr.
    PHP Version 5.6.32
    Caches mehrmals per FTP geleert.
    Evtl. falsche Einträge in den Config-Dateien? Kann ich leider nicht sagen, das übersteigt meine Kenntnisse.
    Probleme mit der Lieferzeitangabe gab es vorher schon.

  6. #6
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Welche Version hattest du vor dem Update auf v3.8.0.1? Und wo kommt das Update her?

    Und poste mal deine .htaccess

  7. #7
    Neuer Benutzer
    Registriert seit
    08.10.2014
    Beiträge
    5
    Downloads
    13
    Uploads
    0

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Ich hatte vor von 3.3 auf 3.6 upgedatet und dann auf 3.8 Die Downlaods habe ich hier herunter geladen.

    # -----------------------------------------------------------------------------
    # Important Notice on own Redirects/Rewrites
    # -----------------------------------------------------------------------------

    ## It's easily possible to put own Redirects and Rewrites into this file. Please note our comments hinting the best place to do this below.

    # -----------------------------------------------------------------------------
    # Htaccess Version
    # -----------------------------------------------------------------------------

    ## By checking this variable from the Shop we can guess if htaccess Directives are current
    ## Since some hosters do provide apache mod_env and others only mod_envif we need to do some doubling

    <IfModule mod_env.c>
    SetEnv gambio_htaccessVersion 2.5
    SetEnv gambio_mod_env_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_htaccessVersion=2.5
    SetEnvIf ENV ^(.*)$ gambio_mod_envif_working=1
    </IfModule>
    </IfModule>

    # -----------------------------------------------------------------------------
    # Disable ETags for Performance
    # -----------------------------------------------------------------------------

    <IfModule mod_headers.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_headers_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_headers_working=1
    </IfModule>
    </IfModule>

    Header unset ETag

    </IfModule>

    # `FileETag None` doesn't work in all cases.

    FileETag None

    # -----------------------------------------------------------------------------
    # Set Default Encoding for static HTML Files, JSON and friends to standards
    # -----------------------------------------------------------------------------

    AddDefaultCharset UTF-8

    <IfModule mod_mime.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_mime_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_mime_working=1
    </IfModule>
    </IfModule>

    AddCharset utf-8 .atom \
    .bbaw \
    .geojson \
    .json \
    .jsonld \
    .manifest \
    .rdf \
    .rss \
    .topojson \
    .vtt \
    .webapp \
    .webmanifest \
    .xloc \
    .xml
    </IfModule>

    # ----------------------------------------------------------------------
    # MIME types |
    # ----------------------------------------------------------------------

    # There are quite some servers serving resources without the proper media types (f.k.a. MIME types)
    # breaking security,caching,compression

    <IfModule mod_mime.c>

    # Data interchange
    AddType application/atom+xml atom
    AddType application/json json map topojson
    AddType application/ld+json jsonld
    AddType application/rss+xml rss
    AddType application/vnd.geo+json geojson
    AddType application/xml rdf xml

    # JavaScript
    AddType application/javascript js

    # Manifest files
    AddType application/manifest+json webmanifest
    AddType application/x-web-app-manifest+json webapp
    AddType text/cache-manifest appcache

    # Media files
    AddType audio/mp4 f4a f4b m4a
    AddType audio/ogg oga ogg opus
    AddType image/bmp bmp
    AddType image/svg+xml svg svgz
    AddType image/webp webp
    AddType video/mp4 f4v f4p m4v mp4
    AddType video/ogg ogv
    AddType video/webm webm
    AddType video/x-flv flv
    AddType image/x-icon cur ico

    # Web fonts
    AddType application/font-woff woff
    AddType application/font-woff2 woff2
    AddType application/vnd.ms-fontobject eot
    AddType application/x-font-ttf ttc ttf
    AddType font/opentype otf

    # Other
    AddType application/octet-stream safariextz
    AddType application/x-bb-appworld bbaw
    AddType application/x-chrome-extension crx
    AddType application/x-opera-extension oex
    AddType application/x-xpinstall xpi
    AddType text/vcard vcard vcf
    AddType text/vnd.rim.location.xloc xloc
    AddType text/vtt vtt
    AddType text/x-component htc

    </IfModule>

    # -----------------------------------------------------------------------------
    # Compression
    # -----------------------------------------------------------------------------

    <IfModule mod_deflate.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_deflate_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_deflate_working=1
    </IfModule>
    </IfModule>

    <IfModule mod_headers.c>
    SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
    RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
    </IfModule>

    <IfModule mod_filter.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_filter_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_filter_working=1
    </IfModule>
    </IfModule>

    AddOutputFilterByType DEFLATE "application/atom+xml" \
    "application/javascript" \
    "application/json" \
    "application/ld+json" \
    "application/manifest+json" \
    "application/rdf+xml" \
    "application/rss+xml" \
    "application/schema+json" \
    "application/vnd.geo+json" \
    "application/vnd.ms-fontobject" \
    "application/x-font-ttf" \
    "application/x-javascript" \
    "application/x-web-app-manifest+json" \
    "application/xhtml+xml" \
    "application/xml" \
    "font/eot" \
    "font/opentype" \
    "image/bmp" \
    "image/svg+xml" \
    "image/vnd.microsoft.icon" \
    "image/x-icon" \
    "text/cache-manifest" \
    "text/css" \
    "text/html" \
    "text/javascript" \
    "text/plain" \
    "text/vcard" \
    "text/vnd.rim.location.xloc" \
    "text/vtt" \
    "text/x-component" \
    "text/x-cross-domain-policy" \
    "text/xml"
    </IfModule>

    <IfModule mod_mime.c>
    AddEncoding gzip svgz
    </IfModule>

    </IfModule>

    # -----------------------------------------------------------------------------
    # Caching
    # -----------------------------------------------------------------------------

    <IfModule mod_expires.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_expires_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_expires_working=1
    </IfModule>
    </IfModule>

    ExpiresActive On

    # -----------------------------------------------------------------------------
    # Really cache anything
    # -----------------------------------------------------------------------------

    ExpiresDefault "access plus 1 month"

    # -----------------------------------------------------------------------------
    # Definitons for tweakers
    # -----------------------------------------------------------------------------

    # CSS
    ExpiresByType text/css "access plus 1 month"

    # Favicon (cannot be renamed!) and cursor images
    ExpiresByType image/vnd.microsoft.icon "access plus 1 month"
    ExpiresByType image/x-icon "access plus 1 month"

    # Media files
    ExpiresByType audio/ogg "access plus 1 month"
    ExpiresByType image/bmp "access plus 1 month"
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
    ExpiresByType image/svg+xml "access plus 1 month"
    ExpiresByType image/webp "access plus 1 month"
    ExpiresByType video/mp4 "access plus 1 month"
    ExpiresByType video/ogg "access plus 1 month"
    ExpiresByType video/webm "access plus 1 month"

    # Web fonts
    ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
    ExpiresByType font/eot "access plus 1 month"
    ExpiresByType font/opentype "access plus 1 month"
    ExpiresByType application/x-font-ttf "access plus 1 month"
    ExpiresByType application/font-woff "access plus 1 month"
    ExpiresByType application/x-font-woff "access plus 1 month"
    ExpiresByType font/woff "access plus 1 month"
    ExpiresByType application/font-woff2 "access plus 1 month"

    # JavaScript
    ExpiresByType application/javascript "access plus 1 month"
    ExpiresByType application/x-javascript "access plus 1 month"
    ExpiresByType text/javascript "access plus 1 month"

    # -----------------------------------------------------------------------------
    # Exclude these mimetypes from caching, these always need to be current
    # -----------------------------------------------------------------------------

    # XML Files like the Sitemap
    ExpiresByType application/xml "access plus 0 seconds"

    # Styleedit Output, Statistics, Shopintercommunication, API Output
    ExpiresByType application/json "access plus 0 seconds"

    # All kinds of exports
    ExpiresByType text/csv "access plus 0 seconds"

    </IfModule>

    # -----------------------------------------------------------------------------
    # Security
    # -----------------------------------------------------------------------------

    <ifModule mod_headers.c>

    Header set X-Content-Type-Options: nosniff

    </ifModule>

    # -----------------------------------------------------------------------------
    # Rewrites: SEOBoost, Security + Image Processing on the fly
    # -----------------------------------------------------------------------------

    <IfModule mod_rewrite.c>

    <IfModule mod_env.c>
    SetEnv gambio_mod_rewrite_working 1
    </IfModule>

    <IfModule !mod_env.c>
    <IfModule mod_setenvif.c>
    SetEnvIf ENV ^(.*)$ gambio_mod_rewrite_working=1
    </IfModule>
    </IfModule>

    RewriteEngine on

    ##some Hosters like 1&1 need the following line to be enabled, else all the following will fail all the time

    RewriteBase /

    # -----------------------------------------------------------------------------
    # Dynamically detect Rewritebase and URI part past Rewritebase
    # -----------------------------------------------------------------------------

    RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
    RewriteRule ^(.*)$ - [E=SUFFIX:%2]

    RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
    RewriteRule ^(.*)$ - [E=BASE:%1]

    # -----------------------------------------------------------------------------
    # Passthrough of HTTP Auth Headers to PHP on Hosts using PHP FPM/FCGI
    # -----------------------------------------------------------------------------

    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # -----------------------------------------------------------------------------
    # Security: Deny direct access to important system folders
    # -----------------------------------------------------------------------------

    RewriteCond %{ENV:SUFFIX} ^admin/backups/.* [or]
    RewriteCond %{ENV:SUFFIX} ^cache/.* [or]
    RewriteCond %{ENV:SUFFIX} ^debug/.* [or]
    RewriteCond %{ENV:SUFFIX} ^download/.* [or]
    RewriteCond %{ENV:SUFFIX} ^export/inventory/.* [or]
    RewriteCond %{ENV:SUFFIX} ^export/invoice/.* [or]
    RewriteCond %{ENV:SUFFIX} ^export/packsingslip/.* [or]
    RewriteCond %{ENV:SUFFIX} ^export/sepa/.* [or]
    RewriteCond %{ENV:SUFFIX} ^gm/customer_uploads/.* [or]
    RewriteCond %{ENV:SUFFIX} ^GProtector/.* [or]
    RewriteCond %{ENV:SUFFIX} ^GXEngine/.* [or]
    RewriteCond %{ENV:SUFFIX} ^GXMainComponents/.* [or]
    RewriteCond %{ENV:SUFFIX} ^includes/.* [or]
    RewriteCond %{ENV:SUFFIX} ^logfiles/.* [or]
    RewriteCond %{ENV:SUFFIX} ^templates_c/.* [or]
    RewriteCond %{ENV:SUFFIX} ^uploads/.* [or]
    RewriteCond %{ENV:SUFFIX} ^version_info/.*
    RewriteRule ^(.*)$ - [R=403,L]

    # -----------------------------------------------------------------------------
    # Image Processing on the fly
    # -----------------------------------------------------------------------------

    ## if request destination is a product image and size not bigger than 0 try to create the sized image
    RewriteCond %{REQUEST_FILENAME} ".*?\/images\/product_images\/.*\.(?:gif|jpe?g|png)$"
    RewriteCond %{REQUEST_FILENAME} !-s
    RewriteRule (\.gif|\.jpe?g|\.png)$ %{ENV:BASE}shop.php?do=ImageRequest [L,NC]

    # -----------------------------------------------------------------------------
    # Put your own Redirects and Rewrites here - Start
    # -----------------------------------------------------------------------------

    # Example Redirect
    # Redirect 301 /oldlocation http://www.domain.com/newlocation

    # -----------------------------------------------------------------------------
    # Put your own Redirects and Rewrites here - End
    # -----------------------------------------------------------------------------

    # -----------------------------------------------------------------------------
    # Gambio SEO Boost URLs
    # -----------------------------------------------------------------------------

    ## if request destination is any of these filetypes or located in any of these folders stop processing rewrite
    RewriteCond %{REQUEST_FILENAME} ^(.*)\.(php|css|js|gif||jpe?g|png)$ [NC] [or]
    RewriteCond %{REQUEST_URI} .*?\/(?:admin|images|templates)\/.
    RewriteRule ^(.+) - [L]

    ## if request destination is an existing directory, file or link stop processing rewrite
    RewriteCond %{REQUEST_FILENAME} -d [or]
    RewriteCond %{REQUEST_FILENAME} -f [or]
    RewriteCond %{REQUEST_FILENAME} -l
    RewriteRule ^(.+) - [L]

    #if request destination is a php file in root dir and language code in url is present lets go there
    RewriteRule ^[a-z]{2}/([A-Za-z0-9_/-]+)\.php.* %{ENV:BASE}$1.php?%{QUERY_STRING} [PT,L]

    ##If all of these conditions didn't stop us, lets rewrite

    ##boosted CONTENT
    RewriteRule (^[A-Za-z]{2}/){0,1}(.*/)?info/([A-Za-z0-9_/-]+)\.html.* %{ENV:BASE}shop_content.php?gm_boosted_content=$3& %{QUERY_STRING} [PT,L]
    RewriteRule (^[A-Za-z]{2}/){0,1}(.*/)?popup/([A-Za-z0-9_/-]+)\.html.* %{ENV:BASE}popup_content.php?gm_boosted_content=$3 &%{QUERY_STRING} [PT,L]

    ##boosted PRODUCTS
    RewriteRule (^[A-Za-z]{2}/){0,1}([A-Za-z0-9_/-]+)\.html %{ENV:BASE}product_info.php?gm_boosted_product=$2& %{QUERY_STRING} [PT,L]

    ##boosted CATEGORIES
    RewriteRule (^[A-Za-z]{2}/){0,1}([A-Za-z0-9_\/-]*)(\?*.*|\z) %{ENV:BASE}index.php?gm_boosted_category=$2&%{QUER Y_STRING} [L]

    </IfModule>

  8. #8
    Neuer Benutzer
    Registriert seit
    08.10.2014
    Beiträge
    5
    Downloads
    13
    Uploads
    0

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Hallo, der Fehler ist behoben. Aus irgend einen Grund war die Datei /admin/includes/configure.php überschrieben.
    Vielen Dank

  9. #9
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: Nach Update Abmin Bereich lässt sich nicht öffnen

    Evtl. falsche Einträge in den Config-Dateien? Kann ich leider nicht sagen, das übersteigt meine Kenntnisse.
    Geht doch ...

Ähnliche Themen

  1. Antworten: 1
    Letzter Beitrag: 09.02.2018, 13:32
  2. Warenkorb lässt sich nicht leeren und erneuern - JS Fehler
    Von scleo im Forum Gambio GX Frontend Bereich
    Antworten: 2
    Letzter Beitrag: 23.06.2017, 13:07
  3. Content lässt sich nicht speichern...
    Von barfen im Forum Gambio GX Adminbereich
    Antworten: 6
    Letzter Beitrag: 11.01.2016, 14:14
  4. Antworten: 1
    Letzter Beitrag: 01.01.2016, 12:04
  5. Shop lässt sich nicht im Template Bearbeitungsmodus laden
    Von meeresgeschenke im Forum Gambio GX Templates
    Antworten: 3
    Letzter Beitrag: 26.12.2014, 10:13

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •