[Typo3] stuck after install on XP

Jim Ewing ewing_jim at talk21.com
Tue Oct 18 03:52:41 CEST 2005


Thanks Alan,

My initial thought was also it is configuration issue
because of path with //
I just cant spot the source of the problem.

OK my phpinfo through the install tool is

### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST           : localhost
TYPO3_HOST_ONLY     : localhost
TYPO3_PORT          : 
PATH_INFO           : 
QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI         :
/t3/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER        :
http://localhost/t3/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_HOST  : http://localhost
TYPO3_REQUEST_URL   :
http://localhost/t3/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT:
http://localhost/t3/typo3/install/index.php
TYPO3_REQUEST_DIR   :
http://localhost/t3/typo3/install/
TYPO3_SITE_URL      : http://localhost/t3/
TYPO3_SITE_SCRIPT   :
typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL           : 
SCRIPT_NAME         : /t3/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /apache_sites/testsite
SCRIPT_FILENAME     :
/apache_sites/testsite/t3/typo3/install/index.php
REMOTE_ADDR         : 127.0.0.1
REMOTE_HOST         : 
HTTP_USER_AGENT     : Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
CONST: PHP_OS       : WINNT
CONST: TYPO3_OS     : WIN
CONST: PATH_thisScri:
/apache_sites/testsite/t3/typo3/install/index.php
CONST: php_sapi_name: apache
OTHER: TYPO3_VERSION: 3.8.0
OTHER: PHP_VERSION  : 4.3.4
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif()          : 
imagepng()          : 1
imagejpeg()         : 1
imagettftext()      : 1
OTHER: IMAGE_TYPES  : 14
OTHER: memory_limit : 
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/1.3.29 (Win32) PHP/4.3.4
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /t3/typo3/install/index.php
SERVER: PATH_TRANSLA:
/apache_sites/testsite/t3/typo3/install/index.php
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib     : 1
T3CV_GFX: gdlib_png : 1
T3CV_GFX: gdlib_2   : 0
T3CV_GFX: im        : 0
T3CV_GFX: im_path   : 
T3CV_GFX: im_path_lz: 
T3CV_GFX: im_version: 0
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine: 
### DEBUG SYSTEM INFORMATION - END ###


Is 
TYPO3_DOCUMENT_ROOT : /apache_sites/testsite 
correct, should it have a trailing slash?

I have looked at the php code re loadTCA at line 3269

	function loadTCA($table)	{
		global $TCA,$LANG_GENERAL_LABELS;
		if (isset($TCA[$table]) &&
!is_array($TCA[$table]['columns']) &&
$TCA[$table]['ctrl']['dynamicConfigFile'])	{
			if
(!strcmp(substr($TCA[$table]['ctrl']['dynamicConfigFile'],0,6),'T3LIB:'))
{
			
include(PATH_t3lib.'stddb/'.substr($TCA[$table]['ctrl']['dynamicConfigFile'],6));
			} elseif
(t3lib_div::isAbsPath($TCA[$table]['ctrl']['dynamicConfigFile'])
&&
@is_file($TCA[$table]['ctrl']['dynamicConfigFile']))	{
// Absolute path...
			
include($TCA[$table]['ctrl']['dynamicConfigFile']);
			} else
include(PATH_typo3conf.$TCA[$table]['ctrl']['dynamicConfigFile']);
		}
	}

and traced back to other source code files, but cant
find a path entry, could it be misconfigured php.ini? 
I have now entered a doc root, which was previously
empty
doc_root = "c:\apache_sites\testsite\"
and see that my info.php file now has an entry of
/apache_sites/testsite/ 
where it was /apache_sites/testsite previously.
however install tool phpinfo is still
TYPO3_DOCUMENT_ROOT : /apache_sites/testsite

hope you see a clue in the above.
I'll get back to it tommorrow.

thanks

Jim




		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com



More information about the TYPO3-english mailing list