New Forum Online - Post Issues Here
Moderators: hgm, chrisw, Rebel
-
- Posts: 895
- Joined: Mon Jan 15, 2007 11:23 am
- Location: Warsza
Re: New Forum Online - Post Issues Here...
Links at chessprogramming Wiki are non-functional after the migration. They contain the word "forum" between talkchess name and viewtopic part of the URL. Removing the word "forum" proves that post id's are preserved. Do you need to change theese URLs for some technical reason?
Pawel Koziol
http://www.pkoziol.cal24.pl/rodent/rodent.htm
http://www.pkoziol.cal24.pl/rodent/rodent.htm
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
I will install an redirect for those old links, to redirect "/forum3/$" links to "/$" .PK wrote: ↑Sun Mar 03, 2024 12:49 am Links at chessprogramming Wiki are non-functional after the migration. They contain the word "forum" between talkchess name and viewtopic part of the URL. Removing the word "forum" proves that post id's are preserved. Do you need to change theese URLs for some technical reason?
--
Srdja
-
- Posts: 2042
- Joined: Wed Mar 08, 2006 8:30 pm
Re: New Forum Online - Post Issues Here...
I now access the Forum with
index.php?sid=11f15bb33161c32d15ae1187d7a03112
Hey, why is the beginning http://www.talkchess.com/... missing in this display... ?
Is there something simpler I should try ?
Note : I do get some "Forbidden" when I access, but if I insist, I do get through...
index.php?sid=11f15bb33161c32d15ae1187d7a03112
Hey, why is the beginning http://www.talkchess.com/... missing in this display... ?
Is there something simpler I should try ?
Note : I do get some "Forbidden" when I access, but if I insist, I do get through...
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
Use just www.talkchess.com or talkchess.com to access the forum.ernest wrote: ↑Sun Mar 03, 2024 2:53 am I now access the Forum with
index.php?sid=11f15bb33161c32d15ae1187d7a03112
Hey, why is the beginning http://www.talkchess.com/... missing in this display... ?
Is there something simpler I should try ?
The sid is the session id, need to take a closer look into this, usually after log in it should disappear from URL and be stored in cookie.
The forum shortens links to display, but these are embedded fully.
I did set up some restrictive DoS+crawler protection, if you request to many pages in 1-2 seconds, you get temp. blocked...did relax these now, will have to observe this further and fine tune.
--
Srdja
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
With http access there will be a sid in URL, with https access there will be no sid in URL.
--
Srdja
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
- find a member in PMs not working
--
Srdja
--
Srdja
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here
fyi:
- fixed: forgot password not working
- fixed: emails from server yet not working
--
Srdja
- fixed: forgot password not working
- fixed: emails from server yet not working
--
Srdja
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
Thx for the suggestion, it seems this error message is also given with forgot password form:towforce wrote: ↑Fri Mar 01, 2024 11:01 amGuenther wrote: ↑Fri Mar 01, 2024 1:07 am I saw in another forum that a lot of people have trouble to login and I had too, until I googled the error message:The solution is simply to delete all previous talkchess cookies saved for your browser.Code: Select all
The submitted form was invalid. Try submitting again.
As you can see this worked for me and so I suppose it will work for all
I know those people can still read the site but not write thus I hope they will check this thread for the solution.
Guenther
Next problem is that instead of a given link it shows a huge pic of the linked site in my signature...
Thanks for all the work in server migration to HGM, Srdja, Ed and whoever is/was involved!
I suggest adding a notification about this to the front page (http://www.talkchess.com/) or the log in screen.
changed error message from:
Code: Select all
The submitted form was invalid. Try submitting again.
Code: Select all
The submitted form was invalid. Try deleting old cookies for this domain in your browser.
Srdja
-
- Posts: 3013
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: New Forum Online - Post Issues Here...
With thanks to Harm, the old CPW links to "talkchess.com/forum3/" and "talkchess.com/forum/"are working again.PK wrote: ↑Sun Mar 03, 2024 12:49 am Links at chessprogramming Wiki are non-functional after the migration. They contain the word "forum" between talkchess name and viewtopic part of the URL. Removing the word "forum" proves that post id's are preserved. Do you need to change theese URLs for some technical reason?
--
Srdja
-
- Posts: 516
- Joined: Tue Jul 03, 2018 10:19 am
- Full name: Folkert van Heusden
Re: New Forum - Known Issues
Maybe make it possible to select a different layout.