PDA


View Full Version : [BUG] vba_cmps_include_bottom.php v1.0


cLord
07-07-2004, 01:43 PM
Can only be seen when you want to restrict some usergroups from viewing the page and the login box appears...
If you try to login from the current page a 404 error wil follow!

In vba_cmps_include_bottom.php line 37 find: "\"$vboptions[bburl]/login" replace with: "\"$vboptions[bburl]/login.php"cLord ;)

maximux1
07-07-2004, 03:30 PM
Can only be seen when you want to restrict some usergroups from viewing the page and the login box appears...
If you try to login from the current page a 404 error wil follow!

In vba_cmps_include_bottom.php line 37 find: "\"$vboptions[bburl]/login" replace with: "\"$vboptions[bburl]/login.php"cLord ;)

Good catch man...thanks

Appreciate ya letting us know about it, hard one to find by yourself.

Thanks again!

memobug
10-22-2004, 04:03 AM
Thanks for this.

In a related problem,

1. If your forum is running in a subdomain
2. If it turns out that the redirect after login goes to an incorrect URL, you might also want to look at this:

http://www.vbadvanced.com/forum/showpost.php?p=16388&postcount=3

That seems to correct the problem when redirecting back from a forum running in a subdomain.

Regards,

Matt