× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Help to install Pydio 6.0.x

Retired_Member
Not applicable

Help 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.

 

Would you have any idea to help me ?

 

I have an RN516 on the 6.2.4 firmware

 

Thanks in advance for any help !

 

Best !

Message 1 of 3

Accepted Solutions
Retired_Member
Not applicable

Re: Help to install Pydio 6.0.x

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!

View solution in original post

Message 3 of 3

All Replies
Retired_Member
Not applicable

Re: Help to install Pydio 6.0.x

I 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 

Message 2 of 3
Retired_Member
Not applicable

Re: Help to install Pydio 6.0.x

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!

Message 3 of 3
Top Contributors
Discussion stats
  • 2 replies
  • 4215 views
  • 0 kudos
  • 1 in conversation
Announcements