Project

General

Profile

Actions

Bug #25384

closed

Fix Bug for polish hosting home.pl (dont work in BE tab web and everything in this tab)

Added by Grzegorz no-lastname-given about 13 years ago. Updated over 10 years ago.

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

0%

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

Description

If you have TYPO3 in home.pl hosting your tab WEB and all sub links (list,page,template..) can dont work but rest tabs will working ok.
You need add some change on /typo3/backend.php if you want repair this bug

remove this:
$relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);

add this:
if(PATH_site=='/') $relativeComponentPath = '../' .$absoluteComponentPath;
else $relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);

this helps me in TYPO3 4.5.2

small help for peaople how after install TYPO in this hosting can't show frontpage.
You need change index.php (look at uploaded file)

You can use this solution in other hosting if your problem are similar.

(issue imported from #M18024)


Files

index.php (2.96 KB) index.php Administrator Admin, 2011-03-24 10:40
18024.diff (734 Bytes) 18024.diff Administrator Admin, 2011-03-25 12:01
Actions

Also available in: Atom PDF