The problem is vBadvanced. I have a module page integrated to my forum home to show the side modules from vBadvanced. I don´t want to turn this integration off, so i would like some help here. Thanks.
I fixed it changing this: PHP: define('THIS_SCRIPT', 'index'); To this: PHP: define('THIS_SCRIPT', 'mobiquo'); in functions/get_forums.php Now the question is, will this affect my modification in other areas? or its ok to change that value?
My gut feeling is you did the right job - but I will leave it up to Yao to tell you what's going on - maybe he has better work-around.
Elmer, The reason I put the 'THIS_SCRIPT' here is the functions need require global.php. it can keep our code work in the same environment as vb code. I am not sure why the get_forum can not work with 'index', Anyway, I just check the vbulletin and tapatalk plugin code, you change will not impact anything, you can leave it here. I will try to find out the root cause, it should relate to something like permession check. I hope the next version can work well on your server without any change