Page 1 of 1

[RESOLVED]dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 01:40
by hanpedro
My box is windows 7 x64 and upgraded to xampp for windows 1.7.0.
Image

As shown at the attached screen shot, dbg-php-5.2.dll not browse at phped debugging.

My apm setting for debugging is as follows;

1. httpd-vhost.conf
<VirtualHost *:8080>
ServerName tester.localhost
ServerPath k:/_web/settest
DocumentRoot k:/_web/settest
<Directory "k:/_web/settest">
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ErrorLog D:/xampp/Apache/logs/localhost_error_log
CustomLog D:/xampp/Apache/logs/localhost_access_log combined
</VirtualHost>


2. [debugger] at php.ini

Code: Select all
[debugger]
zend_extension_ts="D:\xampp\php\ext\dbg-php-5.2.dll" (replaced with phped's)
debugger.enabled=on
;debugger.enable_session_cookie=on
;debugger.session_nocache=On
;debugger.JIT_enabled=On
;debugger.JIT_level=3
debugger.profiler_enabled=on
debugger.hosts_allow= 127.0.0.1 192.168.0.1 hanpedro.localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
eaccelerator.enable="0"


Any comment would be appreciated.

Thanks in advance.

Re: dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 05:14
by Izzy
Is this file dbg-php-5.2.dll in this folder D:\xampp\php\ext\ ?

Did you restart Apache after making the above edits in the php.ini file?

Did you follow all the PhpED installation instruction correctly and then double checked that you did indeed to it all correctly?

Have you contacted the PhpED's support staff or forum with your particular problem?

Does http://localhost XAMPP's Welcome page and all the demos work after you edited the php.ini file?

Any XAMPP error messages at all or are they all associated with PhpED?

Windows 7 is a beta OS and not yet ready for any serious deployment and I am not even sure if PhpED or XAMPP will work faultlessly with Win7, do you?

Re: dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 05:54
by hanpedro
Izzy,

About your questions,

(Is this file dbg-php-5.2.dll in this folder D:\xampp\php\ext\ ?) = yes

(Did you restart Apache after making the above edits in the php.ini file?) = yes

(Did you follow all the PhpED installation instruction correctly and then double checked that you did indeed to it all correctly?) = as possible as I can

(Have you contacted the PhpED's support staff or forum with your particular problem?) = I will try

(Does http://localhost XAMPP's Welcome page and all the demos work after you edited the php.ini file?) = "http://localhost" browses my homepage.

("Any XAMPP error messages at all or are they all associated with PhpED?) =
I have only this message inthe apache log:
"[Sun Jan 25 08:49:52 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]"

(Windows 7 is a beta OS and not yet ready for any serious deployment and I am not even sure if PhpED or XAMPP will work faultlessly with Win7, do you?) = I understand. At vista x64 I have same problem, so I tried to install and run xampp and phped' debugger.

Re: dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 06:04
by Izzy
(Does http://localhost XAMPP's Welcome page and all the demos work after you edited the php.ini file?) = "http://localhost" browses my homepage.
Substitute http://localhost/xampp for http://localhost then.

All the other answers would seem to point to your installation of PhpED and it's installation instructions and configuration, especially if you have no issues with the demos on the XAMPP Welcome page after running the above URI.

Re: dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 06:37
by hanpedro
Thnaks Izzy,

I understand what is the problem.

Re: dbg-php-5.2.dll not browse at phped debugging

PostPosted: 25. January 2009 08:55
by Izzy
hanpedro wrote:Thnaks Izzy,

I understand what is the problem.
Would you mind posting back your solution to the problem please, that it may help others with similar issue when forum searching.

It also adds closure to a topic.

Thanks and good luck.