NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
PHP
2 TopicsMessed 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.3KViews0likes3CommentsReadyNas Pro 4 website and PHP(enablerootssh)
Hello everyone, I am new here. I have a ReadNas Pro 4 X-Raid2 and I am trying to setup a website with PHP. I followed a couple of tutorials and I managed to make a website folder and actually connect to the website through my IP address. I have a couple of issues however... First PHP doesn't work. I bought PHP5 from RNXtras.com. I installed it but it still doesn't work (I put a PHP website in the server folder which I created and the page is just blank). I installed EnableRootSSH because I saw posts that I need it to install PHP properly but I don't know how to use it and I can't find any documentation that explains how to SSH into your server and install PHP from there. I am not 100% sure it is even installed because it doesn't show in installed add-ons, but the server said installation successful. How do I SSH into the server and install PHP? I don't have a "etc" folder as well. Second when I tried to see a HTML website because HTML works, it showed that the certificate is not setup properly and in order to see the website I had to exclude the certificate, so how do I write the certificate correctly? Thanks in advance.2.9KViews0likes6Comments