Bug #25485
closedInvalid SQl when refreshing extension list
0%
Description
When trying to fetch extension list for the first time from the server, the following information appears in the debug console:
Caller
t3lib_DB::exec_INSERTquery
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 'version,intversion,extkey,alldownloadcounter,dependencies,category,title,lastver' at line 1
lastBuiltQuery
INSERT INTO cache_extensions *(,vers*ion,intversion,extkey,alldownloadcounter,dependencies,category,title,lastversion,lastreviewedversion,state) VALUES ('','','0','','','N;','4','','1','1','999')
debug_backtrace
require#51 // SC_mod_tools_em_index->main#2589 // SC_mod_tools_em_index->extensionList_import#492 // SC_mod_tools_em_index->fetchMetaData#627 // tx_em_Tools_XmlHandler->parseExtensionsXML#1176 // tx_em_Tools_XmlHandler->storeXMLResult#400 // t3lib_DB->exec_INSERTquery#517 // t3lib_DB->debug#172
Updated by Dmitry Dulepov over 13 years ago
Forge did not select the text I wanted... Have a look at the first parameter of the query:
INSERT INTO cache_extensions (,version,intversion,extkey,alldownloadcounter,dependencies,category,title,lastversion,lastreviewedversion,state) VALUES ('','','0','','','N;','4','','1','1','999')
Updated by Dmitry Dulepov over 13 years ago
- Status changed from New to Closed
This is a duplicate of #24880.