tmpl->setup['config.']; $titleTagWrap = $config['titleTagWrap']; $titleTagContent=''; if($GLOBALS['TSFE']->page['subtitle']) $titleTagContent.=$GLOBALS['TSFE']->page['subtitle']; else $titleTagContent.=$GLOBALS['TSFE']->page['title']; return $titleTagContent.' '.$titleTagWrap; } } ?> TYPO3 Exception
Uncaught TYPO3 Exception
#1: PHP : Function ereg_replace() is deprecated in /var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/smash247_ext_tt_news/pi1/class.tx_smash247extttnews_pi1.php line 381

t3lib_error_Exception thrown in file
/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/t3lib/error/class.t3lib_error_errorhandler.php in line 101.

30 t3lib_error_ErrorHandler::handleError(8192, "Function ereg_replace() is deprecated", "/var/www/vhosts/smash247.com/httpdocs/typo3/typo3cext_tt_news/pi1/class.tx_smash247extttnews_pi1.php", 381, array)
29 ereg_replace()

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/smash247_ext_tt_news/pi1/class.tx_smash247extttnews_pi1.php:
00379:     
00380:     //Video Link zu Kyte im Code (aus setup) ersetzen
00381:     $kyteVideoCode = ereg_replace("###CHANNEL###",$channel,$this->conf["kyte."]["videocode"]); 
00382:     
00383:     //Hintergrundbild für Video (sichtbar bis Video geladen) setzen = Vorschaubild aus Listenansicht

28 tx_smash247extttnews_pi1::getKyteVideo(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/smash247_ext_tt_news/pi1/class.tx_smash247extttnews_pi1.php:
00087:    
00088:    //DETAILS VIDEO
00089:    $markerArray['###NEWS_VIDEO###'] = $this->getKyteVideo($row);
00090:    //ABSTAND VIDEO ZU BILDERN
00091:    if($markerArray['###NEWS_VIDEO###'] != "" && $markerArray['###NEWS_IMAGE###'] !=""){

27 tx_smash247extttnews_pi1::extraItemMarkerProcessor(array, array, array, tx_ttnews)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
01744:    foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraItemMarkerHook'] as $_classRef) {
01745:     $_procObj = & t3lib_div::getUserObj($_classRef);
01746:     $markerArray = $_procObj->extraItemMarkerProcessor($markerArray, $row, $lConf, $this);
01747:    }
01748:   }

26 tx_ttnews::getItemMarkerArray(array, array, "displaySingle")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
01166:    $this->categories = array();
01167:    $this->categories[$row['uid']] = $this->getCategories($row['uid']);
01168:    $markerArray = $this->getItemMarkerArray($row, $lConf, 'displaySingle');
01169:    // Substitute
01170:    $content = $this->cObj->substituteMarkerArrayCached($item, $markerArray, array(), $wrappedSubpartArray);

25 tx_ttnews::displaySingle()

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3conf/ext/tt_news/pi/class.tx_ttnews.php:
00169:     case 'SINGLE' :
00170:     case 'SINGLE2' :
00171:      $content .= $this->displaySingle();
00172:      break;
00173:     case 'VERSION_PREVIEW' :

