Hallo Roland, 

nur für alle Fälle:
- Arbeitest du mit Symlinks? Sind die richtig gesetzt?
- Die Rechte für die typo3conf,typo3temp (usw.) sind richtig gesetzt, so dass 
der Apache auch Zugriff hat?

Vielleicht auch für dein Problem interessant:
http://wowa-webdesign.de/typo3/typo3-fatal-error-uncaught-exception-runtimeexception-with-message-lock-file-could-not-be-created-eine-loesung/

Ich hab mein erstes TYPO3 hiermit aufgesetzt ( allerding auf einem 
CentOS-Server...)
http://wowa-webdesign.de/typo3/typo3-tutorial-teil-08-installation-auf-einem-linux-system/

Schöne Grüße,
Cigdem

-----Ursprüngliche Nachricht-----
Von: typo3-german-boun...@lists.typo3.org 
[mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Roland
Gesendet: Mittwoch, 10. Juli 2013 12:10
An: typo3-german@lists.typo3.org
Betreff: [TYPO3-german] installation: newbie sucht hilfe bei installation

Hallo liebes typo3-Forum,

erstmal kurz zu meinem Wissensstand. Ich nutze seit ganz kurzem Linux Mint 15. 
Davon würd ich auch ungern abweichen, da ich mich gerade an das OS gewöhnt 
habe. Webdesign ist kein komplettes Neuland für mich und ich kann ein wenig 
scripten. (PHP, jQuery, JS, HTML/CSS). Schöne und auch ein wenig interaktive 
Websites kann ich bauen aber durch die Architektur eines CMS steige ich (noch) 
nicht durch. Ich bin totaler Neuling, was typo3 angeht und habe untenstehende, 
riesige Fehlerliste bei dem versuch im Firefox über "localhost/typo3-ordner" 
die Installation des typo3 intro-package zu starten. Ich habe bewusst die 
ältere Version (4.5) gewählt, da diese von einem Verband genutzt wird, bei dem 
ich mich gerade als Bildungsreferent bewerbe.
Im Browser werden 11 Fehler angezeigt (siehe unten von 11-1). Kann mir jemand 
einen Hinweis geben, welche Literatur ich zurate ziehen muss, um diese Fehler 
zu beseitigen? Oder über welches Tutorial ich das ganze noch mal installieren 
kann? Englisch ist kein Hindernis.

Ich hatte bisher nie Probleme Programme oder auch Joomla zu installieren. Auch 
mit der Kommandozeile in Linux komme ich gang gut klar (mein erster Computer 
war ein C64, daher keine Berührungsängste).
Die ENABLE_INSTALL_TOOL-Datei habe ich mit Schreiberechten ausgestattet, memory 
(in der php.ini war das, glaube ich) steht auf 128MB und ich habe nachträglich 
in PHP cURL aktiviert. Alle recommendations in der Datei install.txt habe ich 
beachtet, dennoch kommt keine Install-Page, sondern die Fehlermeldungen.

Schon mal vielen Dank im Voraus
Roland

Hier also die Page, die mir angezeigt wird, wenn eigentlich der Install-Screen 
da stehen soll:



Uncaught TYPO3 Exception
Lock file could not be created

Exception thrown in file
/var/www/typo3/typo3_src-4.5.27/t3lib/class.t3lib_lock.php in line 162.

11 t3lib_lock::acquire()


/var/www/typo3/typo3_src-4.5.27/t3lib/class.t3lib_div.php:

06059:    /** @var t3lib_lock $lockObject */
06060:    $lockObject->setEnableLogging(FALSE);

06061:    $lockObject->acquire();

06062:    $file = @fopen($destination, 'a');
06063:    if ($file) {


10 t3lib_div::deprecationLog("t3lib_timeTrack->debug_typo3PrintError() - since 
T...o3_src-4.5.27/t3lib/class.t3lib_timetrack.php#563)")


/var/www/typo3/typo3_src-4.5.27/t3lib/class.t3lib_div.php:

06128:   $logMsg .= '() - ' . $msg.' - ' . t3lib_utility_Debug::debugTrail();
06129:   $logMsg .= ' (' . substr($function->getFileName(), strlen(PATH_site)) 
. '#' . $function->getStartLine() . ')';

06130:   self::deprecationLog($logMsg);

06131:  }
06132: 


9 t3lib_div::logDeprecatedFunction()


/var/www/typo3/typo3_src-4.5.27/t3lib/class.t3lib_timetrack.php:

00565:    $errorMessage = 'alert(\'' . t3lib_div::slashJS($header . '\n' . 
$text) . '\');';
00566:   } else {

00567:    t3lib_div::logDeprecatedFunction();

00568:    $messageObj = 
t3lib_div::makeInstance('t3lib_message_ErrorPageMessage', $text, $header);
00569:    $errorMessage = $messageObj->render();


8 t3lib_timeTrack::debug_typo3PrintError("Error", "TYPO3 Fatal Error: 
/var/www/typo3/typo3conf/localconf.php is not writable!", boolean, 
"http://localhost/typo3/";)


/var/www/typo3/typo3_src-4.5.27/typo3/sysext/dbal/class.tx_dbal_autoloader.php:

00151:    $header = 'Error';
00152:    $message = $e->getMessage();

00153:    t3lib_timeTrack::debug_typo3PrintError($header, $message, FALSE, 
t3lib_div::getIndpEnv('TYPO3_SITE_URL'));

00154:    exit;
00155:   }


7 
tx_dbal_autoloader::updateExtensionList("info,perm,func,filelist,about,tsconfig_help,contex...n,t3editor,reports,felogin,introduction,adodb,dbal")


/var/www/typo3/typo3_src-4.5.27/typo3/sysext/dbal/class.tx_dbal_autoloader.php:

00094:    $extList[] = 'dbal';
00095:   }

