php - Zend Debugger Error: Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges -


i have error after installing zend debugger on ubuntu server php 5.2.6 , apache2:

zend debugger: cannot read valid value of zend_debugger.httpd_uid or zend.httpd_uid, not perform dropping of privileges

apache not start, creates httpd process netstat shows listening ports 80 , 443, pid file never written , it's not serving requests.

i wanted post question because there no info on google this.

the solution issue had ioncube installed. ioncube , zend debugger not play nice together.

i uninstalled ioncube (no longer needed it) , well.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -