Dean C
12 Nov 2005, 19:49
I'm trying to debug one of my plugins and see why it's outputting an error. The obvious thing would be to output the variables and check they are all there right?
Try putting this in global_complete:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Nothing is output. However, if you put this in there:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It'll output 'test'. Am I missing something here ;)?
Try putting this in global_complete:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Nothing is output. However, if you put this in there:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It'll output 'test'. Am I missing something here ;)?