I have just install coppermine 1.3.2 with vbb 3.0.3 . Every thing works great ! However, I have one problem when I log out from the coppermine . I get an error
Quote:
"An error occurred while attempting to log you out. Click here to log out."
|
And i figure out that this error comes from line 214 of the vbulletin3.inc.php(in folder bridge)
Quote:
$target = 'login.php?&do=logout';
|
I tried to ad change this line to
Quote:
$target = 'login.php?&do=logout&u=$bbuserinfo[userid]'
|
However, It did not work . Could anyone tell me how to fix it ?