vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   3.7.3 Security Token Error when deleting multiple posts (https://vborg.vbsupport.ru/showthread.php?t=191247)

triplsec32 09-18-2008 05:14 PM

3.7.3 Security Token Error when deleting multiple posts
 
When I try to delete multiple posts on my forum which is running version 3.7.3 I get this error:

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.

I already tried changing
In includes/adminfunctions.php :

Code:
PHP Code:

echo "<input type=\"hidden\" name=\"adminhash\" value=\"" ADMINHASH "\" />\n";Add below

Code:
PHP Code:

echo "<input type=\"hidden\" name=\"securitytoken\" value=\"" $vbulletin->userinfo['securitytoken'] . "\" />\n"


snakes1100 09-18-2008 05:21 PM

disable your hacks 1 by 1 until it goes away, your missing a token for a hack u added most likely.

triplsec32 09-18-2008 05:59 PM

I haven't added any hacks... only my theme

snakes1100 09-18-2008 06:00 PM

If its a custom theme, then contact the person who designed it and get their support.

Do you get the error when using a default style?

triplsec32 09-18-2008 06:18 PM

it is the theme... with the default style it works

Thank You!

snakes1100 09-18-2008 06:19 PM

You gonna have to have the author fix it or you will need to add the security token html lines to the templates its occurring on when the post request is issued.

Opserty 09-18-2008 07:52 PM

Make sure you undo the changes you made to adminfunctions.php too. ;)

triplsec32 09-18-2008 08:06 PM

Quote:

Originally Posted by Opserty (Post 1625165)
Make sure you undo the changes you made to adminfunctions.php too. ;)

ha yea i did that already :)


All times are GMT. The time now is 05:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01587 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete