Ticket #73 (closed defect: fixed)
DocConvert extension does not work on imCollab
| Reported by: | Sean.McClowry | Owned by: | Xiping.Wang |
|---|---|---|---|
| Priority: | medium | Milestone: | 1.2 |
| Component: | WikiExtensions | Version: | 1.0 |
| Keywords: | Cc: | ||
| Actual Effort (in hours): | Estimated Effort (in hours): |
Description
DocConvert? does not work on imCollab. This may be an installation issue. It works on local windows platforms. The extension is currently disabled.
The README file provides information on enabling this extension and how it is to be installed.
Attachments
Change History
comment:1 Changed 3 years ago by Xiping.Wang
- Status changed from new to closed
- Resolution set to duplicate
comment:3 Changed 3 years ago by Xiping.Wang
- Status changed from closed to reopened
- Resolution duplicate deleted
comment:4 follow-up: ↓ 5 Changed 3 years ago by Xiping.Wang
Please check my comments on http://waterloo.openmethodology.org/trac/omcollab/ticket/74,
Imcollab use apache user to handle php request activity.The user "apache" has its own home directory. So we can follow the instructions of ticket #74. Make sure that there are a private configuration directory for openoffice settings.
Since I don't know the password of apache. I copy another user's setting dir into apache's home dir. So I don't need to login with apache's account.
And DocConvert? feature works in imcollab now.
But there is another problem. The action url in the form points to /w/index.php. A working url should be like as /w/index.php/Special:DocConvert. I did a quick and dirty fixing in imcollab. And I will go on.
