Diseño y Posicionamiento Web con Joomla › Foros › General › Mi web Joomla › Error de login en Joomla 2.5.6 › Re: Error de login en Joomla 2.5.6
Este código de error me lo ha dado hoy cuando accedo a la parte registrada, mediante la depuración del sistema. He de reconocer que esto no me había salido nunca…:
[code type=php]JDatabaseMySQLi::query: 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 ‘) ORDER BY a.`created` DESC LIMIT 5′ at line 2 SQL=SELECT a.*, b.`name` AS groupname, b.`thumb` AS thumbnail FROM `zxfn5_community_activities` AS a INNER JOIN `zxfn5_community_groups` AS b ON b.`id`=a.`groupid` WHERE a.`app`=’groups.wall’ AND a.`groupid` IN () ORDER BY a.`created` DESC LIMIT 5
Call stack
# Function Location
1 JSite->render() JROOT/index.php:48
2 JDocumentHTML->parse() JROOT/includes/application.php:259
3 JDocumentHTML->_fetchTemplate() JROOT/libraries/joomla/document/html/html.php:414
4 JDocumentHTML->_loadTemplate() JROOT/libraries/joomla/document/html/html.php:591
5 require() JROOT/libraries/joomla/document/html/html.php:531
6 TemplateWarpHelper->render() JROOT/templates/yoo_inspire/index.php:19
7 include() JROOT/templates/yoo_inspire/warp/helpers/template.php:49
8 ModulesWarpHelper->render() JROOT/templates/yoo_inspire/layouts/template.php:162
9 TemplateWarpHelper->render() JROOT/templates/yoo_inspire/warp/systems/joomla/helpers/modules.php:64
10 include() JROOT/templates/yoo_inspire/warp/helpers/template.php:49
11 ModulesWarpHelper->load() JROOT/templates/yoo_inspire/warp/systems/joomla/layouts/modules.php:10
12 JDocumentRendererModule->render() JROOT/templates/yoo_inspire/warp/systems/joomla/helpers/modules.php:86
13 JModuleHelper::renderModule() JROOT/libraries/joomla/document/html/renderer/module.php:107
14 include() JROOT/libraries/joomla/application/module/helper.php:175
15 modGroupPosthelper::getStream() JROOT/modules/mod_latestgrouppost/mod_latestgrouppost.php:17
16 JDatabase->loadObjectList() JROOT/modules/mod_latestgrouppost/helper.php:49
17 JDatabaseMySQLi->execute() JROOT/libraries/joomla/database/database.php:1100
18 JError::raiseError() JROOT/libraries/joomla/database/database/mysqli.php:396
19 JError::raise() JROOT/libraries/joomla/error/error.php:251[/code]