Ticket #1061 (closed defect: fixed)
Cannot install WikkaWiki in SVN trunk [PATCH]
| Reported by: | TimCas | Owned by: | unassigned |
|---|---|---|---|
| Priority: | high | Milestone: | 1.3.2 |
| Component: | installer | Version: | trunk |
| Severity: | major | Keywords: | |
| Cc: |
Description
I've identified the problem inside of WikkaMenulets.php inside of lang/en/defaults.
Problem was that the file contained all of its text in plaintext, but that text also included some <?php tags - so, instead of including the text (the installer works via include_once('...') inside of update_default_page in functions.inc.php), it was actually executing whatever was between the php tags.
This is a (admittedly a tad dirty) tested fix for that problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
