Status
Not open for further replies.

Trekkan

Customer
Fatal error: Call to a member function manage_shout() on a non-object in /home/trekkan/public_html/dbtech/vbshout_pro/includes/hooks/newpost_complete.php on line 14

All I did was make a new post and this happened. The post was actually made though so I didn't lost anything which is nice.

Anyway, I don't have anymore information than that, hopefully this is enough. =)
 
Try setting the execution order of the vBShout Pro: hook that deals with that hook location to a number higher than 5.
 
Ok, set it to 7, we'll see how it goes. This isn't something that happened all the time though, so not really sure what the deal is/was.
 
It's because of the Post Ping. You know, thems "X has postwhored to 300 posts" ones.
The thing is, when it had the same execution order as the normal one, it didn't know about the $vBShout variable, which caused the error.

At any rate, it's been permafixed in 5.0 because it happened to me too xD
 
I had changed this to 7, but just saw the same error again. I'll change it to 10 or something I guess.

Anyway, I wanted to report this again since it might not be the fix for the problem.
 
You can also try adding
global $vBShout;

directly above the call to manage_shout();
That should sort it out for good anyway.
 
Status
Not open for further replies.

Similar threads

Back
Top