Project

General

Profile

Actions

Bug #25485

closed

Invalid SQl when refreshing extension list

Added by Dmitry Dulepov over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2011-03-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

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')

Actions #2

Updated by Dmitry Dulepov over 13 years ago

  • Status changed from New to Closed

This is a duplicate of #24880.

Actions

Also available in: Atom PDF