Ankündigung

Einklappen
Keine Ankündigung bisher.

Konflikt mit Erweiterung "Passwort Validierung"

Einklappen
Dieses Thema ist geschlossen.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Konflikt mit Erweiterung "Passwort Validierung"

    Beim Aufruf der Seitenstruktur erhalten wir unter C 5.3.34 & X 6.0.14 den Fehler: Integrity constraint violation: 1052 Column 'type' in where clause is ambiguous

    Falls das in der 6.0.15 schon gefixt ist konnte ich das aus der Update-Info leider nicht herauslesen

    Stacktrace:
    Model::findBy()in system/modules/pct_themer/PCT/Themer/Backend.php (line 97)
    1. public function showMissingThemeDesignerSavesInfo($objDC)
    2. {
    3. if( $objDC->table == 'tl_page' )
    4. {
    5. $t = PageModel::getTable();
    6. $objRoots = PageModel::findBy( array('('.$t.'.type=? OR type=?) AND '.$t.'.published=1 AND ('.$t.'.pct_theme!="" AND '.$t.'.pct_theme IS NOT NULL)'), array('root','rootFallback') );
    7. if ($objRoots === null)
    8. {
    9. return;
    10. }

  • #2
    Dieses Problem mit terminal42/contao-password-validation 1.2.0 besteht auch in Contao 5.3.40 mit Eclipse 6.017 weiter.

    Gibts dazu neue Infos?

    Kommentar


    • #3
      Hallo,
      Zeile 97 ändern in:

      Code:
      $objRoots = PageModel::findBy( array('('.$t.'.type=? OR '.$t.'.type=?) AND '.$t.'.published=1 AND ('.$t.'.pct_theme!="" AND '.$t.'.pct_theme IS NOT NULL)'), array('root','rootFallback') );
      Ich sehe es für ein Update vor. VG
      http://www.premium-contao-themes.com

      Kommentar

      Lädt...
      X