free dbg doesn't connect to ide? *resolved* |
Site Admin
|
create a simple script with phpinfo function call and check it using browser if it still refers to debugger.
then check Apache logs: error_log and access_log. |
||||||||||||
_________________ The PHP IDE team |
|
well
that's what i already did and why i posted here in apache access log i find the request in error log is nothing regarding this (only apache restart stuff (suexec, sessioncache) - no errors) seems i have to debug dbg extension using some print functions EDIT: i enabled debug functions and it seems that the only function which get's called is int dbg_startup(zend_extension *extension) at startup on request's nothing is done by dbg question: does dbg 2.15.1 work with php5.1.4? |
||||||||||||
|
Site Admin
|
It's a common mistake. Run chown on the log file with apache:apache or grant world-write permissions with chmod 666. All Apache children processes are running under apache:apache and therefore have no write permissions to the file created by root and 644 mask.
sure. |
||||||||||||||||
_________________ The PHP IDE team |
|
woah
something seems to work! i got a connect hmm but i don't understand what exactly the problem was! i changed the permissions of the error log file as you said but why does the ability to log something interfere with the functionality of the program? i mean log's are usefull but not necessary to work, not? btw: thx for the fast answers! |
||||||||||||
|
Site Admin
|
most probably you forgot to restart Apache after you make some changes in your php.ini. When you changed rights you restarted it and dbg started working. I see no other explanations on why would this happen Of course logs have no relation to the functionality.
|
||||||||||||
_________________ The PHP IDE team |
free dbg doesn't connect to ide? *resolved* |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by