Project

General

Profile

Actions

Bug #24151

closed

conf.php files aren't corrected when installing extensions

Added by Rob Vonk over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-21
Due date:
% Done:

0%

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

Description

I installed the dummy package on a clean typo3 created database with the src tgz file.

When i install an extension the conf.php files aren't correctly created. The mod1/conf.php file from templavoila looks like this:

define('TYPO3_MOD_PATH', 'templavoila/mod1/');
$BACK_PATH='';

and it should be:

define('TYPO3_MOD_PATH', '../typo3conf/ext/templavoila/mod1/');
$BACK_PATH='../../../../typo3/';

Tried it twice with a clean installl

Typo3 is installed in this folder:

/var/www/public_html/typo3

Basic configuration shows all paths correct

Apache/2.2.14 (Ubuntu)
php 5.3.2-1ubuntu4.5 with Suhosin Patch 0.9.9.1
(issue imported from #M16495)


Files

16495.patch (2.87 KB) 16495.patch Administrator Admin, 2010-11-21 15:39

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #24187: Udpdated Templavoila to 1.5.2 and can't load pages in the back end.ClosedBenni Mack2010-11-23

Actions
Actions

Also available in: Atom PDF