Ergebnis 1 bis 13 von 13

Thema: Fehlerseite beim Installtool nach Passworteingabe (nach Update 4.4 auf 4.9)

  1. #1
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard Fehlerseite beim Installtool nach Passworteingabe (nach Update 4.4 auf 4.9)

    Ich habe heute nach folgender Anleitung von 4.4 auf 4.9 geupdatet. Nachdem ich im Installtool auf Datenbank aktualisieren geklickt hatte, sprang mir eine Fehlerseite entgegen. Auch nach erneutem Einloggen ins Install-Tool erscheint die Fehlerseite. Dort wird auf die Logdateien verwiesen. In der Log steht folgendes...
    Code:
    [2021-08-22 01:58:06] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"https://www.pezcraft.com/contao/install","method":"GET"} []
    [2021-08-22 01:58:06] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CREATE UNIQUE INDEX pid_email ON tl_newsletter_recipients (pid, email)':  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes" at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CREATE UNIQUE INDEX pid_email ON tl_newsletter_recipients (pid, email)':\n\nSQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:132)"} []
    Hier meine composer.json
    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6 || ^7.0",
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-icon-picker": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.0"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.8"
        },
        "config": {
            "component-dir": "assets"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Ich weiß nicht, ob ihr die composer.lock braucht. Jedenfalls besteht sie aus über 12.000 Zeilen. Meine PHP Version ist 7.4. Ich hoffe, mir kann jemand helfen, damit ich wieder ins Install-Tool rein kann.

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107

    Standard

    Hast du eine doctrine Konfiguration in deiner config.yaml?
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Hast du eine doctrine Konfiguration in deiner config.yaml?
    Ich finde keine config.yml. Ich hab auch kein config Verzeichnis. Ich finde nur eine parameters.yml. Aber ich selbst hab jedenfalls nicht einst in einer config Datei etwas konfiguriert.

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107

    Standard

    Du könntest versuchen folgende Datei inkl. Inhalt anzulegen:
    Code:
    # config/config.yaml
    doctrine:
        dbal:
            connections:
                default:
                    default_table_options:
                        charset: utf8
                        collate: utf8_unicode_ci
    Danach den Application Cache neu aufbauen. Und danach wieder das Install Tool aufrufen und versuchen die Datenbank zu aktualisieren.

    Hinweis: falls deine parameters.yml noch im Ordner app/config/ liegt, dann muss diese Datei auch in den Ordner app/config/ statt config/.

    Achtung: dies setzt deine Datenbank auf die nicht vollständige UTF-8 Implementierung von MySQL zurück.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    Hab jetzt eine config.yaml in app/config/ angelegt, da sich dort auch meine parameters.yml befindet, aber es ändert sich nichts. In der Log erscheint die exakt gleiche Fehlermeldung, nachdem ich mich im Install Tool eingeloggt habe. In der tl_newsletter_recipients steht übrigens nichts drinnen, wars auch vorher nicht, weil ich das nie verwende. Also von mir aus kann ich das auch entfernen, wenn das das Problem lösen würde.

  6. #6
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.078
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Den Anwedungscache hast du erneuert (via Contao-Manager oder in der SSH-Konsole)?

  7. #7
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    ja

  8. #8
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107

    Standard

    Zitat Zitat von Pezcraft Beitrag anzeigen
    Hab jetzt eine config.yaml in app/config/ angelegt, da sich dort auch meine parameters.yml befindet, aber es ändert sich nichts. In der Log erscheint die exakt gleiche Fehlermeldung, nachdem ich mich im Install Tool eingeloggt habe. In der tl_newsletter_recipients steht übrigens nichts drinnen, wars auch vorher nicht, weil ich das nie verwende. Also von mir aus kann ich das auch entfernen, wenn das das Problem lösen würde.
    Entferne die config.yaml mal wieder und lösche dann die tl_newsletter_recipients Tabelle manuell. Erneure den Anwendungscache danach und rufe danach das Install Tool nochmal auf, um die Datenbank zu aktualisieren.
    » sponsor me via GitHub or PayPal or Revolut

  9. #9
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Entferne die config.yaml mal wieder und lösche dann die tl_newsletter_recipients Tabelle manuell. Erneure den Anwendungscache danach und rufe danach das Install Tool nochmal auf, um die Datenbank zu aktualisieren.
    Jetzt konnte ich mich ins Installtool einloggen und die Datenbank aktualisieren. Danach jedoch wieder die Fehlerseite, aber jetzt mit anderer Fehlermeldung im Log...
    Code:
    [2021-08-22 18:18:26] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"https://www.pezcraft.com/contao/install","method":"POST"} []
    [2021-08-22 18:18:26] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CREATE TABLE tl_newsletter_recipients (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, email VARCHAR(255) DEFAULT '' NOT NULL, active CHAR(1) DEFAULT '' NOT NULL, addedOn VARCHAR(10) DEFAULT '' NOT NULL, UNIQUE INDEX pid_email (pid, email), INDEX email (email), INDEX active (active), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC':  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes" at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CREATE TABLE tl_newsletter_recipients (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, email VARCHAR(255) DEFAULT '' NOT NULL, active CHAR(1) DEFAULT '' NOT NULL, addedOn VARCHAR(10) DEFAULT '' NOT NULL, UNIQUE INDEX pid_email (pid, email), INDEX email (email), INDEX active (active), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC':\n\nSQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes at /home/.sites/423/site2251841/web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:132)"} []

  10. #10
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107

    Standard

    Seltsam. Du könntest das newsletter-bundle aber auch einfach deinstallieren, wenn du das nicht brauchst.
    » sponsor me via GitHub or PayPal or Revolut

  11. #11
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    Ich konnte das Problem jetzt lösen. Also schreib ich jetzt abschließend nochmal, was ich alles gemacht habe...
    Ich hab zuerst das Newsletter Paket entfernt.
    Dann hab ich alle tl_newsletter Tabellen aus der Datenbank gelöscht.
    Ich hab nochmal etwas recherchiert und bin auf das hier gestoßen... https://github.com/contao/managed-ed...b-large-prefix
    Der einzige Unterschied zu der config.yml, welche mir bereits hier vorgeschlagen wurde ist folgende Zeile...
    Code:
    engine: MyISAM
    Diese Zeile hab ich also noch zur Datei config.yml hinzugefügt und in app/config/ abgelegt. Weiters hab ich den Contao-Manager frisch geöffnet, hab den Cache gelöscht und hab mich ins Install-Tool eingeloggt um die Datenbank zu aktualisieren. Ich konnte es selbst nicht glauben, aber aus irgendeinem Grund hat es dann endlich geklappt. Jetzt ist das Installtool wieder schön sauber aufgeräumt und es gibt nichts mehr zu aktualisieren.

    Ach übrigens... Das Newsletter Paket hab ich wieder neuinstalliert. Klappt alles super.

  12. #12
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107

    Standard

    Sobald dein MySQL Server bzw. die Konfiguration des MySQL Servers aktualisiert wird, solltest du das wieder entfernen, da MyISAM veraltet ist (und oft auch gar nicht mehr angeboten wird).
    » sponsor me via GitHub or PayPal or Revolut

  13. #13
    Contao-Nutzer
    Registriert seit
    22.08.2021.
    Beiträge
    7

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Sobald dein MySQL Server bzw. die Konfiguration des MySQL Servers aktualisiert wird, solltest du das wieder entfernen, da MyISAM veraltet ist (und oft auch gar nicht mehr angeboten wird).
    Ich hab die Zeile jetzt nochmal entfernt und jetzt hab ich im Installtool eine quasi Endlosschleife beim Aktualisieren der Datenbank. Ich kann so oft aktualisieren wie ich will und er wechselt mir immer zwischen folgende beiden Aktualisierungen hin und her...

    Code:
    ALTER TABLE tl_trusted_device ENGINE = InnoDB
    	
    DROP INDEX name ON tl_cron_job
    	
    ALTER TABLE tl_cron_job ENGINE = InnoDB
    	
    DROP INDEX uri_hash ON tl_crawl_queue
    	
    DROP INDEX job_id ON tl_crawl_queue
    	
    DROP INDEX processed ON tl_crawl_queue
    	
    ALTER TABLE tl_crawl_queue ENGINE = InnoDB
    	
    DROP INDEX value ON tl_remember_me
    	
    DROP INDEX series ON tl_remember_me
    	
    ALTER TABLE tl_remember_me ENGINE = InnoDB
    	
    DROP INDEX pid_start_stop_published_sorting ON tl_article
    	
    DROP INDEX alias ON tl_article
    	
    ALTER TABLE tl_article ENGINE = InnoDB
    	
    ALTER TABLE tl_calendar ENGINE = InnoDB
    	
    DROP INDEX pid_start_stop_published ON tl_calendar_events
    	
    DROP INDEX alias ON tl_calendar_events
    	
    ALTER TABLE tl_calendar_events ENGINE = InnoDB
    	
    DROP INDEX alias ON tl_calendar_feed
    	
    ALTER TABLE tl_calendar_feed ENGINE = InnoDB
    	
    DROP INDEX source_parent_published ON tl_comments
    	
    DROP INDEX published ON tl_comments
    	
    ALTER TABLE tl_comments ENGINE = InnoDB
    	
    DROP INDEX tokenremove ON tl_comments_notify
    	
    DROP INDEX source_parent_active ON tl_comments_notify
    	
    ALTER TABLE tl_comments_notify ENGINE = InnoDB
    	
    DROP INDEX pid_ptable_invisible_sorting ON tl_content
    	
    ALTER TABLE tl_content ENGINE = InnoDB
    	
    DROP INDEX pid_published_sorting ON tl_faq
    	
    ALTER TABLE tl_faq ENGINE = InnoDB
    	
    ALTER TABLE tl_faq_category ENGINE = InnoDB
    	
    DROP INDEX uuid ON tl_files
    	
    DROP INDEX extension ON tl_files
    	
    DROP INDEX pid ON tl_files
    	
    ALTER TABLE tl_files ENGINE = InnoDB
    	
    DROP INDEX alias ON tl_form
    	
    ALTER TABLE tl_form ENGINE = InnoDB
    	
    DROP INDEX pid_invisible_sorting ON tl_form_field
    	
    ALTER TABLE tl_form_field ENGINE = InnoDB
    	
    DROP INDEX pid ON tl_image_size
    	
    ALTER TABLE tl_image_size ENGINE = InnoDB
    	
    DROP INDEX pid ON tl_image_size_item
    	
    ALTER TABLE tl_image_size_item ENGINE = InnoDB
    	
    ALTER TABLE tl_layout ENGINE = InnoDB
    	
    ALTER TABLE tl_log ENGINE = InnoDB
    	
    DROP INDEX username ON tl_member
    	
    DROP INDEX email ON tl_member
    	
    ALTER TABLE tl_member ENGINE = InnoDB
    	
    ALTER TABLE tl_member_group ENGINE = InnoDB
    	
    ALTER TABLE tl_module ENGINE = InnoDB
    	
    DROP INDEX alias ON tl_news
    	
    DROP INDEX pid_start_stop_published ON tl_news
    	
    ALTER TABLE tl_news ENGINE = InnoDB
    	
    ALTER TABLE tl_news_archive ENGINE = InnoDB
    	
    DROP INDEX alias ON tl_news_feed
    	
    ALTER TABLE tl_news_feed ENGINE = InnoDB
    	
    DROP INDEX pid ON tl_newsletter
    	
    ALTER TABLE tl_newsletter ENGINE = InnoDB
    	
    DROP INDEX pid_hash ON tl_newsletter_blacklist
    	
    ALTER TABLE tl_newsletter_blacklist ENGINE = InnoDB
    	
    ALTER TABLE tl_newsletter_channel ENGINE = InnoDB
    	
    DROP INDEX pid_email ON tl_newsletter_recipients
    	
    DROP INDEX email ON tl_newsletter_recipients
    	
    DROP INDEX active ON tl_newsletter_recipients
    	
    ALTER TABLE tl_newsletter_recipients ENGINE = InnoDB
    	
    DROP INDEX token ON tl_opt_in
    	
    DROP INDEX removeon ON tl_opt_in
    	
    ALTER TABLE tl_opt_in ENGINE = InnoDB
    	
    DROP INDEX reltable_relid ON tl_opt_in_related
    	
    ALTER TABLE tl_opt_in_related ENGINE = InnoDB
    	
    DROP INDEX pid_type_start_stop_published ON tl_page
    	
    DROP INDEX type_dns ON tl_page
    	
    DROP INDEX alias ON tl_page
    	
    ALTER TABLE tl_page ENGINE = InnoDB
    	
    DROP INDEX pid ON tl_rocksolid_slide
    	
    ALTER TABLE tl_rocksolid_slide ENGINE = InnoDB
    	
    ALTER TABLE tl_rocksolid_slider ENGINE = InnoDB
    	
    DROP INDEX checksum_pid ON tl_search
    	
    DROP INDEX url ON tl_search
    	
    ALTER TABLE tl_search ENGINE = InnoDB
    	
    DROP INDEX word ON tl_search_index
    	
    DROP INDEX pid ON tl_search_index
    	
    ALTER TABLE tl_search_index ENGINE = InnoDB
    	
    DROP INDEX pid ON tl_style
    	
    ALTER TABLE tl_style ENGINE = InnoDB
    	
    DROP INDEX name ON tl_style_sheet
    	
    ALTER TABLE tl_style_sheet ENGINE = InnoDB
    	
    ALTER TABLE tl_theme ENGINE = InnoDB
    	
    ALTER TABLE tl_undo ENGINE = InnoDB
    	
    DROP INDEX username ON tl_user
    	
    DROP INDEX email ON tl_user
    	
    ALTER TABLE tl_user ENGINE = InnoDB
    	
    ALTER TABLE tl_user_group ENGINE = InnoDB
    	
    DROP INDEX userid ON tl_version
    	
    DROP INDEX pid_fromtable_version ON tl_version
    	
    ALTER TABLE tl_version ENGINE = InnoDB
    Spalten ändern
    	Alle auswählen
    	
    DROP INDEX path ON tl_files
    Spalten anlegen
    	Alle auswählen
    	
    CREATE INDEX path ON tl_files (path)
    Code:
    ALTER TABLE tl_trusted_device ENGINE = InnoDB
    	
    ALTER TABLE tl_cron_job ENGINE = InnoDB
    	
    ALTER TABLE tl_crawl_queue ENGINE = InnoDB
    	
    ALTER TABLE tl_remember_me ENGINE = InnoDB
    	
    ALTER TABLE tl_article ENGINE = InnoDB
    	
    ALTER TABLE tl_calendar ENGINE = InnoDB
    	
    ALTER TABLE tl_calendar_events ENGINE = InnoDB
    	
    ALTER TABLE tl_calendar_feed ENGINE = InnoDB
    	
    ALTER TABLE tl_comments ENGINE = InnoDB
    	
    ALTER TABLE tl_comments_notify ENGINE = InnoDB
    	
    ALTER TABLE tl_content ENGINE = InnoDB
    	
    ALTER TABLE tl_faq ENGINE = InnoDB
    	
    ALTER TABLE tl_faq_category ENGINE = InnoDB
    	
    ALTER TABLE tl_files ENGINE = InnoDB
    	
    ALTER TABLE tl_form ENGINE = InnoDB
    	
    ALTER TABLE tl_form_field ENGINE = InnoDB
    	
    ALTER TABLE tl_image_size ENGINE = InnoDB
    	
    ALTER TABLE tl_image_size_item ENGINE = InnoDB
    	
    ALTER TABLE tl_layout ENGINE = InnoDB
    	
    ALTER TABLE tl_log ENGINE = InnoDB
    	
    ALTER TABLE tl_member ENGINE = InnoDB
    	
    ALTER TABLE tl_member_group ENGINE = InnoDB
    	
    ALTER TABLE tl_module ENGINE = InnoDB
    	
    ALTER TABLE tl_news ENGINE = InnoDB
    	
    ALTER TABLE tl_news_archive ENGINE = InnoDB
    	
    ALTER TABLE tl_news_feed ENGINE = InnoDB
    	
    ALTER TABLE tl_newsletter ENGINE = InnoDB
    	
    ALTER TABLE tl_newsletter_blacklist ENGINE = InnoDB
    	
    ALTER TABLE tl_newsletter_channel ENGINE = InnoDB
    	
    DROP INDEX pid_email ON tl_newsletter_recipients
    	
    ALTER TABLE tl_newsletter_recipients ENGINE = InnoDB
    	
    ALTER TABLE tl_opt_in ENGINE = InnoDB
    	
    ALTER TABLE tl_opt_in_related ENGINE = InnoDB
    	
    ALTER TABLE tl_page ENGINE = InnoDB
    	
    ALTER TABLE tl_rocksolid_slide ENGINE = InnoDB
    	
    ALTER TABLE tl_rocksolid_slider ENGINE = InnoDB
    	
    ALTER TABLE tl_search ENGINE = InnoDB
    	
    ALTER TABLE tl_search_index ENGINE = InnoDB
    	
    ALTER TABLE tl_style ENGINE = InnoDB
    	
    ALTER TABLE tl_style_sheet ENGINE = InnoDB
    	
    ALTER TABLE tl_theme ENGINE = InnoDB
    	
    ALTER TABLE tl_undo ENGINE = InnoDB
    	
    ALTER TABLE tl_user ENGINE = InnoDB
    	
    ALTER TABLE tl_user_group ENGINE = InnoDB
    	
    ALTER TABLE tl_version ENGINE = InnoDB
    Spalten ändern
    	Alle auswählen
    	
    DROP INDEX path ON tl_files
    Spalten anlegen
    	Alle auswählen
    	
    CREATE INDEX name ON tl_cron_job (name)
    	
    CREATE INDEX job_id ON tl_crawl_queue (job_id)
    	
    CREATE INDEX uri_hash ON tl_crawl_queue (uri_hash)
    	
    CREATE INDEX processed ON tl_crawl_queue (processed)
    	
    CREATE INDEX series ON tl_remember_me (series)
    	
    CREATE UNIQUE INDEX value ON tl_remember_me (value)
    	
    CREATE INDEX alias ON tl_article (alias)
    	
    CREATE INDEX pid_start_stop_published_sorting ON tl_article (
      pid, start, stop, published, sorting
    )
    	
    CREATE INDEX alias ON tl_calendar_events (alias)
    	
    CREATE INDEX pid_start_stop_published ON tl_calendar_events (pid, start, stop, published)
    	
    CREATE INDEX alias ON tl_calendar_feed (alias)
    	
    CREATE INDEX published ON tl_comments (published)
    	
    CREATE INDEX source_parent_published ON tl_comments (source, parent, published)
    	
    CREATE INDEX source_parent_active ON tl_comments_notify (source, parent, active)
    	
    CREATE INDEX tokenremove ON tl_comments_notify (tokenremove)
    	
    CREATE INDEX pid_ptable_invisible_sorting ON tl_content (pid, ptable, invisible, sorting)
    	
    CREATE INDEX pid_published_sorting ON tl_faq (pid, published, sorting)
    	
    CREATE INDEX pid ON tl_files (pid)
    	
    CREATE UNIQUE INDEX uuid ON tl_files (uuid)
    	
    CREATE INDEX extension ON tl_files (extension)
    	
    CREATE INDEX path ON tl_files (path)
    	
    CREATE INDEX alias ON tl_form (alias)
    	
    CREATE INDEX pid_invisible_sorting ON tl_form_field (pid, invisible, sorting)
    	
    CREATE INDEX pid ON tl_image_size (pid)
    	
    CREATE INDEX pid ON tl_image_size_item (pid)
    	
    CREATE UNIQUE INDEX username ON tl_member (username)
    	
    CREATE INDEX email ON tl_member (email)
    	
    CREATE INDEX alias ON tl_news (alias)
    	
    CREATE INDEX pid_start_stop_published ON tl_news (pid, start, stop, published)
    	
    CREATE INDEX alias ON tl_news_feed (alias)
    	
    CREATE INDEX pid ON tl_newsletter (pid)
    	
    CREATE UNIQUE INDEX pid_hash ON tl_newsletter_blacklist (pid, hash)
    	
    CREATE INDEX email ON tl_newsletter_recipients (email)
    	
    CREATE INDEX active ON tl_newsletter_recipients (active)
    	
    CREATE UNIQUE INDEX token ON tl_opt_in (token)
    	
    CREATE INDEX removeon ON tl_opt_in (removeon)
    	
    CREATE INDEX reltable_relid ON tl_opt_in_related (reltable, relid)
    	
    CREATE INDEX alias ON tl_page (alias)
    	
    CREATE INDEX type_dns ON tl_page (type, dns)
    	
    CREATE INDEX pid_type_start_stop_published ON tl_page (pid, type, start, stop, published)
    	
    CREATE INDEX pid ON tl_rocksolid_slide (pid)
    	
    CREATE UNIQUE INDEX url ON tl_search (url)
    	
    CREATE UNIQUE INDEX checksum_pid ON tl_search (checksum, pid)
    	
    CREATE INDEX pid ON tl_search_index (pid)
    	
    CREATE INDEX word ON tl_search_index (word)
    	
    CREATE INDEX pid ON tl_style (pid)
    	
    CREATE UNIQUE INDEX name ON tl_style_sheet (name)
    	
    CREATE UNIQUE INDEX username ON tl_user (username)
    	
    CREATE INDEX email ON tl_user (email)
    	
    CREATE UNIQUE INDEX pid_fromtable_version ON tl_version (pid, fromtable, version)
    	
    CREATE INDEX userid ON tl_version (userid)

Aktive Benutzer

Aktive Benutzer

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

Lesezeichen

Lesezeichen

Berechtigungen

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