[Typo3-dev] upgrading to RC2
Wolfgang Klinger
wolfgang at stufenlos.net
Tue Mar 23 21:11:41 CET 2004
Hi
On 19:59 Tue 23 Mar , media.res | alex widschwendter wrote:
> it turns out that $this->link in class.t3lib_db.php is no valid
> mysql_identifier_id. if i call the abstracted mysql_query functions
> ,everything is ok. what could this cause. i could not believe this "my"
> problem?
Add the following line to the function sql_pconnect after the attempt
to open the connection:
---
debug (array ($TYPO3_db_host, $TYPO3_db_username, $TYPO3_db_password,
mysql_error ()));
---
and post the output (or draw your own conclusions)!
bye
Wolfgang
More information about the TYPO3-dev
mailing list