Project

General

Profile

Actions

Bug #14677

closed

list view > warning

Added by Joe Frontman over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-04-18
Due date:
% Done:

0%

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

Description

when clicking on web > list view, I get the following warning:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in D:\apachefriends\xampp\htdocs\typo3-3.8.0beta2\typo3\t3lib\class.t3lib_db.php on line 753

System information:Xampp on winxp
Extensions installed: dam 0.2.2; templavoila 0.4.0; kickstarter 0.2.1
(issue imported from #M988)

Actions #1

Updated by Karsten Dambekalns over 19 years ago

Please paste the full list of extensions (from localconf.php), and add version numbers for those not from beta2. Thanks!

Why: the warning might be triggered by any extension, and I didn't see the warning right now,, when testing my local setup.

Actions #2

Updated by Rupert Germann over 19 years ago

I think you are a victim of those (in)famous 416 bug.
are you using mysql 4.1 ?

Actions #3

Updated by Joe Frontman over 19 years ago

here is the requested information.
By the way, i am not using mysql 4.1
---------------------------------------------------------
Server Info:
php version: 4.3.9
mysql version: 4.0.21
webserver version: Apache 2.0.52

css_styled_content > version 0.2.2
tt_news > version 2.1.1
newloginbox > version 2.2.9
static_info_tables > version 1.3.0
templavoila > version 0.4.0
dam > version 0.2.2
dam_catedit > version 0.1.0
dam_file > version 0.1.0
chc_forum > version 1.2.3
kickstarter > version 0.2.1
dam_index > version 0.1.1
dam_downloads > version 1.0.1
dam_demo > version 0.1.1
ts_language_de > version 0.0.3

tsconfig_help,
context_help,
extra_page_cm_options,
impexp,
belog,
aboutmodules,
setup,
install,

Actions #4

Updated by Michael Stucki over 19 years ago

Please edit the file t3lib/class.t3lib_db.php and change "$debugOutput = FALSE;" to true. Then reload the page. What is the output?

Actions #5

Updated by Joe Frontman over 19 years ago

I did what you said stucki and i get the same warning !?
--------------
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in D:\apachefriends\xampp\htdocs\typo3-3.8.0beta2\typo3\t3lib\class.t3lib_db.php on line 753

Actions #6

Updated by Joe Frontman over 19 years ago

I removed all new extensions one by one.... after removing
"static_info_tables > version 1.3.0"

the error message disappears!

Actions #7

Updated by Rupert Germann over 19 years ago

try this:
re-install static_info_tables. Then open the install tool, choose Database Analyser an click on "import" (in the row: Dump static data).
enable the ckeckbox at 'Import the whole file 'CURRENT_STATIC' directly (ignores selections above):' and click on 'write to database' to make shuer that all staic data is imported.
Now every table should be filled with data and in evera row something like ' Rows: 61 Table exists!' should appear.
that should do the trick.

if the database comparison suggests to delete static tables > don't do it ;)

Actions #8

Updated by Rupert Germann over 19 years ago

I forgot one thing:
all the stuff from the previous bugnote does only work with TYPO 3.8.beta2.1
(beta2 makes problems when importing static data)

Actions #9

Updated by Joe Frontman over 19 years ago

thank you rupi!
I installed TYPO 3.8.beta2.1 and it works fine, now.

Actions #10

Updated by Rupert Germann over 19 years ago

was no bug

Actions

Also available in: Atom PDF