00096:   $this->updateExtensionList(implode(',', $extList));

00097:  }
00098: 


6 tx_dbal_autoloader::activateDbal()


/var/www/typo3/typo3_src-4.5.27/typo3/sysext/dbal/class.tx_dbal_autoloader.php:

00048:     case 1:
00049:      if (!t3lib_extMgm::isLoaded('dbal') && $this->isDbalSupported()) {

00050:       $this->activateDbal();

00051: 
00052:       // Reload page to have Install Tool actually load DBAL


5 tx_dbal_autoloader::execute(tx_install)


/var/www/typo3/typo3_src-4.5.27/typo3/sysext/dbal/class.tx_dbal_autoloader.php:

00165: // Make instance:
00166: $SOBE = t3lib_div::makeInstance('tx_dbal_autoloader');

00167: $SOBE->execute($this);

00168: ?>


4 
include("/var/www/typo3/typo3_src-4.5.27/typo3/sysext/dbal/class.tx_dbal_autoloader.php")


/var/www/typo3/typo3_src-4.5.27/typo3/sysext/install/mod/class.tx_install.php:

00300:   $dbalLoaderFile = $this->backPath . 
'sysext/dbal/class.tx_dbal_autoloader.php';
00301:   if (@is_file($dbalLoaderFile)) {

00302:    include($dbalLoaderFile);

00303:   }
00304: 


3 tx_install::tx_install()


/var/www/typo3/typo3_src-4.5.27/t3lib/class.t3lib_div.php:

05374:    $instance = $reflectedClass->newInstanceArgs($constructorArguments);
05375:   } else {

05376:    $instance = new $finalClassName;

05377:   }
05378: 


2 t3lib_div::makeInstance("tx_install")


/var/www/typo3/typo3_src-4.5.27/typo3/init.php:

00359: 
00360:  
require_once(t3lib_extMgm::extPath('install').'mod/class.tx_install.php');

00361:  $install_check = t3lib_div::makeInstance('tx_install');

00362:  $install_check->allowUpdateLocalConf = 1;
00363:  $install_check->init();


1 require("/var/www/typo3/typo3_src-4.5.27/typo3/init.php")


/var/www/typo3/typo3_src-4.5.27/typo3/install/index.php:

00150:  // Defining this variable and setting it non-false will invoke the 
install-screen called from init.php
00151: define('TYPO3_enterInstallScript', '1');

00152: require ('../init.php');

00153: 
00154: ?>





_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an