[TYPO3-dam] Error with dam_tv_connector v0.0.7

Christo Romberg coromberg at gmail.com
Thu Jan 18 07:04:41 CET 2007


Hi!

Sorry, the extension that causes the error is dam_tv_connector v0.0.7, 
not dam_ttcontent.
I've tried my best to get the error solved. The best I could do is find 
where this code is located (that's when I realized it was the 
dam_tv_connector) I tried cutting the dam_tv_connector directory and 
pasting it to another location and then going to the logging page, but 
when I do that I just get an empty page.
So, is there any other way to uninstall an extension than from the BE?

As mentioned earlier, i see nothing more in the BE (and the FE, though 
no pages are created yet) than
the following error message:

link_edit(
''.$LANG->sL(t3lib_BEfunc::getItemLabel('tt_content','image'),1).''. '
', 'tt_content', $row['uid']). t3lib_BEfunc::thumbCode ($row,
'tt_content', 'tx_damttcontent_files',
$this->doc->backPath,'/typo3/thumbs.php'). '
'; } if ($row['CType'] == 'textpic') { $alreadyRendered = true;
$damFiles = tx_dam_db::getReferencedFiles('tt_content', $row['uid'],
'tx_damttcontent_files'); $row['tx_damttcontent_files'] = implode(',',
$damFiles[files]); $thumbnail =
''.$LANG->sL(t3lib_BEfunc::getItemLabel('tt_content','image'),1).''. '
'. t3lib_BEfunc::thumbCode($row, 'tt_content', 'tx_damttcontent_files',
$this->doc->backPath,'/typo3/thumbs.php'); $text =
$reference->link_edit(''.
$LANG->sL(t3lib_BEfunc::getItemLabel('tt_content','bodytext'),1). '
'.htmlspecialchars(t3lib_div::fixed_lgd_cs(trim(strip_tags($row['bodytext'])),2000)),'tt_content',$row['uid']); 

return '
'.$text.'    '.$thumbnail.'
'.'
'; } } } ?>

This code is located at 
\typo3conf\ext\dam_tv_connector\class.tx_damtvc_renderimg.php, which 
must mean that it's the extension that's causing the errors..or maybe 
it's a preference I made during the installation of the dam_tv_connector..

Main and related software versions:
- TYPO3 v4.0.4
- Windows XP Service Pack 2
- Apache HTTP Server v2.2.3
- PHP v5.1.6
- MySQL v5.0.27
- ImageMagick v6.3.0_Q16,
- FreeType v2.1.10

If anyone has ANY ideas ow to solve this, please post them.

Thanks in advance!
Best Regards
Christo

PS. The DAM rocks!


More information about the TYPO3-project-dam mailing list