pewtah Posted January 13, 2014 Report Share Posted January 13, 2014 Hallo, bei der Installation von Veyton auf Win 7 mit XAMPP kam folgende Meldung: Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-test_stores WHERE shop_id='1' LIMIT 1' at line 1] in EXECUTE("SELECT * FROM xt-test_stores WHERE shop_id='1' LIMIT 1") ' in C:\path\xtFramework\library\adodb\adodb-exceptions.inc.php:78 Stack trace: #0 C:\path\xtFramework\library\adodb\adodb.inc.php(918): adodb_throw('mysql', 'EXECUTE', 1064, 'You have an err...', 'SELECT * FROM x...', false, Object(ADODB_mysql)) #1 C:\path\xtFramework\library\adodb\adodb.inc.php(893): ADOConnection->_Execute('SELECT * FROM x...', false) #2 C:\path\xtFramework\library\adodb\drivers\adodb-mysql.inc.php(504): ADOConnection->Execute('SELECT * FROM x...', false) #3 C:\Users\martin in C:\path\xtFramework\library\adodb\adodb-exceptions.inc.php on line 78 Die DB zu leeren und die Option, Demodaten mitzuladen, zu deaktivieren hat nicht geholfen. Was kann ich tun, um die Installation fortzusetzen? Link to comment Share on other sites More sharing options...
mzanier Posted January 13, 2014 Report Share Posted January 13, 2014 das db prefix darf kein - enthalten. Link to comment Share on other sites More sharing options...
pewtah Posted January 14, 2014 Author Report Share Posted January 14, 2014 Das war anscheinend nicht die Ursache. Hier ein anderes Beispiel: Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'xt-commerce.yt_stores' doesn't exist] in EXECUTE("SELECT * FROM yt_stores WHERE shop_id='1' LIMIT 1") ' in C:\path\xtFramework\library\adodb\adodb-exceptions.inc.php:78 Stack trace: #0 C:\path\xtFramework\library\adodb\adodb.inc.php(918): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'xt-comme...', 'SELECT * FROM y...', false, Object(ADODB_mysql)) #1 C:\path\xtFramework\library\adodb\adodb.inc.php(893): ADOConnection->_Execute('SELECT * FROM y...', false) #2 C:\path\xtFramework\library\adodb\drivers\adodb-mysql.inc.php(504): ADOConnection->Execute('SELECT * FROM y...', false) #3 C:\path\xtFramework\library\adodb\adodb.inc.php(1858): ADODB_mysql->SelectLimit('SELECT * FROM y...', 1) #4 C:\ in C:\path\xtFramework\library\adodb\adodb-exceptions.inc.php on line 78 Die Tabelle _stores fehlt. Einen Ausweg fand ich: Normalerweise akzeptiere ich keine Drittanbieter-Cookies. Ich nahm einen Browser, der darauf eingestellt war, alle Cookies zu akzeptieren. Da ging die Installation ohne Fehlermeldung. Der Hinweis auf die Installation der Sprachpakete war zu sehen. Am Ende war nur eine weiße Seite zu sehen. Der Shop läuft, wie auch immer. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.