Problem preparing query (SELECT
stand.*,
matchday.*,
matchday.id as matchdayID,
team.name teamName,
team.logo,
team.foto,
team.id teamId
FROM
bribeiro_masterfo_producao2018.mdl_team_standings stand,
bribeiro_masterfo_producao2018.mdb_matchdays matchday,
bribeiro_masterfo_producao2018.mdb_teams team
WHERE
stand.matchday_id = matchday.id
AND matchday.tournament_id= ?
AND stand.team_id= team.id
AND) ORDER BY matchday.date DESC,matchday.id DESC,stand.position ASC ) 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 matchday.date DESC,matchday.id DESC,stand.position ASC' at line 17
/home/bribeiro/masterfoot.bribeiro.net/edUtilsClass/edDbV2.php : 840
#0 /home/bribeiro/masterfoot.bribeiro.net/edUtilsClass/edDbV2.php(521): edDbV2->_prepareQuery()
#1 /home/bribeiro/masterfoot.bribeiro.net/edProjectClass/edResultTableProject.php(50): edDbV2->rawQuery('SELECT\r\n\t\t\t\tsta...', Array)
#2 /home/bribeiro/masterfoot.bribeiro.net/edProjectClass/edGoalProject.php(618): edResultTableProject->getTableResult(Array, '1353')
#3 /home/bribeiro/masterfoot.bribeiro.net/edProjectClass/edMoreGoalsProject.php(39): edGoalProject->getTotalGoalCompetition(601, '1353')
#4 /home/bribeiro/masterfoot.bribeiro.net/edProjectClass/edMoreGoalsProject.php(12): edMoreGoalsProject->showTableGoals(Array)
#5 /home/bribeiro/masterfoot.bribeiro.net/edUtilsClass/edBbCode.php(85): edMoreGoalsProject->bbCodeReplacement('showList', Array)
#6 /home/bribeiro/masterfoot.bribeiro.net/edUtilsClass/edBbCode.php(33): edBbCode->getReplacementForCode('edMoreGoalsProj...', Array)
#7 /home/bribeiro/masterfoot.bribeiro.net/edBaseClass/PageProject.php(191): edBbCode->convert('##edMoreGoalsPr...', Array)
#8 /home/bribeiro/masterfoot.bribeiro.net/edBaseClass/PageProject.php(1338): PageProject->showPageContent(Array)
#9 /home/bribeiro/masterfoot.bribeiro.net/edBaseClass/PageProject.php(1360): PageProject->showPageContentV2Insite(Array)
#10 /home/bribeiro/masterfoot.bribeiro.net/edBaseClass/PageProject.php(963): PageProject->showPageContentV2(Array)
#11 /home/bribeiro/masterfoot.bribeiro.net/index.php(58): PageProject->show()
#12 {main}