[TYPO3] trouble in BE after installing AJAX Chat

Martin Mifsud martin.mifsud at bikealert.com
Wed Sep 27 16:38:08 CEST 2006


I imagine this is because of the short_open_tag setting in php.ini

Martin

Harald Amelung wrote:
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 

-- 
Martin Mifsud



More information about the TYPO3-english mailing list