24 tx_ttnews::main_news("", array)
23 call_user_func_array(array, array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
06625:     if (is_object($classObj) && method_exists($classObj, $parts[1])) {
06626:      $classObj->cObj = $this;
06627:       $content = call_user_func_array(array($classObj, $parts[1]), array($content, $conf));
06628:     } else {
06629:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

22 tslib_cObj::callUserFunction("tx_ttnews->main_news", array, "")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00787:     }
00788:     $this->includeLibs($conf);
00789:     $tempContent = $this->callUserFunction($conf['userFunc'], $conf, '');
00790:     if ($this->doConvertToUserIntObject) {
00791:      $this->doConvertToUserIntObject = false;

21 tslib_cObj::USER(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00618:       break;
00619:       case 'USER':
00620:        $content.=$this->USER($conf);
00621:       break;
00622:       case 'USER_INT':

20 tslib_cObj::cObjGetSingle("USER", array, "plugin.tt_news")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00529:      // Getting the cObject
00530:     $GLOBALS['TT']->incStackPointer();
00531:      $content.=$this->cObjGetSingle($name,$conf,$key);
00532:     $GLOBALS['TT']->decStackPointer();
00533:    } else {

19 tslib_cObj::cObjGetSingle("< plugin.tt_news", NULL, "0")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
01664:     $key = strlen($conf[$key]) ? $key : 'default';
01665:     $name = $conf[$key];
01666:     $theValue = $this->cObjGetSingle($name,$conf[$key.'.'], $key);
01667:     if ($conf['stdWrap.']) {
01668:      $theValue = $this->stdWrap($theValue,$conf['stdWrap.']);

18 tslib_cObj::CASEFUNC(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00596:       break;
00597:       case 'CASE':
00598:        $content.=$this->CASEFUNC($conf);
00599:       break;
00600:       case 'LOAD_REGISTER':

17 tslib_cObj::cObjGetSingle("CASE", array, "9")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
01664:     $key = strlen($conf[$key]) ? $key : 'default';
01665:     $name = $conf[$key];
01666:     $theValue = $this->cObjGetSingle($name,$conf[$key.'.'], $key);
01667:     if ($conf['stdWrap.']) {
01668:      $theValue = $this->stdWrap($theValue,$conf['stdWrap.']);

16 tslib_cObj::CASEFUNC(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00596:       break;
00597:       case 'CASE':
00598:        $content.=$this->CASEFUNC($conf);
00599:       break;
00600:       case 'LOAD_REGISTER':

15 tslib_cObj::cObjGetSingle("CASE", array, "20")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00491:     if (intval($theKey) && !strstr($theKey,'.')) {
00492:      $conf=$setup[$theKey.'.'];
00493:      $content.=$this->cObjGetSingle($theValue,$conf,$addKey.$theKey); // Get the contentObject
00494:     }
00495:    }

14 tslib_cObj::cObjGet(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00743:      if ($this->checkIf($conf['if.'])) {
00744:       $this->includeLibs($conf);
00745:       $content = $this->cObjGet($conf);
00746:       if ($conf['wrap']) {
00747:        $content = $this->wrap($content, $conf['wrap']);

13 tslib_cObj::COBJ_ARRAY(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00548:       case 'COBJ_ARRAY':
00549:       case 'COA':
00550:        $content.=$this->COBJ_ARRAY($conf);
00551:       break;
00552:       case 'COA_INT':

12 tslib_cObj::cObjGetSingle("COA", array, "list")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
01664:     $key = strlen($conf[$key]) ? $key : 'default';
01665:     $name = $conf[$key];
01666:     $theValue = $this->cObjGetSingle($name,$conf[$key.'.'], $key);
01667:     if ($conf['stdWrap.']) {
01668:      $theValue = $this->stdWrap($theValue,$conf['stdWrap.']);

11 tslib_cObj::CASEFUNC(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00596:       break;
00597:       case 'CASE':
00598:        $content.=$this->CASEFUNC($conf);
00599:       break;
00600:       case 'LOAD_REGISTER':

10 tslib_cObj::cObjGetSingle("CASE", array, "tt_content")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00529:      // Getting the cObject
00530:     $GLOBALS['TT']->incStackPointer();
00531:      $content.=$this->cObjGetSingle($name,$conf,$key);
00532:     $GLOBALS['TT']->decStackPointer();
00533:    } else {

9 tslib_cObj::cObjGetSingle("<tt_content", NULL, "")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
01353:         $this->lastChanged($row['tstamp']);
01354:         $cObj->start($row,$conf['table']);
01355:         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
01356:         $cobjValue .= $tmpValue;
01357:        }

8 tslib_cObj::CONTENT(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00575:       break;
00576:       case 'CONTENT':
00577:        $content.=$this->CONTENT($conf);
00578:       break;
00579:       case 'RECORDS':

7 tslib_cObj::cObjGetSingle("CONTENT", array, "subparts.content")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
02556:      $this->data[$this->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_'.$theKey];
02557:       // Get subpart cObject and substitute it!
02558:      $subpartArray[$PRE.$theKey.$POST] = $this->cObjGetSingle($theValue['name'],$theValue['conf'],'subparts.'.$theKey);
02559:     }
02560:     $this->data[$this->currentValKey] = ''; // Reset current to empty

6 tslib_cObj::TEMPLATE(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00624:       break;
00625:       case 'TEMPLATE':
00626:        $content.=$this->TEMPLATE($conf);
00627:       break;
00628:       case 'EDITPANEL':

5 tslib_cObj::cObjGetSingle("TEMPLATE", array, "10")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php:
00491:     if (intval($theKey) && !strstr($theKey,'.')) {
00492:      $conf=$setup[$theKey.'.'];
00493:      $content.=$this->cObjGetSingle($theValue,$conf,$addKey.$theKey); // Get the contentObject
00494:     }
00495:    }

4 tslib_cObj::cObjGet(array)

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_pagegen.php:
00315:   $GLOBALS['TT']->incStackPointer();
00316:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00317:    $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00318: 
00319:    if ($GLOBALS['TSFE']->pSetup['wrap']) {$pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);}

3 TSpagegen::renderContent()

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/pagegen.php:
00075: if (!$GLOBALS['TSFE']->isINTincScript())  {
00076:  $TT->push('pagegen.php, render');
00077:  TSpagegen::renderContent();
00078:  $GLOBALS['TSFE']->setAbsRefPrefix();
00079:  $TT->pull();

2 include("/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/pagegen.php")

/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/index_ts.php:
00437:    include($temp_theScript);
00438:   } else {
00439:    include(PATH_tslib.'pagegen.php');
00440:   }
00441:   $TSFE->generatePage_postProcessing();

1 require("/var/www/vhosts/smash247.com/httpdocs/typo3/typo3_src-4.3.1/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/smash247.com/httpdocs/typo3/index.php:
00078: // ******************
00079: 
00080: require (PATH_tslib.'index_ts.php');
00081: 
00082: ?>