(2018-08-22, 09:55 PM)tphe1234 Wrote: Hay @Serpius, Thanks for replying.
Cookie settings on my board looks fine,Cant find anything wrong over there.
But yet haven't found any solution for this errors hope to find one soon.
I feel the reason is because you don't have the cookieSecureFlag variable in headerinclude, add this code in the headerinclude template
var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";
It should be in this place ->
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";
Regards
WallBB
- MyBB
