Topic: Unable to confirm security token

hi all, i'm new here.

I had a 1.2.14 version, updated to 1.2.23.
Then i tried to update to 1.3.6 without success, so i tried to update directly to 1.4.2 and all gone fine during update process.

Now for every action i made in the administration panel i got the message: Unable to confirm security token ...press confirm or cancel; if i click on confirm works.

When i'm posting: Unable to confirm security token ... Clicking "Submit" again should solve the problem. but i got the same warning (and the message isn't posted).

how solve the problem?

thanks and i'm sorry for my little English

2 (edited by m.forlani 2012-06-05 12:23)

Re: Unable to confirm security token

Adding define('FORUM_DISABLE_CSRF_CONFIRM', 1); (as the wiki says) works only on the administration panel.

Added to config.php and in cache_config.php

Re: Unable to confirm security token

[SOLVED]
I did a new 1.4.2 installation:
1) renamed old config.php
2) www...../admin/install.php
3) used a different table prefix
4) cahnged the new config.php to use the old prefix and everithing works

Maybe someone else need to know.

4 (edited by Rolex 2013-05-11 07:52)

Re: Unable to confirm security token

I just defined the CSRF in config.php, the forum index and everything works fine now.

This has been solved while logging in. But when I want to post, I still get this error.

Do I have to copy the config.php and cache_config.php to admin folder. Please HELP!!!

Thanks

5 (edited by Rolex 2013-05-11 08:33)

Re: Unable to confirm security token

Please help. This is very annoying as IT KEEPS BRINGING UP THIS ERROR about 10 times before I can make just a post.

Notice: Constant FORUM_DISABLE_CSRF_CONFIRM already defined in /home/nairala2/public_html/forum/cache/cache_config.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/include/functions.php on line 176Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/include/functions.php on line 179Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/include/functions.php on line 176Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/include/functions.php on line 179Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/header.php on line 16Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/header.php on line 17Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/header.php on line 18Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/header.php on line 19Warning: Cannot modify header information - headers already sent by (output started at /home/nairala2/public_html/forum/cache/cache_config.php:4) in /home/nairala2/public_html/forum/header.php on line 22

6

Re: Unable to confirm security token

Ok, fixed. I used this Topic: http://punbb.informer.com/forums/topic/ … ity-check/