The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3) installed no problem. One web site running. I will use to store video. sample: I create my own YouTube clone vs. Which would you recommend script, clone ? I would like to get suggestions. Thanks
http://www.phpmotion.com/ script installation error : - Checking if PHPshield encoded files are working Error! - See detailed explanation below. http://wiki.phpmotion.com/PHPShield53 instructions applied but did not work. error: Can you help me ?
Ensure that you added the phpshield in all php.ini files: /etc/php5/apache2/php.ini /etc/php5/cgi/php.ini /etc/php5/fpm/php.ini and then restart apache and php-fpm.
/etc/php5/cgi/php.ini there are no files. Create php.ini ? Which line should I add the other two php.ini ? http://kmaiti.blogspot.com.tr/2010/07/how-to-install-phpshield-on-32-or-64.html http://wiki.phpmotion.com/PHPShield53 Which one is right? Till thanks a lot.
wiki page : "you will get a path something like /usr/lib/php/extensions/no-debug-non-zts-20060613. Now enter this directory cd /usr/local/lib/php/extensions/no-debug-non-zts-20060613" My installation : /usr/lib/php5/20100525 no folder "extensions" Added files and php.ini but error : Warning: realpath(): open_basedir restriction in effect. File(/usr/lib/php5/20100525) is not within the allowed path(s): (/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/sunucu.******.net/web:/srv/www/sunucu.*******.net/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /var/www/clients/client1/web1/web/classes/config.php on line 2 extension_dir does not exist: /usr/lib/php5/20100525
Add /usr/lib/php5/20100525 to the open_baesdir path on the options page of the website.Paths are separated by :
Now error : PHP script /var/www/clients/client1/web1/web/classes/config.php is protected by phpSHIELD and requires the phpSHIELD loader ixed.5.4.lin. The phpSHIELD loader has not been installed, or is not installed correctly. Please find the required loader within phpSHIELD installation directory or visit the phpSHIELD php encoder site to download it.
Do you use the default php version? If yes, are absolutely sure that you installed it in the file /etc/php5/fpm/php.ini and that you restarted php-fpm afterwards?
MySQL Sunucu: Localhost via UNIX socket Sunucu sürümü: 5.5.37-0+wheezy1 Protokol sürümü: 10 Kullanıcı: root@localhost MySQL karakter grubu: UTF-8 Unicode (utf8) Web sunucusu nginx/1.2.1 MySQL istemci sürümü: 5.5.37 PHP uzantısı: mysqli Belgeler phpMyAdmin Sürüm bilgisi: 3.4.11.1deb2
http://phpmotion.com/forum/index.php?topic=24874.0 " as posted in other threads php5.4 is not supported " Is there anything, I can do ?
Till, run it on another system. Thanks a lot. Only one problem, need nginx directives. (Links 500 internal server error. )
After a long break I tried to make this setup again. 1. The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3) install. 2. How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Debian Wheezy) only page 1 install 5.3.22. 3. Ispconfig panel sites php-fpm 5.3.22 selected. Phpmotion files upload and step 2 error: Checking if PHPshield encoded files are working Error! - See detailed explanation below. Causes & Solutions Your server isPHP5.3+and from this version onwards, PHPshield loaders need to be installed directly on the server (in the php extensions directory). Solution:If you have a dedicated server of VPS, you canview our instructions http://wiki.phpmotion.com/PHPShield53 I did this instructions but again error. Now formatting server step 1,2,3. How do install PHPshield ?
No need to format the server as your problem is only in the custom php version / phpshield loader combination. Are you sure that you installed phpshield in the correct php.ini file, the one of the php 5.3 version? Add a info.php test file in the website and check if phpshield shows up in the phpinfo() function output. There you see also the php.ini file where it has to be added. The instructions from phpshield above are not correct for your server as they install phpshiuld in the main php version of the linux distribution and not into the manually compiled php 3, so the paths need to be altered to match your php location.
Is there a php.ini file in /opt/php-5.3.22/lib/ directory? Have you set the php.ini file directory to /opt/php-5.3.22/lib for this php version in ISPconfig?
php 5.3.22 php.ini file yes /opt/php-5.3.22/lib/ directory. Other php.ini file /etc/php5/cli directory. ISPConfig 3.0.5.4p5
http://wiki.phpmotion.com/PHPShield53 Step 5 - Edit your php.ini file First you need to find out the location of your main php.ini file. This file is the main configuration file for PHP on your server. You do this by typing the command below php -i|grep php.ini You should get a result that shows something like this Loaded Configuration File => /etc/php.ini In the case of our example above, the path we want it /etc/php.ini Now run the command below. Remember to use your own php.ini directoy path in the command above echo "extension=ixed.5.3" >> /etc/php.ini echo "extension=ixed.5.3" >> /opt/php-5.3.22/lib/php.ini I tried both of them, again error http://i.hizliresim.com/NVGMZX.png