Shorty1968
Erfahrenes Mitglied
Hallo ich bin was SQL angeht noch ein absoluter anfänger,noch weniger wie in php,aber nun bin ich an einem Punkt wo ich mich damit aus einander setzen muss.
Daher meine Frage kann mir hier bitte jemand erklären wie ich aus der Unten aufgeführten fehlermeldung genau erkennen kann was und wo der Fehler liegt und wie ich den beheben kann?
Daher meine Frage kann mir hier bitte jemand erklären wie ich aus der Unten aufgeführten fehlermeldung genau erkennen kann was und wo der Fehler liegt und wie ich den beheben kann?
Code:
Fatal error: Could not execute prepared statement: SQLSTATE[42000]: Syntax error or access violation: 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 '= ''' at line 2
Information:
id: ac7d65d2f26e207a1f451925f9e246dbdc343d80
error message: Could not execute prepared statement: SQLSTATE[42000]: Syntax error or access violation: 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 '= ''' at line 2
error code: 42000
sql type: wcf\system\database\MySQLDatabase
sql error: 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 '= ''' at line 2
sql error number: 42000
sql version: 5.1.72-2
sql query: SELECT * FROM wcf1_ WHERE = ?
sql query parameter 0:
file: /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/system/database/statement/PreparedStatement.class.php (100)
php version: 5.3.3-7+squeeze17
wcf version: 2.0.0 (Maelstrom)
date: Mon, 13 Jan 2014 13:06:34 +0000
request: /testforum/wbb4/acp/index.php/BotAutoreplyRuleAdd/?
referer: http://domain.xy/testforum/wbb4/acp/index.php/BotAutoreplyRuleAdd/?
Stacktrace:
#0 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/data/DatabaseObject.class.php(65): wcf\system\database\statement\PreparedStatement->execute(Array)
#1 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/lib/data/bot/autoreply/BotAutoreplyRule.class.php(28): wcf\data\DatabaseObject->__construct(false)
#2 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/lib/acp/form/BotAutoreplyRuleAddForm.class.php(113): wbb\data\bot\autoreply\BotAutoreplyRule->__construct(Array)
#3 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/form/AbstractForm.class.php(63): wbb\acp\form\BotAutoreplyRuleAddForm->save()
#4 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/form/AbstractForm.class.php(114): wcf\form\AbstractForm->submit()
#5 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/page/AbstractPage.class.php(179): wcf\form\AbstractForm->readData()
#6 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/page/AbstractPage.class.php(86): wcf\page\AbstractPage->show()
#7 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/system/request/Request.class.php(58): wcf\page\AbstractPage->__run()
#8 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/wcf/lib/system/request/RequestHandler.class.php(106): wcf\system\request\Request->execute()
#9 /var/www/vhosts/domain.xy/httpdocs/testforum/wbb4/acp/index.php(10): wcf\system\request\RequestHandler->handle('wbb', true)
#10 {main}