Page 1 of 2

owncloud 8 issues

Posted: Wed Sep 23, 2015 5:30 pm
by knightw2
Updated to Amahi 8, fresh install. Everything's working fine except owncloud 8:

PHP module zip not installed.
Please ask your server administrator to install the module.
PHP module GD not installed.
Please ask your server administrator to install the module.
PHP modules have been installed, but they are still listed as missing?
Please ask your server administrator to restart the web server.

Tried to figure it out on my own, noted bug #1785. Tried yum install php-pecl-zip command. Got the below error, putting it officially over my head. Any help is appreciated.

[root@localhost ~]# yum install php-pecl-zip
CRITICAL:yum.cli:Config error: Parsing file failed: File contains parsing errors: file:///etc/yum.conf
[line 13]: This is the default, if you make this bigger yum won't see if the metadata

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 5:48 pm
by bigfoot65
Two things here.

Once, did you run yum as root user or with sudo?

Secondly, try this first:

Code: Select all

yum clean metadata

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:02 pm
by knightw2
logged in as root

[root@localhost ~]# yum clean metadata
CRITICAL:yum.cli:Config error: Parsing file failed: File contains parsing errors: file:///etc/yum.conf
[line 13]: This is the default, if you make this bigger yum won't see if the metadata

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:07 pm
by bigfoot65
Have you done any manual configuration changes to anything?

Rebooted since the issue? Maybe something got stuck.

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:10 pm
by knightw2
I did try rebooting prior to posting in the forum. I have not made any manual changes.

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:14 pm
by bigfoot65
Ok, can you try this to see if you get the same error:

Code: Select all

yum update
Next please see need more information in the wiki. The more details we have the better. Please attach files or use fpaste URls versus posting several lines of text.

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:34 pm
by knightw2
I got the same error for yum update.

http://ur1.ca/nuj9c

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:42 pm
by bigfoot65
Thanks for the info.

You stated you did not make any manual configuration changes. I see that you manually installed Plex Media Server.
-rw-rw-r-- 1 root root 168 Jun 11 05:16 plex.repo
This repo or install of that RPM could be the cause of the issue. I would recommend you not enable the Plex repo as it could conflict with the Fedora 21 and Amahi repos, causing serious problems or breaking your HDA.

Not sure if you can undo this, but I am inclined to think this may be the root of your problem. It would be best if you used the Amahi Plex Media Server app as we have tested it with the current platform and OS.

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:55 pm
by cpg
can you post the url you get after running:

Code: Select all

fpaste /etc/yum.conf

Re: owncloud 8 issues

Posted: Wed Sep 23, 2015 6:59 pm
by knightw2
Ah, I forgot all about that. Sorry for the misleading info. Seems like I was having an issue getting plex to work after the update to amahi 8 and saw that it was not yet supported at the time (if memory serves), and read on the wiki how to install manually and got it working that way. Will try to figure out how to uninstall it. Thanks as always.