Project

General

Profile

Actions

Bug #40572

closed

BE modules 'db check' and 'configuration' not working on windows

Added by Thomas Deinhamer almost 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2012-09-03
Due date:
% Done:

0%

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

Description

I'm running TYPO3 4.7.4 on my local Windows 7 PC via Apache and PHP 5.3
and for me it's not able to load the two modules 'DB check' and 'configuration'.

There is a weird redirect to a URL called "http://typo3-4.7/typo3/sysext/lowlevel/ctypo3/index.php".

I dug a bit into it and it seems the problem is somehwere in the file
"\typo3-4.7\typo3\init.php", where the path-determination-magic happens.

The weird redirect happens on line 132:

header('Location: '.str_replace($thisPath_base, $mainPath_base, $script_name));

As far as I understand one of the two if statements on
line 108-114 should be called when in MODULE context,
(Not sure about that.) but in my case both if statements are false.

I guess the path determination for windows is broken somewhere.

Actions

Also available in: Atom PDF