XF 1.3 Zend_Db_Statement_Mysqli_Exception

BoomBoomUlli

Active member
Hi,
I hope anybody can Please Help Me , follow Error is the Problem :

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare 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 'GROUP BY user_id' at line 3 -library\Zend\Db\Statement\Mysqli.php:77

Know anybody Please a fix ?
Thanks
 
yep

Code:
#0 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\r\n             ...')
#1 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Adapter\Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\r\n             ...')
#2 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Adapter\Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\r\n             ...')
#3 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Zend\Db\Adapter\Abstract.php(808): Zend_Db_Adapter_Abstract->query('\r\n             ...', Array)
#4 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\Waindigo\UnreadCategories\CronEntry\UnreadCategories.php(50): Zend_Db_Adapter_Abstract->fetchPairs('\r\n             ...')
#5 [internal function]: Waindigo_UnreadCategories_CronEntry_UnreadCategories::unreadCategories(Array)
#6 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Model\Cron.php(356): call_user_func(Array, Array)
#7 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Deferred\Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#8 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Model\Deferred.php(256): XenForo_Deferred_Cron->execute(Array, Array, 8, '')
#9 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Model\Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 8, '', false)
#10 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Model\Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 C:\Inetpub\vhosts\roughnecks-germany.de\httpdocs\deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}
 
Top Bottom