Autor Subiect: Help please...  (Citit de 657 ori)

Edutz

  • Novice
  • *
  • Mesaje postate: 10
Help please...
« : Februarie 12, 2009, 01:45:13 pm »
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

tiberiu

  • Novice
  • *
  • Mesaje postate: 209
    • http://www.arobs.com
Răspuns: Help please...
« Răspuns #1 : Februarie 15, 2009, 10:11:37 am »
Salut...

e relativ vechi mesajul asta... ai reusit sa faci ceva?

by the way: trebuie sa rulezi doar http://localhost/typo3/ ... ce e drept s-ar putea sa-ti faca el redirect spre calea care ai dat-o.

dupa ce creezi fisierul acela ... gol, fara extensie 'ENABLE _INSTALL_TOOL' ar trebui as mearga. Spune-mi ce se intampla.
Tiberiu Contiu
PHP System Architect
AROBS Transilvania Software
str. Minerilor, nr. 63, Cluj-Napoca

www.arobs.ro , www.arobs.com

E-mail: tiberiu.contiu(at)arobs.com , tiberiu.contiu(at)yahoo.com
Skype:  tiberiu.contiu

Edutz

  • Novice
  • *
  • Mesaje postate: 10
Răspuns: Help please...
« Răspuns #2 : Februarie 16, 2009, 09:05:54 am »
chiar si daca scriu localhost/typo3/typo3/typo3/install/ tot pagina de php mi-o deschide si imi arata eroarea de mai jos.
Am facut un fisier phpinfo.php sa vad daca imi ruleaza php-ul, l-am urcat pe wwwroot, l-am rulat, dar nu mi-a afisat nimic si tind sa cred ca este o problema de instalare php... si nu prea stiu sa instalez php. M-ai putea sfatui in directia asta, te rog?

tiberiu

  • Novice
  • *
  • Mesaje postate: 209
    • http://www.arobs.com
Răspuns: Help please...
« Răspuns #3 : Februarie 18, 2009, 08:13:55 pm »
Salut...

Linux sau Windows? De fapt, oricare ar fi sistemul de operare incearca:
http://www.apachefriends.org/en/xampp.html

Ai un instaler atat pentru Linux, cat si pentru Windows. Sunt intotdeauna ultimele versiuni stabile de php/apache/mysql.

Tiberiu Contiu
PHP System Architect
AROBS Transilvania Software
str. Minerilor, nr. 63, Cluj-Napoca

www.arobs.ro , www.arobs.com

E-mail: tiberiu.contiu(at)arobs.com , tiberiu.contiu(at)yahoo.com
Skype:  tiberiu.contiu