Quote:
Originally Posted by teedizz
I installed you RSS feed mod & everything works beutifully, Im VERY pleased with your work. I ran into one problem tho & was wondering if you could help me with it. Basically, everything works great until I try to create a thread from the feed itself to open a discussion in the forums. I end up getting this error:
Code:
Fatal error: Call to undefined function: verify_bs_opponent() in /home/virtual/site1/fst/var/www/html/streetz/includes/visionscripts/psionic_bsh/threadfpdata_presave.phpon line 3
when I go to line 3 of that php file it reads:
Code:
$bsh_status = verify_bs_opponent($this->registry->GPC['bsh_opponent']);
I contacted VisionScripts about the error & they asked me to contact the coder of the hack first so thats what Im doing. Thanks alot for any info.
|
Well, I gotta say VisionScripts is passing the buck. I don't know what the product is but apparently they've had you change a vbulletin file. The create threads feature in abouttoday uses the datamanager. For it to fail, it sounds like you've modified (or the VisionScript program) has modified a file used to create threads.
I'm afraid the error clearly belongs to them, as it is being caused by a call to one of their functions (verify_bs_opponent). What you need to find out is what file contains the function that is being called, then I can help you with placing an include for that file.