[TYPO3] trouble in BE after installing AJAX Chat

Harald Amelung ha75 at gmx.net
Wed Sep 27 16:03:25 CEST 2006


The frontend showes a lot of PHP-Commands too...

But, to answer myself and for anybody having the same problem:

Harald Amelung schrieb:
> Hello,
> 
> I just installed the AJAX Chat Extension (vjchat) and now cannot use the 
> BE anymore. The only thing it shows is:
> 
> $item) { $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*','fe_users', 
> 'uid = '.$item[1], 'username'); $row = 
> $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res); $items['items'][$key][0] = 
> $row['username'].' ('.$row['name'].')'; } return $items; } } if 
> (defined('TYPO3_MODE') && 
> $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/vjchat/pi1/class.tx_vjchat_itemsProcFunc.php']) 
> { 
> include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/vjchat/pi1/class.tx_vjchat_itemsProcFunc.php']); 
> } ?>

It seems, that the problem has been caused by short open tags in this 
extension. Just replace <? by <?php in all php-files of the extension.

Harald



More information about the TYPO3-english mailing list