Log in

View Full Version : security token


tillcat5
07-22-2008, 10:51 PM
i have fixed most of the security token errors from other mods but i had one come up today on search:

when the search function is used i get:

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.

can someone help me ?

Opserty
07-22-2008, 11:03 PM
Create a New Style with no parent style. Does your issue persist?

tillcat5
07-22-2008, 11:04 PM
i just did this today actually.. my search is not working on my original template or the new template?

Opserty
07-22-2008, 11:10 PM
Disable your modifications, this can be done by editing config.php and adding (after the <?php line) :
define('DISABLE_HOOKS', true);Check to see if you still receive the error (in the default style).

tillcat5
07-22-2008, 11:26 PM
still getting same errors

--------------- Added 1216774768 at 1216774768 ---------------

to add to thit mod cue is not workign either suddenly. when i go to approve it gives security token error? whats causing it to get worse

Marco van Herwaarden
07-23-2008, 08:07 AM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.