Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Adminbereich Artikelkatalog - Kategorien Access denied.

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Hallo alle zusammen,

    ich wollte heute einen neuen Artikel einstellen. Im Adminbereich klicke ich auf Artikelkatalog und dann auf Kategorien

    Dann erscheint eine weiße Seite
    mit nur dem folgenden Satz

    Access denied.

    Die Adminrechten habe ich für mich überprüft, überall ein Hacken dran.
    Sonst kann ich alles machen.
    Seltsamerweise passiert das nur bei den Kategorien.
    Hat jemand einen Rat für mich?



    Linkback: https://www.modified-shop.org/forum/index.php?topic=20771.0

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #1 am: 24. Juni 2012, 22:33:51
    Hallo bigbandit,

    Schau mal ob du vielleicht unter admin/ eine .htaccess Datei liegen hast die da nicht hin gehört.

    Schöne Grüße,
    Jan

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #2 am: 24. Juni 2012, 22:47:24
    Habe ich gerade überprüft.
    Leider keine .htaccess Datei im Admin Ordner.
    Das wäre vielleicht des Rätsels Lösung gewesen.

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #3 am: 25. Juni 2012, 10:37:09
    Siehst du denn andere .htaccess Dateien? Z.B die im root?
    Mit Filezilla kann man einstellen, ob diese Dateitypen angezeigt werden.

    Schöne Grüße,
    Jan

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #4 am: 25. Juni 2012, 20:20:45
    im Root sind 2 htaccess Dateien

    Die .htaccess Datei

    Code: PHP  [Auswählen]
    # $Id: .htaccess,v 1.5 2005/05/19 17:09:19 Administrator Exp $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    #   AllowOverride Options
    #</Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>

    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    #<IfModule mod_php4.c>
    #  php_value session.use_trans_sid 0
    #  php_value register_globals 1
    #</IfModule>

    #-- set expire header for image, pdf, js and css files for 30 days
    #<FilesMatch "\.(ico|pdf|jpg|jpeg|png|gif|js|css)$" >
    #  Header set Cache-Control "max-age=2592000, public"
    #</FilesMatch>

    #-- Turn off ETags in HTTP-header
    #FileETag None

    #-- Call time pass reference error ?!
    #php_flag  allow_call_time_pass_reference On

    #-- XTC Session only on first visit
    #php_flag session.use_trans_sid 0

    #-----------------------------------------
    #- SEO Hartmut König
    #-----------------------------------------
    #-- ! Comment this line, if you get an ERROR 500 !
    #Options +FollowSymlinks

    # http://httpd.apache.org/docs/misc/rewriteguide.html
    RewriteEngine on

    #-- Sitemap
    RewriteRule ^sitemap(.*)\.html$ /shop_content.php?coID=8 [qsappend,L]

    ##-- Kategorien
    RewriteCond %{REQUEST_URI} (.*):::([_0-9]+):([_0-9]+)\.html$
    RewriteRule (.*):::([_0-9]+):([_0-9]+)\.html$ /index.php?cPath=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*):::([_0-9]+)\.html$
    RewriteRule (.*):::([_0-9]+)\.html$ /index.php?cPath=$2 [qsappend,L]

    ##-- Produkte
    RewriteRule (.*)::(.+)\.html$ /product_info.php?products_id=$2 [qsappend,L]

    ##-- Content
    RewriteRule (.*):_:([0-9]+)\.html$ /shop_content.php?coID=$2 [qsappend,L]

    ##-- Manufacturers
    RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+):([_0-9]+)\.html$
    RewriteRule (.*):.:([_0-9]+):([_0-9]+)\.html$ /index.php?manufacturers_id=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+)\.html$
    RewriteRule (.*):.:([0-9]+)\.html$ /index.php?manufacturers_id=$2 [qsappend,L]

    ##-- Fehlerseiten auf die Sitemap lotsen
    ErrorDocument 400 /sitemap.html?error=400
    ErrorDocument 401 /sitemap.html?error=401
    ErrorDocument 402 /sitemap.html?error=402
    ErrorDocument 403 /sitemap.html?error=403
    ErrorDocument 404 /sitemap.html?error=404
    ErrorDocument 500 /sitemap.html?error=500

    ##-- BOF - Tomcraft - 2009-09-09 - Use canonical URLs
    # (don't use if your shop runs on a subdomain!)
    #
    #RewriteCond %{HTTP_HOST} !^www\. [NC]
    #RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [L,R=301]
    #
    ##-- EOF - Tomcraft - 2009-09-09 - Use canonical URLs

    und eine _unterverzeichnis_ Datei

    Code: PHP  [Auswählen]
    # $Id: .htaccess,v 1.5 2005/05/19 17:09:19 Administrator Exp $
    #
    # If your shop runs in a subfolder, for example "www.domain.de/shop/"
    # you can use this .htaccess as a template.
    # Simply search and replace "/xtc_mod/" with the folder-name of your
    # custom installation-folder like "/shop/" or something.
    #
    # Attention: Leave the slashes "/" as is!
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    #   AllowOverride Options
    #</Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>

    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    #<IfModule mod_php4.c>
    #  php_value session.use_trans_sid 0
    #  php_value register_globals 1
    #</IfModule>

    #-- set expire header for image, pdf, js and css files for 30 days
    #<FilesMatch "\.(ico|pdf|jpg|jpeg|png|gif|js|css)$" >
    #  Header set Cache-Control "max-age=2592000, public"
    #</FilesMatch>

    #-- Turn off ETags in HTTP-header
    #FileETag None

    #-- Call time pass reference error ?!
    #php_flag  allow_call_time_pass_reference On

    #-- XTC Session only on first visit
    #php_flag session.use_trans_sid 0

    #-----------------------------------------
    #- SEO Hartmut König
    #-----------------------------------------
    #-- ! Comment this line, if you get an ERROR 500 !
    #Options +FollowSymlinks

    # http://httpd.apache.org/docs/misc/rewriteguide.html
    RewriteEngine on

    #-- Sitemap
    RewriteRule ^sitemap(.*)\.html$ /xtc_mod/shop_content.php?coID=8 [qsappend,L]

    ##-- Kategorien
    RewriteCond %{REQUEST_URI} (.*):::([_0-9]+):([_0-9]+)\.html$
    RewriteRule (.*):::([_0-9]+):([_0-9]+)\.html$ /xtc_mod/index.php?cPath=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*):::([_0-9]+)\.html$
    RewriteRule (.*):::([_0-9]+)\.html$ /xtc_mod/index.php?cPath=$2 [qsappend,L]

    ##-- Produkte
    RewriteRule (.*)::(.+)\.html$ /xtc_mod/product_info.php?products_id=$2 [qsappend,L]

    ##-- Content
    RewriteRule (.*):_:([0-9]+)\.html$ /xtc_mod/shop_content.php?coID=$2 [qsappend,L]

    ##-- Manufacturers
    RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+):([_0-9]+)\.html$
    RewriteRule (.*):.:([_0-9]+):([_0-9]+)\.html$ /xtc_mod/index.php?manufacturers_id=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+)\.html$
    RewriteRule (.*):.:([0-9]+)\.html$ /xtc_mod/index.php?manufacturers_id=$2 [qsappend,L]

    ##-- Fehlerseiten auf die Sitemap lotsen
    ErrorDocument 400 /xtc_mod/sitemap.html?error=400
    ErrorDocument 401 /xtc_mod/sitemap.html?error=401
    ErrorDocument 402 /xtc_mod/sitemap.html?error=402
    ErrorDocument 403 /xtc_mod/sitemap.html?error=403
    ErrorDocument 404 /xtc_mod/sitemap.html?error=404
    ErrorDocument 500 /xtc_mod/sitemap.html?error=500

    ##-- BOF - Tomcraft - 2009-09-09 - Use canonical URLs
    # (don't use if your shop runs on a subdomain!)
    #
    #RewriteCond %{HTTP_HOST} !^www\. [NC]
    #RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/xtc_mod/$1 [L,R=301]
    #
    ##-- EOF - Tomcraft - 2009-09-09 - Use canonical URLs

    Ich kann damit leider nicht sehr viel anfangen

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #5 am: 25. Juni 2012, 20:23:04
    Das sollte passen. Die gehören da auch hin.

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #6 am: 25. Juni 2012, 21:36:13
    Ich bin nur verwundert weil ich ja nicht umgestellt oder ergänzt habe.
    ???

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #7 am: 26. Juni 2012, 20:46:37
    Hat vielleicht noch jemand eine Idee?
    Ich komme absolut nicht weiter. Die gleiche Fehlermeldung bekomme ich auch wenn ich aus einem Artikel im Shop direkt auf Artikel bearbeiten klicke.

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #8 am: 27. Juni 2012, 09:54:26
    Hast du mal deinen Hoster gefragt, ob der etwas umgestellt hat?
    Das wäre für mich noch eine logische Erklärung.

    bigbandit

    • Frisch an Board
    • Beiträge: 54
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #9 am: 27. Juni 2012, 19:03:20
    Nachgefragt habe ich da noch nicht.
    Aber was soll ich denn genau fragen, oder was könnten die denn umgestellt haben.

    Wenn ich denen sage das ich meine Shop Kategorien und Artikel nicht mehr bearbeiten kann,
    verweisen die bestimmt auf das Shop System.

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Adminbereich Artikelkatalog - Kategorien Access denied.
    Antwort #10 am: 27. Juni 2012, 22:26:44
    Fragen kostet nix. Ich würde es an deiner Stelle mal machen.
    12 Antworten
    5420 Aufrufe
    20. Juni 2014, 16:47:44 von andreaswien
    8 Antworten
    4204 Aufrufe
    17. Januar 2013, 12:26:20 von kulli
    2 Antworten
    4256 Aufrufe
    16. Mai 2011, 06:34:22 von Justin Case
               
    anything