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

Messed with php

chourmovs
Aspirant

Messed 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 advance

 

 

Message 1 of 4
chourmovs
Aspirant

Re : Messed with php

No move forward on that topic from my side

I try to uninstall apache and php, purge then reinstall without any success

 

I could make a big backup and reinstall everything but it will be educationally nonsense

 

If someone could show me the way

 

Please...

Message 2 of 4
StephenB
Guru

Re : Messed with php

I do suggest making that backup, just to prevent any chance of data loss during your educational experience.

Message 3 of 4
chourmovs
Aspirant

Re : Messed with php

Good suggestion Smiley Very Happy

Message 4 of 4
Top Contributors
Discussion stats
  • 3 replies
  • 2950 views
  • 1 kudo
  • 2 in conversation
Announcements