Zamieszczone przez
karimabdul Mam poważny problem.
Od zmiany stylu pojawial sie blad, ale tylko u wybranych osob.
Od 3-4 dni pojawia sie u 90% użytkownikow.
Przy wejsciu na strone tkai oto komunikat:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Co z tym zrobic? Co moze byc przyczyną?
Bardzo pilna sprawa. Jeśli ktos pomoże mogę zapłacić bo problem powoli robi sie drastycznie irytujący.
Dokonaj zmian w szablonach forumhone i navbar
<<forumhome>>
odszukaj kod
Kod:
<a href="forumdisplay.php?$session[sessionurl]do=markread rel="nofollow">$vbphrase[mark_forums_read]</a>
zamień na poniższy
Kod:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a>
<<navbar>>
odszukaj kod
Kod:
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
zamień na poniższy
Code:
Kod:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a>