Page 1 of 1

N4F 9.0.3 and Owncloud 8.0.2 Error: Not XMLWriter PHP module installed

Posted: 01 Apr 2015 16:12
by jag123
I installed N4F version 9.0.3 and Owncloud 8.0.2 OC and the first connection gives me the message:
"Not XMLWriter PHP module installed.
Ask your server administrator to install the module.
PHP modules were installed, but still listed as missing?
Ask the administrator to restart the web server "

Not to do. Any suggestions? Thank You

Re: N4F 9.0.3 and Owncloud 8.0.2 Error: Not XMLWriter PHP module installed

Posted: 01 Apr 2015 22:11
by ernie
Same for me, and I don t know why.
Perhaps the version of Xml writer is not the right.

Re: N4F 9.0.3 and Owncloud 8.0.2 Error: Not XMLWriter PHP module installed

Posted: 02 Apr 2015 02:23
by jollmon
Check this page here > https://forum.owncloud.org/viewtopic.ph ... a&start=10

I am not running Owncloud but seems like the correct answer from my perspective as a php developer.

SOLVED Re: N4F 9.0.3 and Owncloud 8.0.2 Error: Not XMLWriter PHP module installed

Posted: 05 Apr 2015 20:47
by jag123
Thanks for your reply, jollmon. I read the post you suggested
https://forum.owncloud.org/viewtopic.ph ... a&start=10 and I did these steps:

1. With putty I entered the jail and I stopped the database with:

root@ownCloud: / # /usr/local/etc/rc.d/lighttpd OneStop

2. I ran the command (by post)

root@ownCloud: / # pkg install php5-XmlWriter

3. I restarted the database again with

root@ownCloud: / # /usr/local/etc/rc.d/lighttpd onestart

and OC has started smoothly.