PHP Error Tracing

S

(Shovel)

Guest
Righty, I'm getting the following error after modifying a phpNuke Module:

Code:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in d:\bmpw\webserv\docs\html\includes\sql_layer.php on line 286

The problem is, that the error being reported refers to a function in a module that I haven't touched and is assumed fully functional. I want to know where it is that the error occurs in the other modules - a biscuit trail if you like.

Is it possible to get php to tell me more about what's going on?
 
S

(Shovel)

Guest
Well, I managed to fix my particular problem, but I'd be curious to know if there's a way to get a breadcrumb trail of which documents the error passes through - kinda Javac style I guess.
 
W

wyrd_fish

Guest
not that i know of...

although after working with PHP for while you learn most of teh errors an dfixing thems easy as you should have a pretty good idea of how your site works.
 

Users who are viewing this thread

Similar threads

S
Replies
5
Views
726
L_Plates
L
W
Replies
8
Views
1K
wyrd_fish
W
P
Replies
13
Views
1K
wyrd_fish
W
L
Replies
8
Views
938
TheJkWhoSaysNi
T
F
Replies
5
Views
578
Jonty
J
Top Bottom