Salut! Sunt incepator cu Typo3 si am intampinat o dificultate.
Mi-am instalat Typo3, am pus pachetul de dummy+source la mine local in wwwroot si cand vreau sa accesez localhost/typo3/typo3/typo3/install/index.php imi deschide pagina dar imi arata urmatorul text:
* @package TYPO3 * @subpackage core */ // ************************************************************************** // Insert some security here, if you don't trust the Install Tool Password: // ************************************************************************** error_reporting (E_ALL ^ E_NOTICE); $PATH_thisScript = str_replace('//','/', str_replace('\\','/', (php_sapi_name()=='cgi'||php_sapi_name()=='isapi' ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])? ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])

$_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME']))); // Only allow Install Tool access if the file "typo3conf/ENABLE_INSTALL_TOOL" is found $enableInstallToolFile = dirname(dirname(dirname($PATH_thisScript))).'/typo3conf/ENABLE_INSTALL_TOOL'; // Change 1==2 to 1==1 if you want to lock the Install Tool regardless of the file ENABLE_INSTALL_TOOL if (1==2 || ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !@is_file($enableInstallToolFile))) { die('The Install Tool is locked.
Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL
This file may simply be empty.
For security reasons, it is highly recommended to rename
or delete the file after the operation is finished.'); } // ***************************************************************************** // Defining constants necessary for the install-script to invoke the installer // ***************************************************************************** define('TYPO3_MOD_PATH', 'install/'); $BACK_PATH='../'; // Defining this variable and setting it non-false will invoke the install-screen called from init.php define('TYPO3_enterInstallScript', '1'); require ('../init.php'); ?>
Chiar nu stiu ce trebuie sa fac... sau cum sa fac de aici... am facut fisierul care mi-l cere si l-am pus in typo3conf, dar nici asa nu-mi merge...
Ma poate ajuta cineva, va rog?
Multumesc