Ergebnis 1 bis 2 von 2

Thema: Artikelelement "Text" erzeugt "Es ist ein Fehler aufgetreten" beim Speichern

  1. #1
    Contao-Nutzer
    Registriert seit
    09.06.2010.
    Beiträge
    18

    Standard Artikelelement "Text" erzeugt "Es ist ein Fehler aufgetreten" beim Speichern

    Hallo zusammen,

    ich habe mal wieder ein kleines Problemchen.
    Wenn ich ein neues Artikelelement der Art "Text" anlege und im Editor einen Text einfüge kommt beim Speichern die Meldung "Es ist ein Fehler aufgetreten".

    Überschriften lassen sich immer ohne Fehlermeldung erzeugen.

    Textelemente lassen sich manchmal (lässt sich leider nicht rekonstruieren wann genau) auch ohne Probleme erzeugen.

    Beim Speichern erscheint auch ein Dialogfeld (Soll diese Seite wirklich verlassen werden?
    Ihre Änderungen werden verloren gehen, wenn Sie die Seite verlassen.
    Wählen Sie OK, um fortzufahren, oder Abbrechen, um auf der aktuellen Seite zu bleiben."), das wahrscheinlich so nicht erscheinen sollte...

    Hosting läuft über 1&1, hab die htaccess auch schon wie hier beschrieben angepasst.

    Sie sieht momentan wie folgt aus:
    Code:
    ##
    # TYPOlight Open Source CMS
    # Copyright (C) 2005-2010 Leo Feyer
    #
    # This program is free software: you can redistribute it and/or
    # modify it under the terms of the GNU Lesser General Public
    # License as published by the Free Software Foundation, either
    # version 3 of the License, or (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # Lesser General Public License for more details.
    #
    # You should have received a copy of the GNU Lesser General Public
    # License along with this program. If not, please visit the Free
    # Software Foundation website at <http://www.gnu.org/licenses/>.
    #
    # PHP version 5
    # @copyright  Leo Feyer 2005-2010
    # @author     Leo Feyer <https://contao.org>
    # @license    LGPL
    ##
    
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    
    <IfModule mod_rewrite.c>
      RewriteEngine On
    
      ##
      # Rewrite base
      #
      # Set the RewriteBase if your TYPOlight installation is in a subdirectoy and
      # the rewrite rules are not working properly. Usage examples:
      #
      #   RewriteBase /typolight-2.8.0
      #   RewriteBase /path/to/typolight
      #
      # Add your own RewriteBase after this comment.
      ##
    
    RewriteBase /typo
      ##
      # Malicious requests
      #
      # TYPOlight usually does not pass absolute URLs via GET, therefore the
      # following rules block all requests that try to pass a URL or the /etc/
      # directory as parameter.
      ##
      RewriteCond %{REQUEST_URI} (ftp|https?):|/etc/ [NC,OR]
      RewriteCond %{QUERY_STRING} (ftp|https?):|/etc/ [NC]
      RewriteRule .* - [F,L]
    
      ##
      # Compressed .js and .css files
      #
      # Most of the JavaScript and CSS files used in TYPOlight are also available
      # as compressed .gz version, which requires less bandwidth and optimizes the
      # page loading time. The following rules load these compressed ressources.
      ##
      AddEncoding gzip .gz
      <FilesMatch "\.js\.gz$">
        AddType "text/javascript" .gz
      </FilesMatch>
      <FilesMatch "\.css\.gz$">
        AddType "text/css" .gz
      </FilesMatch>
      RewriteCond %{HTTP:Accept-encoding} gzip
      RewriteCond %{REQUEST_FILENAME} \.(js|css)$
      RewriteCond %{REQUEST_FILENAME}.gz -f
      RewriteRule ^(.*)$ $1.gz [QSA,L]
    
      ##
      # Static ressources
      #
      # Do not rewrite requests for static files or folders such as style sheets,
      # images, movies or text documents.
      ##
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
    
      ##
      # TYPOlight URLs
      #
      # By default, TYPOlight adds ".html" to the generated URLs to simulate static
      # HTML documents. If you change the URL suffix in the back end settings, make
      # sure to change it here accordingly!
      #
      #   RewriteRule .*\.html$ index.php [L]   # URL suffix .html
      #   RewriteRule .* index.php [L]          # No URL suffix
      #   RewriteRule .*\.txt$ index.php [L]    # URL suffix .txt
      #
      # If you are using mod_cache, it is recommended to use the RewriteRule below,
      # which adds the query string to the internal URL:
      #
      #   RewriteRule (.*\.html)$ index.php/$1 [L]
      #
      # Note that not all environments support mod_rewrite and mod_cache!
      ##
      RewriteRule .*\.html$ index.php [L]
    
    </IfModule>
    Gegoogelt, hier die interne Suchfunktion benutzt, allerdings nichts passendes gefunden

    Danke schonmal für jede Hilfe

  2. #2
    Contao-Yoda Avatar von MacKP
    Registriert seit
    15.06.2009.
    Ort
    Duisburg
    Beiträge
    13.292
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hallo kmuc

    Dann mal hier kurz und knapp weil ich nicht viel Zeit habe und das schon zu oft gefragt wurde:

    http://de.contaowiki.org/Soll_diese_...end_geht_nicht

    Viele Grüße
    Contao Pool | C-C-A | MetaModels | [Internetseite -> Mediendepot Ruhr]
    [Arbeitet bei -> Paus Design & Medien]
    "I can EXPLAIN it to you, but I can't UNDERSTAND it for you."

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Ähnliche Themen

  1. Antworten: 2
    Letzter Beitrag: 04.03.2011, 16:49
  2. Antworten: 0
    Letzter Beitrag: 10.01.2011, 23:37
  3. Artikel: Fehler im Backend bei Klick auf "Speichern"
    Von erich im Forum Installation / Update
    Antworten: 3
    Letzter Beitrag: 20.07.2010, 19:10
  4. "parallele" Navigation mit "active" bzw. "trail" Klasse?
    Von Reimi im Forum Layout / Templates / Holy Grail
    Antworten: 6
    Letzter Beitrag: 22.12.2009, 08:57

Lesezeichen

Lesezeichen

Berechtigungen

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