sorry, dass ich einen neuen thread aufmache, bin nicht draufgekommen, wie ich den titel bei meiner ursprünglichen frage ändern kann.

anscheinend will typo3 gar nicht funktionieren auf meinem neuen rechner, habe es nun nämlich mit einer "leeren" neuinstallation versucht, ohne die inhalte meines vom alten notebook migrierten t3 zu verwenden fürs erste.

installation ist ansonsten gleich und verlief fehlerfrei.

eckdaten system neu:
dell xps13, win7home pro 64bit
xampp, aktuelle version, php version 5.4.4
typo3, 4.7.1 src+dummy

eckdaten system alt:
lenovo thinkpad x201t, win7pro 64bit
xampp, php version 5.3.8
typo3, 4.7.1 src+dummy

php.ini:
php_openssl.dll ist aktiv,
max_execution_time = 360

fehler lauten wie folgt:



Code:
Uncaught TYPO3 Exception#1: PHP Runtime Notice: Non-static method tslib_cObj::getKey() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_menu.php line 178 (More information)


t3lib_error_Exception thrown in file
C:\xampp\htdocs\wet2\mytypo3website\t3lib\error\class.t3lib_error_errorhandler.php in line 107.


10 t3lib_error_ErrorHandler::handleError(2048, "Non-static method tslib_cObj::getKey() should not …atically, assuming $this from incompatible context", "C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_menu.php", 178, array)


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_menu.php:
00176:    }
00177:     // EntryLevel
00178:    $this->entryLevel = tslib_cObj::getKey (
00179:     isset($conf['entryLevel.'])
00180:     ? $this->parent_cObj->stdWrap($conf['entryLevel'], $conf['entryLevel.'])


9 tslib_menu::start(t3lib_TStemplate, t3lib_pageSelect, "", array, 1)


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\content\class.tslib_content_hierarchicalmenu.php:
00067:     $menu = t3lib_div::makeInstance('tslib_' . $cls);
00068:     $menu->parent_cObj = $this->cObj;
00069:     $menu->start($GLOBALS['TSFE']->tmpl, $GLOBALS['TSFE']->sys_page, '', $conf, 1);
00070:     $menu->makeMenu();
00071: 


8 tslib_content_HierarchicalMenu::render(array)


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_content.php:
00588:      $contentObject = $this->getContentObject($name);
00589:      if ($contentObject) {
00590:       $content .= $contentObject->render($conf);
00591:      } else {
00592:         // call hook functions for extra processing


7 tslib_cObj::cObjGetSingle("HMENU", array, "subparts.navi")


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\content\class.tslib_content_template.php:
00175:       $theValue['conf'],
00176:       'subparts.' . $theKey
00177:      );
00178:     }
00179:     $this->cObj->data[$this->cObj->currentValKey] = ''; // Reset current to empty


6 tslib_content_Template::render(array)


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_content.php:
00588:      $contentObject = $this->getContentObject($name);
00589:      if ($contentObject) {
00590:       $content .= $contentObject->render($conf);
00591:      } else {
00592:         // call hook functions for extra processing


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


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_content.php:
00535:     if (intval($theKey) && !strstr($theKey, '.')) {
00536:      $conf = $setup[$theKey . '.'];
00537:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey); // Get the contentObject
00538:     }
00539:    }


4 tslib_cObj::cObjGet(array)


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\class.tslib_pagegen.php:
00257:   $GLOBALS['TT']->incStackPointer();
00258:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00259:    $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00260: 
00261:    if ($GLOBALS['TSFE']->pSetup['wrap']) {$pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);}


3 TSpagegen::renderContent()


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\pagegen.php:
00072: if (!$GLOBALS['TSFE']->isINTincScript())  {
00073:  $TT->push('pagegen.php, render');
00074:  TSpagegen::renderContent();
00075:  $GLOBALS['TSFE']->setAbsRefPrefix();
00076:  $TT->pull();


2 include("C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\pagegen.php")


C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\index_ts.php:
00351:    include($temp_theScript);
00352:   } else {
00353:    include(PATH_tslib.'pagegen.php');
00354:   }
00355:   $TSFE->generatePage_postProcessing();


1 require("C:\xampp\htdocs\wet2\mytypo3website\typo3\sysext\cms\tslib\index_ts.php")


C:\xampp\htdocs\wet2\mytypo3website\index.php:
00076: // ******************
00077: 
00078: require (PATH_tslib.'index_ts.php');
00079: 
00080: ?>