Bug #14677
closedlist view > warning
0%
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)
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.
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 ?
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,
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?
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
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!
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 ;)
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)
Updated by Joe Frontman over 19 years ago
thank you rupi!
I installed TYPO 3.8.beta2.1 and it works fine, now.