CoreBOSBB

Full Version: error in logoout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After update my install, when I try logout system shows url mismatch

how i can solved that?
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
(12-22-2021, 07:17 PM)rslemer Wrote: [ -> ]After update my install, when I try logout system shows url mismatch

how i can solved that?

yes, solved

url variable had one more "."

thanks!!!
config.inc.php line42 - check if http:// should be https:// ( http:// is default )