Log in

View Full Version : Security Token error when submitting comment ((vB 3.8.x))


JacquiiDesigns
02-16-2012, 08:03 PM
https://vborg.vbsupport.ru/external/2012/02/6.gif

Please notice the url when clicking the "Save" button is

http://jpicforum.info/forum/{$vbulletin-%3Eoptions[bburl]}/poll.php

instead of url to arcade...

I've seen the thread How to fix "Security Token" Error for vBulletin 4.x.x (https://vborg.vbsupport.ru/showthread.php?t=231091)... But is there a specific fix for this issue in vB 3.x ?

Thanks for help!

J.

Hippy
02-16-2012, 08:34 PM
did you try adding that code to your inxed.php?

do you use forum.php to access your site
is it vb suite >?

I have not used vb3 in what seems like years ..

JacquiiDesigns
02-17-2012, 08:50 AM
I much prefer vB 3 over vB 4 for the time being. But anyway - The errors are 2 different errors. That code does not work for the issue I posted. Hmmm - could be a vBadvanced issue... idk but hopefully someone can help :)

J.

Hippy
02-17-2012, 10:52 AM
sorry .. your vb3.. when did it stop working .. did you install a new mod or update vb ?
if neither re import the xml .. allow over write so you don't loose anything ..
back up first to be safe..

JacquiiDesigns
02-17-2012, 03:43 PM
I actually just updated the arcade to the most current version. I'd had it disabled since the most recent security issues. Update went fine as you can see at http://jpicforum.info/forum/jpic-arcade/ -- the only issue is when commenting a game :(

Anyone else have suggestions please?

Hippy
02-17-2012, 09:43 PM
arcade\modules\mod_modcp.php
not 100% sure if this will fix your issue
but I know if you go into change a comment there is a issue because of this ..
make the fix

look for
$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1']);


and change it to

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1'],$main->BFL);

and see if it helps

--------------- Added 1329518909 at 1329518909 ---------------

Just noticed poll.php, did you do a re import the xml file and allow over write ?

--------------- Added 1329519367 at 1329519367 ---------------

on more thing turn off all mods except the arcade and test..
might be a conflict