I am currently using 2.0 RC3 in production (I know this is not advised)
none of the administrators are able to merge two topics. When we try to do so it says "Session verification failed. Please try logging out and back in again, and then try again."
My forums are located here if you would like to take a look: http://www.happyturtlespub.org/smf/ (http://www.happyturtlespub.org/smf/)
Any help would be much appreciated!
Go to Administration Center » Server Settings » Cookies and Sessions what are your settings there. Make sure Use database driven sessions is checked.
Thank you for the quick response.
Cookie Name - SMFCookie956
Default login cookies length (in minutes) - 60
Enable local storage of cookies - unchecked
Use subdomain independent cookies - unchecked
Force cookies to be secure - greyed out
--------------------------------------------------------------------------------
Use database driven sessions - checked
Allow browsers to go back to cached pages - checked
Seconds before an unused session timeout - 2880
Try turning on subdomain independent cookies.
I just tried that, still no dice it gives me the same error.
Does it happen in the default theme?
Huh!
It works perfectly in the default theme. Which I guess means that this is somehow my fault, must have broken something when creating the theme I use. Does anyone have any advice as to what I might have broken or where I can look?
(that you for the great help so far by the way)
Well, what files have you modified in your theme so far?
I know that I have looked into quite a few of the template pages but I only recall making any edits to index.template.php and index.css
Oh, also worth mentioning...
I had started making my theme during 2.0 RC2. When RC3 came along there were some changes to the default theme, so I took all of the RC2 default theme files and added them to my custom theme directory.
That'll be why. There were some template changes made - which includes session key being added.
Delete the files you haven't modified, then fix your theme's index.template.php and CSS files.
I was afraid you might say that :)
well at least I know what needs to be done now.
Thank you VERY much.
I'm using RC1-1 and this just started with me.