PDA

View Full Version : Plugin not executing..


Fiveohone
10 Jan 2007, 10:23
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



I've tried adding this on numerous hooks, although preferably I want it on 'profile_complete' so it executes when the user updates, but it always fails silently, and I'm at a loss as to why. It works fine when executed outside of vb, but as a plugin I get nothing..

I have another plugin, which does roughly the same thing, set on the 'register_activate_process' hook which works perfectly.

Help?

Dismounted
10 Jan 2007, 11:24
I know it is a stupid question, but did you set 'Plugin Is Active?' to 'Yes'?

Fiveohone
10 Jan 2007, 11:30
Yup, even deleted and recreated the plugin incase of some weird DB corruption, but still nothing.. :(

noppid
10 Jan 2007, 18:27
try...


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Maybe it silently failed on the connect and was silent cause of the @s? Maybe this will give more feed back to ya.

Why not just use the vBulletin API though?

Fiveohone
11 Jan 2007, 11:24
Cheers,

I've amended the plugin with the above, and set it for on logout now, but still fails silently. I'm going to have a poke through the API, but any other suggestions in the mean time are always appreciated ;)