Ergebnis 1 bis 6 von 6

Thema: Fehlermeldung bei Anmeldung in Mitgliederbereich

  1. #1
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.861
    Contao-Projekt unterstützen

    Support Contao

    Standard Fehlermeldung bei Anmeldung in Mitgliederbereich

    Contao 4.13.1
    Isotope 2.8.x-dev
    lokale Installation Laragon 5, php7.4.11, mysql 5.7.24

    Im Frontend ist im Zuge einer Isotope-Installation ein Konto-Login verbaut. Der Login bringt aber eine Fehlermeldung:
    PHP-Code:
    An exception occurred while executing a querySQLSTATE[42000]: Syntax error or access violation1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1 
    Ich kann nicht zuordnen, ob es Isotope oder Contao selber betrifft.
    Die Registrierung läuft durch. Erst beim Versuch einer Anmeldung im Frontend via Benutzer und Passwort kommt die Fehlermeldung. Die Weiterleitung funktioniert, da die Fehlermeldung auf der Zielseite erscheint.
    Kann mir jemand weiterhelfen? Vielen Dank
    Grüsse
    Bernhard


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

    Standard

    Nutze den Debug-Modus und poste den Stack Trace.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.861
    Contao-Projekt unterstützen

    Support Contao

    Standard

    PHP-Code:
    Doctrine\DBAL\Exception\SyntaxErrorException:
    An exception occurred while executing a querySQLSTATE[42000]: Syntax error or access violation1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1

      at C
    :\laragon\www\wtechnik\vendor\doctrine\dbal\src\Driver\API\MySQL\ExceptionConverter.php:88
      at Doctrine
    \DBAL\Driver\API\MySQL\ExceptionConverter->convert(object(Exception), object(Query))
         (
    C:\laragon\www\wtechnik\vendor\doctrine\dbal\src\Connection.php:1813)
      
    at Doctrine\DBAL\Connection->handleDriverException(object(Exception), object(Query))
         (
    C:\laragon\www\wtechnik\vendor\doctrine\dbal\src\Connection.php:1748)
      
    at Doctrine\DBAL\Connection->convertExceptionDuringQuery(object(Exception), 'SELECT COUNT(*) AS count FROM tl_iso_product_collection_item WHERE tl_iso_product_collection_item.`pid`=?', array(), array())
         (
    C:\laragon\www\wtechnik\vendor\doctrine\dbal\src\Connection.php:1054)
      
    at Doctrine\DBAL\Connection->executeQuery('SELECT COUNT(*) AS count FROM tl_iso_product_collection_item WHERE tl_iso_product_collection_item.`pid`=?', array(), array())
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Database\Statement.php:286)
      
    at Contao\Database\Statement->query('', array())
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Database\Statement.php:242)
      
    at Contao\Database\Statement->execute()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Model.php:1176)
      
    at Contao\Model::countBy('pid'null)
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Model\ProductCollection.php:559)
      
    at Isotope\Model\ProductCollection->countItems()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Model\ProductCollection\Cart.php:133)
      
    at Isotope\Model\ProductCollection\Cart->mergeGuestCart()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Isotope.php:121)
      
    at Isotope\Isotope::getCart()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Module\Cart.php:70)
      
    at Isotope\Module\Cart->getCollection()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Module\AbstractProductCollection.php:64)
      
    at Isotope\Module\AbstractProductCollection->compile()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Module\Cart.php:52)
      
    at Isotope\Module\Cart->compile()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\modules\Module.php:216)
      
    at Contao\Module->generate()
         (
    C:\laragon\www\wtechnik\vendor\codefog\contao-haste\library\Haste\Frontend\AbstractFrontendModule.php:52)
      
    at Haste\Frontend\AbstractFrontendModule->generate()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Module\Module.php:112)
      
    at Isotope\Module\Module->generate()
         (
    C:\laragon\www\wtechnik\vendor\isotope\isotope-core\system\modules\isotope\library\Isotope\Module\AbstractProductCollection.php:56)
      
    at Isotope\Module\AbstractProductCollection->generate()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\elements\ContentModule.php:100)
      
    at Contao\ContentModule->generate()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Controller.php:617)
      
    at Contao\Controller::getContentElement(object(ContentModel), 'main')
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\modules\ModuleArticle.php:202)
      
    at Contao\ModuleArticle->compile()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\modules\Module.php:216)
      
    at Contao\Module->generate()
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\modules\ModuleArticle.php:72)
      
    at Contao\ModuleArticle->generate(false)
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Controller.php:545)
      
    at Contao\Controller::getArticle(object(ArticleModel), falsefalse'main')
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\library\Contao\Controller.php:387)
      
    at Contao\Controller::getFrontendModule('0''main')
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\pages\PageRegular.php:192)
      
    at Contao\PageRegular->prepare(object(PageModel))
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\pages\PageRegular.php:62)
      
    at Contao\PageRegular->getResponse(object(PageModel), true)
         (
    C:\laragon\www\wtechnik\vendor\contao\core-bundle\src\Resources\contao\controllers\FrontendIndex.php:316)
      
    at Contao\FrontendIndex->renderPage(object(PageModel))
         (
    C:\laragon\www\wtechnik\vendor\symfony\http-kernel\HttpKernel.php:152)
      
    at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (
    C:\laragon\www\wtechnik\vendor\symfony\http-kernel\HttpKernel.php:74)
      
    at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1true)
         (
    C:\laragon\www\wtechnik\vendor\symfony\http-kernel\Kernel.php:202)
      
    at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (
    C:\laragon\www\wtechnik\web\index.php:44
    Grüsse
    Bernhard


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

    Standard

    Hmm, könnte ein Fehler in Isotope sein.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Community-Moderator & Contao-Urgestein Avatar von derRenner
    Registriert seit
    23.10.2012.
    Ort
    hoRn|waldviertel
    Beiträge
    2.861
    Contao-Projekt unterstützen

    Support Contao

    Standard

    issue github
    Grüsse
    Bernhard


  6. #6
    Contao-Fan Avatar von Ripperz
    Registriert seit
    22.09.2012.
    Ort
    Hamburg
    Beiträge
    707

    Standard

    Moin,
    ich habe auch seit kurzem mit dem Memeberbereich Probleme.
    Zwar habe ich keine Fehlermeldung aber Probleme. Betrifft auch Contao/Isotope

    https://community.contao.org/de/show...in-Version-4-9

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
  •