Bug #14324
closedclass.t3lib_db.php (line 736) Errors on Windows
0%
Description
Using 3.7RC1 on Windows 2003
PHP 4.1.2 (php_sapi_name: cgi)
Apache/1.3.28 (Win32)
MySQL 3.23.39
Dummy Package ZIP.
List Module + taskcenter(web list module)+ DBcheck(record stats), all show:
Warning: Supplied argument is not a valid MySQL result resource in c:\apache\htdocs\mysite\typo3\t3lib\class.t3lib_db.php on line 736
Also DBcheck(record stats) has same error message but additionaly for line 723.
(issue imported from #M370)
Updated by Ingmar Schlecht about 20 years ago
I can not reproduce this.
Please, other testers, give feedback if you can!
Updated by old_gaumondp about 20 years ago
Will not be able to test it until Monday but there's identical messages in bug#14322
Updated by Wolfgang Klinger about 20 years ago
Please edit class.t3lib_db.php, set debugOutput to "TRUE" and post the sql error message...
Updated by old_gaumondp about 20 years ago
Here's the error:
--------
caller t3lib_DB::exec_SELECTquery
ERROR Table 't3_myDB.tx_lastupdate_update' doesn't exist
lastBuiltQuery SELECT count(*)
FROM tx_lastupdate_update
WHERE
pid=1 AND NOT tx_lastupdate_update.deleted
-------
And this is a fresh install, not an upgrade.
Updated by old_gaumondp about 20 years ago
Cause/Solution
The lastupdate Extension caused the trouble...
I had the impression that I had the error before adding any extension...
Sorry for the false alarm !
Patrick