PDA

View Full Version : Since the last VB update...


Trady
12-17-2010, 06:03 AM
Since the last VB update when I finish a game and hit submit score I get kicked to the log-in screen, then when I log in I get a message saying my score can't be submitted.

Tried the fixes I can see in other threads but no luck so far.

Any help would be great thank you.

T.

TheLastSuperman
12-17-2010, 08:09 AM
If you added the code to the index.php and still no luck then try clicking "Remember Me" before you login or simply log out now, log back in and click Remember Me then it will save scores.

Trady
12-17-2010, 10:02 AM
If you added the code to the index.php and still no luck then try clicking "Remember Me" before you login or simply log out now, log back in and click Remember Me then it will save scores.

You're a genius !! works a treat thank you !!

T.

TheLastSuperman
12-17-2010, 05:06 PM
You're a genius !! works a treat thank you !!

T.

Well I don't know about all that now :p however I have a few clients who's site the index modification does not work on. I've told them I believe it's related to some type of configuration somewhere by their host (the sites where the index.php file edit does not work but clicking remember me does are all on SHARED hosting accounts) so the only thing is your required to click that and some of your members may forget and complain a little after racking up a high score only to not have it save just a heads up :D.

Hippy
12-18-2010, 12:25 AM
@TheLastSuperman
nyce work around ... 2 thumbs up

this was a issue back in 2007 ..
I looked for the fix and can't find it..
Like Trady posted this came after upgrading, most likely from vb4.0.8 or older to vb4.1.0
I have restored a vb4.0.8 DB and tested it and with or with out the rememeber me ticked it does not log you out..

VB changed something when updating to vb4.1.0
and sadly this bug is back..

We need to track a fix down.

It's had to get everyone to keep that ticked and just log out when they leave..

Bob_R
12-20-2010, 03:09 AM
Posting here so I can set up an email notification when a fix is issued.

TheLastSuperman
12-21-2010, 12:15 AM
@TheLastSuperman
nyce work around ... 2 thumbs up

this was a issue back in 2007 ..
I looked for the fix and can't find it..
Like Trady posted this came after upgrading, most likely from vb4.0.8 or older to vb4.1.0
I have restored a vb4.0.8 DB and tested it and with or with out the rememeber me ticked it does not log you out..

VB changed something when updating to vb4.1.0
and sadly this bug is back..

We need to track a fix down.

It's had to get everyone to keep that ticked and just log out when they leave..

Ohh no, credit where's it's due - I actually noticed another member had mentioned that work around so it was not me just to be clear. I just can't remember where I viewed it or who it was otherwise I would give credit ;).

Hippy
12-21-2010, 07:27 PM
TheLastSuperman you took the time to post what you read to help out ..so credit goes out to you..
here is another work around ...
open the header template..
do a search for
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

and change it to this
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked"/> {vb:rawphrase remember_me}</label>

this will tick rememeber me by default
they will have to untick it instead of ticking it ;)

every little bit helps

Digital Jedi
12-22-2010, 10:07 PM
Posting here so I can set up an email notification when a fix is issued.
If you want email updates of fixes, you need to have the modification thread marked as "Installed". It's unlikely it will be posted here in a random thread.

With that said, other than the fix already posted in the ZIP file, this is probably something that has to be fixed either on your own server configuration or on your own website. Not something that can be included in the mod itself.

jagg97
12-26-2010, 07:32 PM
I did everything but Im still having this message

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.

--------------- Added 1293399332 at 1293399332 ---------------

I just upgraded from 4.0.8 to 4.1 and I had this problem

Digital Jedi
12-27-2010, 07:36 PM
I did everything but Im still having this message

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.

--------------- Added 1293399332 at 1293399332 ---------------

I just upgraded from 4.0.8 to 4.1 and I had this problem
Please try to keep your question to a single thread, if it's the same question. Posting in multiple threads won't get you any more attention than posting in one.