Bug #3219
J1.0/M4.6 : CB171 modules do not install on Joomla 1.0 and Mambo
| Status: | Closed | Start date: | 02/03/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | nant | % Done: | 100% |
|
| Category: | - | |||
| Target version: | CB 1.8 | Estimated time: | 0.30 hour |
Description
outer xml file of module should not have client="site" in mosinstall tag.
So:
<mosinstall type="module" version="1.0.0" client="site" method="upgrade">
should be:
<mosinstall type="module" version="1.0.0" method="upgrade">
History
Updated by beat 3 months ago
- Subject changed from CB171 modules do not install on Joomla 1.0 and Mambo to J1.0/M4.6 : CB171 modules do not install on Joomla 1.0 and Mambo
- Status changed from New to Resolved
- Assignee set to nant
- % Done changed from 0 to 100
- Estimated time set to 0.30
r1683 should fix this. (removed method="upgrade" for mambo too.
Please feedback.