Bug #16789
Install tool Option [adminOnly] = -1 shuts down Install tool
| Status: | Accepted | Start date: | 2006-12-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Michael Stucki | % Done: | 0% |
|
| Category: | Install Tool | |||
| Target version: | - | |||
| TYPO3 Version: | 4.4 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
Seting adminOnly to "-1" kills the install tool. The BE / install tool can only be enabled by editing localconf.php.
This is rather nasty under some circumstances and should be implemented in a way so that only the BE is disabled!
(issue imported from #M4658)
Related issues
| related to Core - Bug #22500: No Message shown when accessing backend if TYPO3_CONF_VAR... | Closed | 2010-04-22 |
History
Updated by Marc Wöhlken over 6 years ago
Wrong category, please move to "Installtool"
Updated by Michael Stucki over 6 years ago
The attached patch should fix this:
0 = no action (default)
1 = admin only
2 = no be users
-1 = no BE, no Install Tool
Updated by Chris topher about 3 years ago
I just tested this with current trunk and it still is an issue.
Updated by Alexander Opitz 16 days ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Marc Wöhlken 14 days ago
Tested this bug against TYPO3 6.0.4 and 4.5.25 and it is still present in those releases.
Updated by Alexander Opitz 14 days ago
- Status changed from Needs Feedback to Accepted