Actions
Bug #42829
closedExtension configuration not possible because of failed opening required file
Start date:
2012-11-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
How to reproduce:
1) Open (new) Extension Manager
2) Use 'Configure
' action for saltedpasswords
extension to open configuration
3) Fails with error:
Fatal error: require_once() [function.require]: Failed opening required '/.../typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_emconfhelper.php' (include_path='/.../typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /.../typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4376
Problem:
Pathes in typo3/sysext/saltedpasswords/ext_conf_template.txt
are wrong.
How to solve:
Adjust pathes in typo3/sysext/saltedpasswords/ext_conf_template.txt
to moved and namespaced classes (http://forge.typo3.org/issues/40096).
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16368
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16368
Updated by Tilo Baller about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5aebcab2fd10cf633d999e85bab8b23c20aaee49.
Actions