Versuche gerade Type3 unter Xampp zu installieren. und bekomme folgendes angezeigt.
#1294587482: TYPO3 Installation Error: The following PHP module(s) is/are missing: <em>openssl</em><br /><br />You need to install and enable these modules first to be able to install TYPO3. (More information)
RuntimeException thrown in file
C:\xampp\htdocs\Design\typo3\sysext\install\mod\class.tx_install.php in line 204.
3 tx_install::__construct()
C:\xampp\htdocs\Design\t3lib\class.t3lib_div.php:
04847: $instance = $reflectedClass->newInstanceArgs($constructorArguments);
04848: } else {
04849: $instance = new $finalClassName;
04850: }
04851:
2 t3lib_div::makeInstance("tx_install")
C:\xampp\htdocs\Design\typo3\init.php:
00342:
00343: require_once(t3lib_extMgm::extPath('install').'mod/class.tx_install.php');
00344: $install_check = t3lib_div::makeInstance('tx_install');
00345: $install_check->allowUpdateLocalConf = 1;
00346: $install_check->init();
1 require("C:\xampp\htdocs\Design\typo3\init.php")
C:\xampp\htdocs\Design\typo3\install\index.php:
00145: // Defining this variable and setting it non-false will invoke the install-screen called from init.php
00146: define('TYPO3_enterInstallScript', '1');
00147: require ('../init.php');
00148:
00149: ?>
Alle anderen CMS laufen auf dem Rechner, Typo3 macht aber Probleme. Wordpress, das Bullit ohne Probleme
#1294587482: TYPO3 Installation Error: The following PHP module(s) is/are missing: <em>openssl</em><br /><br />You need to install and enable these modules first to be able to install TYPO3. (More information)
RuntimeException thrown in file
C:\xampp\htdocs\Design\typo3\sysext\install\mod\class.tx_install.php in line 204.
3 tx_install::__construct()
C:\xampp\htdocs\Design\t3lib\class.t3lib_div.php:
04847: $instance = $reflectedClass->newInstanceArgs($constructorArguments);
04848: } else {
04849: $instance = new $finalClassName;
04850: }
04851:
2 t3lib_div::makeInstance("tx_install")
C:\xampp\htdocs\Design\typo3\init.php:
00342:
00343: require_once(t3lib_extMgm::extPath('install').'mod/class.tx_install.php');
00344: $install_check = t3lib_div::makeInstance('tx_install');
00345: $install_check->allowUpdateLocalConf = 1;
00346: $install_check->init();
1 require("C:\xampp\htdocs\Design\typo3\init.php")
C:\xampp\htdocs\Design\typo3\install\index.php:
00145: // Defining this variable and setting it non-false will invoke the install-screen called from init.php
00146: define('TYPO3_enterInstallScript', '1');
00147: require ('../init.php');
00148:
00149: ?>
Alle anderen CMS laufen auf dem Rechner, Typo3 macht aber Probleme. Wordpress, das Bullit ohne Probleme