Project

General

Profile

Actions

Bug #14324

closed

class.t3lib_db.php (line 736) Errors on Windows

Added by old_gaumondp over 19 years ago. Updated over 19 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-09-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Ingmar Schlecht over 19 years ago

I can not reproduce this.
Please, other testers, give feedback if you can!

Actions #2

Updated by old_gaumondp over 19 years ago

Will not be able to test it until Monday but there's identical messages in bug#14322

Actions #3

Updated by Wolfgang Klinger over 19 years ago

Please edit class.t3lib_db.php, set debugOutput to "TRUE" and post the sql error message...

Actions #4

Updated by old_gaumondp over 19 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.

Actions #5

Updated by old_gaumondp over 19 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

Actions

Also available in: Atom PDF