Actions
Bug #27856
closedWizard: Does not work if installed global
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2011-07-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
FormWizard
Complexity:
Is Regression:
Sprint Focus:
Description
The wizard won't work if Extension is not installed locally.
Error: PHP Fatal error: require(): Failed opening required '/path/to/vhost/domain.com/http/typo3/init.php' in [...] typo3/ext/form/Classes/Controller/Wizard.php on line 33
The error is caused by hardcoded 'typo3conf' in mod_path.
There are existing solutions about this problem in general.
Actions