NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Retired_Member
Sep 04, 2015Help to install Pydio 6.0.x
Hello, I have tried to install Super_Poussin Pydio app from the community Dropbox, but everytime I get a "failed install" error message. I have tried by SSH to update PHP, but still no luck. ...
- Retired_MemberSep 04, 2015
ok I found the solution :
nano /etc/apt/sources.list
add
deb http://packages.dotdeb.org wheezy-php56-zts all deb-src http://packages.dotdeb.org wheezy-php56-zts all
apt-get update
if you get an error like:
GPG error: http://packages.dotdeb.org wheezy-php56 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
then :
wget http://www.dotdeb.org/dotdeb.gpg apt-key add dotdeb.gpg
and again
apt-get update
then :
apt-get install php5
check you on PHP 5.6.x
php -v
if all's good restart apache:
service apache2 restart
and then try to install again Pydio 6.0.x from the GUI
Best!
Retired_Member
Sep 04, 2015I have succesfully install php 5.6, but I still can't install Pydio
root@Grp-M_NAS:~# php --version PHP 5.6.12-1~dotdeb+7.1 (cli) (built: Aug 8 2015 01:28:25) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
Also as advertised, Owncloud is indeed not possible to install anymore
Retired_Member
Sep 04, 2015ok I found the solution :
nano /etc/apt/sources.list
add
deb http://packages.dotdeb.org wheezy-php56-zts all deb-src http://packages.dotdeb.org wheezy-php56-zts all
apt-get update
if you get an error like:
GPG error: http://packages.dotdeb.org wheezy-php56 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
then :
wget http://www.dotdeb.org/dotdeb.gpg apt-key add dotdeb.gpg
and again
apt-get update
then :
apt-get install php5
check you on PHP 5.6.x
php -v
if all's good restart apache:
service apache2 restart
and then try to install again Pydio 6.0.x from the GUI
Best!
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!