WebsiteBaker Support (2.13.x) > Modules
Guestbook problem after upgrade
dbs:
Captcha is working (Y)
You could change the exit in gstbk_save.php (and other) from
--- Code: ---// jump back to guestbook
exit(header("Location: $link"));
--- End code ---
to
--- Code: ---// jump back to guestbook
header("Location: $link");
exit();
--- End code ---
to avoid deprecated message in errorlog
sternchen8875:
Thanks!!
changes in v2.10.6
- remove included own jquery from backend.js, produce issues in conflict with jquery from WB
+ change all header:location-calls to a newer method (prepared for PHP 8.4)
RonR:
Thank you for the new version!
I installed it, but took out the smileys and the homepage, which I do not use.
Also I made pagination for the backend entries, because over 2000 entries took too long to load the backend page.
Still had the 403 to /pages/ sometimes, but I noticed this happened only on Chrome and Firefox browser. Edge and Duckduckgo were fine, as far as I tested.
I then enabled Capthcha, which seems to end the problem.
Thanks DBS and Sternchen8875!
sternchen8875:
Thanks for the feedback,
a pagination for the backend is certainly a good idea. Maybe you could provide us with the files, that would save some time
--- Quote ---Still had the 403 to /pages/ sometimes
--- End quote ---
pls give more details
you have it only, when you add a new entry or also in more actions?
RonR:
Happy to share, i just copied the code from the frontend to backend.
the 403 to /pages/ happens on the frontend, after filling the form to add and entry when you hit the submit button. It then takes you to a 403 to /pages/ and does not register the entry.
The bug is not gone completely and very random it happens.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version