[TYPO3-dam] install problem -- code displayed within the "Items' box under DAM Mounts

Michiel Roos [netcreators] michiel at netcreators.com
Fri Aug 31 13:59:26 CEST 2007


Hi Tracey,

Smells like short open tag problem.

Pull out a console, go to the typo3conf/ext/dam directory and do a:
grep -ril tx_dam_treebrowser *

This should give you the suspect files.

As Thomas says it most likely is mod_treebrowser/index.php.

Check each of those files and see if any of them has a 'short open tag'.

<? instead of <?php

Then fix the tag or fix your php.ini to allow short open tags (first 
option recommended).

Kind regards,


Michiel

Check if the

Tracey Hummel wrote:
> 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 and included the static items for the extensions.
> 
> 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
> 
> 
> 
> 
> 


-- 
Netcreators BV :: creation and innovation
www.netcreators.com

Interesse in werken bij Netcreators?
http://www.netcreators.com/bedrijf/vacatures/


More information about the TYPO3-project-dam mailing list