Go to your functions.php file and see what is on line 1269. It should be something like ...fetch_hook('XXX')...
XXX is the hook location which you can then look for in your Plugin Manager to find which one is causing the problem. I don't know what version your running but I wasn't able to find something in my vB files, although yours may be different. The closest I found was fetch_userinfo, so it may be worth checking it out.
|