NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
drupal
1 TopicMessed with php
I was palaying around pydio installation and i ended up trying the following 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 when apt-get install php5, os asked me if i want to keep the configuration or not and i asked no (maybe my mistake but i had no choice as other option failed) Now I turn into trouble depite the fact that php5 is well installed I can't install pydio that doesnt appear anymore in apps, i nether can't install any cms (joomla,drupal,oscommerce), frontview says "application list is outdated and need to be refresh" or application install failed, other apps are installing ok I tryed a physical reset with OS reinstall without any success Somemone may help, thx by advance3.3KViews0likes3Comments