Quote:
Originally Posted by gio~logist
Yes, that's a problem with vbadvanced itself. I am still looking for the solution. Like i said before, hacks are made to be compatible with vbulletin itself. I can't always consider what hacks you may have installed. Even so, this hack effects global.php which is pulled in every file on your site. Therefore, theoretically, it should work. However, this will be looked into, and i will try my best to make it vba compatible (as i have vba on my site as well).
|
I believe the problem is with URLs, like most problems with VBAdvanced are, If I know what line to edit so I can add "forum" to the URL so VBA can find it, I believe it would fix everyones problem.
Heres the error I get when trying to SUBMIT from VBA.
Quote:
Warning: main(/home/yoursite/public_html/includes/init.php): failed to open stream: No such file or directory in /home/yoursite/public_html/global.php on line 20
Fatal error: main(): Failed opening required '/home/yoursite/public_html/includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yoursite/public_html/global.php on line 20
|
Now I can plainly see the URL is missing the "FORUM" portion in the URL.
Should be
Quote:
'/home/yoursite/public_html/FORUM/includes/init.php'
|
Now if you could tell me where to edit this at so I can put a FULL URL rather than the shrt hand VB verson, We could fix this
UPDATE: See next post.