WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Any idea what could go wrong?
but the captcha does not work for me, it is always wrong.
// jump back to guestbookexit(header("Location: $link"));
// jump back to guestbookheader("Location: $link"); exit();
Still had the 403 to /pages/ sometimes
header('Location: '.WB_URL.PAGES_DIRECTORY); exit();
header('Location: '.WB_URL.'/index.php'); exit();
What would be the recomended setting for Store $_SERVER-Array: in the settings section of the module?
But I still get 403's , I managed to reproduce the 403 error also on jacobi22 guestbookFirefox devconsole: SyntaxError: Element.querySelect orAll: '*,:x' is not a valid selectorI am starting to think this is a jquery script error which stops even before a destination is handled.Element.querySelect orAll is aslo one line below the WB_REL in the script.
header('Location: '.WB_URL.PAGES_DIRECTORY);
header('Location: '.WB_URL.'/index.php');
(!isset($_SESSION['comes_from_view_gb_ time']) OR $_SESSION['comes_from_view_gb_ time'] > $t-ASP_VIEW_MIN_AGE) OR // user is too fast (10sec)
(!isset($_SESSION['comes_from_view_gb_ time']) OR $_SESSION['comes_from_view_gb_ time'] > $t-ASP_INPUT_MIN_AGE) OR // user is too fast (5 Sec)