[TYPO3-dam] some errors
René Fritz
r.fritz at colorcube.de
Fri Jan 6 15:24:09 CET 2006
> ALTER TABLE tx_dam CHANGE index_type index_type char(4) NOT NULL
> default '';
> Current value: varchar(4) NOT NULL default ''
> ALTER TABLE tx_dam_log_index CHANGE type type char(4) NOT NULL default '';
> Current value: varchar(4) NOT NULL default ''
I think that's not yet fixed in the downloadable version. But it shouldn' t
matter. It's just the boring EM massage you see all the time...
> That probably leads to this error in LIST view:
>
> Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
> result resource in
> /home/httpd/typo3_src-4.0beta1/t3lib/class.t3lib_db.php on line 774
No. I can't see why this is related.
Anyway, with PHP 4.3+ you should get a backtrace debug output (which would be
helpful) when you add that line to t3lib_db:
function sql_fetch_row($res) {
if(!$res) debug(debug_backtrace(),'supplied argument is not a valid MySQL
result resource');
...
Do you get that message all the time, no matter what you do?
Do you see the list anayway?
René
--
COLORCUBE
digital media lab
www.colorcube.de
More information about the TYPO3-project-dam
mailing list