Quote:
Originally Posted by Mosh
You have another hack installed that is using the bbcode_fetch_tags file hook, this is called as part of function fetch_tag_list that is probably causing the problem.
This hack does not use any file hooks at all, and has not changed the calls to the function fetch_tag_list between v3.8.002 and v3.8.005, and again, it does not call the bbcode_fetch_tags file hook.
You can try editing read_pms.php, find the 2 instances of:
PHP Code:
fetch_tag_list('', true)
Change them to:
PHP Code:
fetch_tag_list()
And re-upload the file.
If that does not fix it, then what I advise you to do is to check any hacks that use the bbcode_fetch_tags file hook and disable it, and see the problem re-occurs, if it does not then post in that hacks' support thread.
|
That fixed it. I know what the other mod is that it was interfering with, it was the video directory remixed. Changing above what you said fixed it thanks a lot.