NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
sunsina
Aug 13, 2015Guide
Any plan for officially upgrading pydio and php?
I am wondering why the appications on the application market OS 6.3.5 are so outdated. As an example Pydio is very outdated (v5.2.3) and the latest version is 6.0.8 (which recommends php >5.6.x) Ne...
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!
sunsina
Sep 04, 2015Guide
Ok,
I tried first to remove the faulty packages nut, leafp2p
by running #apt-get remove --purge nut-server nut-client leafp2p
Then I changed teh sources.list and applied #apt-get update
Then I got #php -v ---->
PHP 5.6.13-1~dotdeb+zts+7.1 (cli) (built: Sep 4 2015 17:39:30)
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
So it seems that the PHP is upgraded to version 5.6
BUT
I still have problem installing pydio 6.0.8 via GUI and via dpkg -i
In fact the problem now is the mysqladmin
#dpkg -i pydio_6.0.8_all.deb ... ...... ....... OK mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' dpkg: error processing pydio (--install): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: pydio
I am not sure how to fix this mysqladmin problem?
Related Content
- Sep 04, 2015Retired_Member
NETGEAR Academy

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