error in logoout - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: error in logoout (/showthread.php?tid=2241) |
error in logoout - rslemer - 12-22-2021 After update my install, when I try logout system shows url mismatch how i can solved that? RE: error in logoout - joebordes - 12-22-2021 does it work if you reload the page? we changed the logout action to make it more secure. Is there a real URL mismatch? make sure your $site_URL variable is correct RE: error in logoout - rslemer - 12-22-2021 (12-22-2021, 07:17 PM)rslemer Wrote: After update my install, when I try logout system shows url mismatch yes, solved url variable had one more "." thanks!!! RE: URL Mismatch - coreBOS_USA - 03-21-2022 config.inc.php line42 - check if http:// should be https:// ( http:// is default ) |