Project

General

Profile

Actions

Bug #14128

closed

Installing dummy-3.6.0RC2 on php4.3.6 fails

Added by old_matando about 20 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
-
Start date:
2004-04-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I unzip the dummy-3.6.0RC2-2.zip file to:

C:\apache\Apache2\htdocs\typo36\dummy-3.6.0RC2\
and then access it on:
localhost/typo36/dummy-3.6.0RC2

I get the following message:
"Cannot find configuration. This file is probably executed from the wrong location."

After doing some google I found this solution to that:
http://typo3.org/1422+M54defb70332.0.html

I only needed to solve this part from that message:

"
Thanks for the clue. The fix suggested in the archive did not work for me,
but in a similiar vein I hardcoded a path in index.php (line 51) from:

define("PATH_thisScript",str_replace('//','/', str_replace('\\','/',
php_sapi_name()=="cgi"||php_sapi_name()=="isapi" ?
$HTTP_SERVER_VARS["PATH_TRANSLATED"]:$HTTP_SERVER_VARS["SCRIPT_FILENAME"])))
;

To:-

define("PATH_thisScript",str_replace('//','/', str_replace('\\','/',
$HTTP_SERVER_VARS["SCRIPT_FILENAME"])));
This solves the problem, and the site now loads.
"

But even then I fail to install typo 3.6 RC2.

The error message I get after that is the one that I have uploaded with this message.

Please note that I am using the newest stable php version arround so it would be odd to make this version gold.

http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/45129/
(issue imported from #M37)


Files

0000037-phpinfo.zip (13.7 KB) 0000037-phpinfo.zip Administrator Admin, 2004-04-29 17:02
Actions #1

Updated by Robert Lemke about 20 years ago

Ingmar, you've been involved with the thread he's mentioning, maybe you know more?

robert

Actions #2

Updated by old_root old_root about 20 years ago

This bug depends on those nasty path problems so I've marked it as a duplicate of 0000018.

Changing priority to URGENT.

Actions #3

Updated by Karsten Dambekalns almost 20 years ago

Hm. The bug #14112 has been resolved and fixed, so this one could be closed as well, no?

Actions #4

Updated by Ingmar Schlecht almost 20 years ago

this bug has been resolved in version 3.6.2

Actions

Also available in: Atom PDF