[TYPO3] Media (DAM) problem

Tracey Hummel thummel at email.arizona.edu
Thu Aug 23 00:47:22 CEST 2007


I've installed the extensions Media (DAM), dam_catedit, dr_blob, and
dam_liteshow in version 4.0.4.  I added user access for modules and tables and
added the Media DB mount.

Within the "Items' box under DAM Mounts in the user configuration, I'm getting:

* @package DAM-Mod * @ignore */ /** * [CLASS/FUNCTION INDEX of SCRIPT] * * * *
*/ unset($MCONF); require ('conf.php'); require ($BACK_PATH.'init.php');
require ($BACK_PATH.'template.php');
$LANG->includeLLFile('EXT:lang/locallang_misc.xml'); require_once
(PATH_txdam.'treelib/class.tx_dam_treelib_browser.php'); /** * Script Class for
the treeview in TCEforms elements * * @author Rene Fritz  * @package DAM-Mod *
@ignore */ class SC_tx_dam_treebrowser extends tx_dam_treelib_browser { //
nothing to do here } // Include extension? if (defined('TYPO3_MODE') &&
$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dam/mod_treebrowser/index.php']) {
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dam/mod_treebrowser/index.php']);
} // Make instance: $SOBE = t3lib_div::makeInstance('SC_tx_dam_treebrowser');
$SOBE->init(); $SOBE->main(); $SOBE->printContent(); ?>

I also get a screen full of text if I select File, List, Categories, or Tools
from the menu on the left.

Can anyone tell me what I'm missing?  I've successfully installed it in another
typo installation in a very similar environment.

Thank you,
Tracey


--
Tracey Hummel
UAWeb Team
Center for Computing & Information Technology
The University of Arizona
(520) 626-5139
tracey at uainfo.arizona.edu







More information about the TYPO3-english mailing list