NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Multi Session Debugging


Joined: 22 Feb 2007
Posts: 2
Reply with quote
I have just bought the product, professional version. I have not been able to figure out how to debug multiple sessions. Gone through the FAQ, user group, but it is still not clear to me, and does not work for me.
Dimitri, could you please point to a tutorial on this subject.
Here's my setup:
XAMPP Latest stable version
DBG - DBG php debugger, version 2.15.1, Copyright 2001, 2006, Dmitri Dmitrienko, www.nusphere.com PHPInfo.php
IE 7.0
localhost (windows XP professional)
NuSphere version 4.6

I am debugging a zencart site, and it crashes when you click on shipping Info button. I have setup breakpoint in the php code before it crashes, but cannot hit the breakpoint.

Debug session is checked in tools->settings->debugger
I have tried internal and external IE.
IE external - I have tried debug next page, (debug session is checked).
index.php works fine and main page shows up, with debug session finished
Breakpoints are set in page before the crash (due to require)
Line 15, 30, 35

page crashes with this message
Fatal error: require() [function.require]: Failed opening required '' (include_path='.;\xampp\php\pear\') in C:\xampp\htdocs\newzen\includes\templates\costumesclub\templates\tpl_shippinginfo_default.php on line 37

I am just few days old in php programming.

regards
nick
View user's profileFind all posts by njain26Send private message


Joined: 22 Feb 2007
Posts: 2
Reply with quote
Sad No takers on this topic. Could someone help out on this, or should I report it as a bug in nusphere professional.

nick
View user's profileFind all posts by njain26Send private message


Joined: 08 Feb 2007
Posts: 67
Reply with quote
Doesn't look like a PhpED problem, it looks like you have an error in your PHP code. It's trying to open a required file, but is unable to for what could be any number of reasons. Look at line 37 in "tpl_shippinginfo_default.php" and see what file it's trying to require, then check if that file exists in the correct location, if it's permissions are set correctly, etc.
View user's profileFind all posts by nothsaSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Sorry for the delay...

Quote:
DBG - DBG php debugger, version 2.15.1, Copyright 2001, 2006, Dmitri Dmitrienko

It's not the version of debugger that comes with PhpED.
Please follow these instructions on where to get debugger module and how to install it:
http://forum.nusphere.com/howto-install-debugger-module-t576.html

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Multi Session Debugging
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic