Trying to set up a project on a Raspberry Pi. Don't think it matters, but I selected "all files are located on the remote server..." at the very start on the wizard. Getting the following error. Also, phpinfo() doesn't show DBG as being installed. I have checked, double checked, and even triple checked that the module was moved over as instructed, that php.ini was modified, and that nginx was restarted, but still nothing. Please advise. Thank you
Quote: |
.php file extension is associated with PHP
dbg-wizard script was recently updated, file version is 3.7.3708
uploaded dbg-wizard.php to [SFTP:raspberry1] /var/www/html/
dbg-wizard version is 3.7.3708
client outbound IP=192.168.1.10, same network
platform Linux-glibc-2.13/armv6, supported
php version 5.4.45-0+deb7u5, ts: 0, sapi: fpm-fcgi
php.ini file is /etc/php5/fpm/php.ini
php extension_dir /usr/lib/php5/20100525+lfs
document root /var/www/html
Error: (-120) debugger module is not installed
please follow the instructions below and install debugger module:
debugger module dbg-php-5.4.so for the server platform is available
in C:\Program Files\NuSphere\PhpED\debugger\server\dbg-8.1.11-Linux.tar.gz
archive, check armv6 subdirectory in it
extract the module and copy it to /usr/lib/php5/20100525+lfs directory on your remote server
add the following lines to /etc/php5/fpm/php.ini
zend_extension="/usr/lib/php5/20100525+lfs/dbg-php-5.4.so"
[debugger]
debugger.hosts_allow=192.168.1.10, 127.0.0.1, localhost, ::1
debugger.hosts_deny=ALL
debugger.ports=7869
restart web server
launch phpinfo and check its output;make sure that one of the topmost
headers contains:
Zend Engine vX.X.0, Copyright (c) 1998-20xx Zend Technologies
with DBG v 8.1.X, (C) 2000, 20xx by Dmitri Dmitrienko
or open this FAQ page:
http://www.nusphere.com/kb/technicalfaq/howto_install_dbg_module.htm
and proceed with instructions
fix the problem(s), then click [<< Back] button and repeat the tests |