[TYPO3] Warning: Access denied for user apache at localhost

Peter Foerger p.foerger at vke-design.de
Thu Aug 10 14:51:34 CEST 2006


Miguel Angel Calleja Lázaro schrieb:

> $con=mysql(TYPO3_db,$query); ---->line 128
> 

use
$GLOBALS['TYPO3_DB']->exec_SELECTquery($select_fields,$from_table,$where_clause,$groupBy='',$orderBy='',$limit='')
or another function of the TYPO3 "database wrapper" class instead.

--
Peter



More information about the TYPO3-english mailing list