Bug #13989
xajax-Extension required
| Status: | Closed | Start date: | 2011-03-23 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefan Froemken | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Got a error with the first FE-Call.
The extension xajax is required, installation process of the extension hasn't mentioned that.
Should be included in the requirements
History
Updated by Christian Buelter about 2 years ago
- Status changed from New to Closed
xajax is already a requirement. Extension manager asks to install xajax (testet with TYPO3 4.3).
'constraints' => array(
'depends' => array(
'xajax' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),Updated by Nadine Schwingler about 2 years ago
ok,
4.5.2 installed the extension without notification
Updated by Stefan Froemken about 2 years ago
- Assignee set to Stefan Froemken
- % Done changed from 0 to 100
In some cases the dependancy-checker installs xajax 0.1.3. In this version some funktions are missing. I just have added some versionnumbers to section depents in ext_emconf.php. Now it should work
Commited to trunk 46223
Stefan