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.
Updated by Oliver Hader about 13 years ago
- Project changed from 135 to TYPO3 Core
- Category deleted (
Wizard)
Updated by Oliver Hader about 13 years ago
- Status changed from New to Resolved
- PHP Version set to 5.3
- TYPO3 Version set to 4.6
Since the "form" extension was integrated into the Core with TYPO3 4.6.0-beta1, this is not an issue anymore.
Actions