Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Topic/Reply CheckSum
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 04 September 2013 :  17:00:31  Show Profile  Visit HuwR's Homepage  Reply with Quote
it is a bug in Chrome

quote:

Jul 23, 2013
Chrome Version : 29.0.1547.22

What steps will reproduce the problem?
1. POST a web form
2. go somewhere else
3. press back

What is the expected result?
Chrome should show the state after the form was POSTed.

What happens instead of that?
Chrome rePOSTs unnecessarily repeating the action

Please provide any additional information below. Attach a screenshot if
possible.

This is a regression from the previously good behavior that started with Chrome 29.

UserAgentString: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.22 Safari/537.36



MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 04 September 2013 :  22:58:00  Show Profile  Visit golfmann's Homepage  Reply with Quote
That pesky Blink core?...
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 05 September 2013 :  01:49:30  Show Profile  Reply with Quote
quote:
Originally posted by Webbo
My version did ..... er, nothing



OK here's a stand-alone for MySQL. Call it whatever you'd like, save to forum folder and execute.


<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_header.asp" -->
<%
On Error Resume Next
my_Conn.Execute("ALTER TABLE " & strTablePrefix & "TOPICS MODIFY COLUMN T_CHKSUM VARCHAR(16) NULL")
If Err.Number <>0 Then Response.Write	Err.Description & "<br />"
If Err.Source <> "" Then Response.Write	Err.Source & "<br />"
If Err.Line > 0 Then Response.Write	Err.Line
Err.Clear
my_Conn.Execute("ALTER TABLE " & strTablePrefix & "REPLY MODIFY COLUMN R_CHKSUM VARCHAR(16) NULL")
If Err.Number <>0 Then Response.Write	Err.Description & "<br />"
If Err.Source <> "" Then Response.Write	Err.Source & "<br />"
If Err.Line > 0 Then Response.Write	Err.Line
Err.Clear
WriteFooter
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 07 November 2013 :  17:57:07  Show Profile  Visit golfmann's Homepage  Reply with Quote
I implemented this and like(d) it but it messed up my archiving so I got an error message.

Had to take it all out and drop the CHKSUM tables.

Now... archiving again.

FYI
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 13 June 2014 :  22:53:07  Show Profile  Visit bobby131313's Homepage  Reply with Quote
You need to add the checksum columns to the archive tables too...

[ALTER]
A_TOPICS
ADD#T_CHKSUM#VARCHAR(16)#NULL#
[END]

[ALTER]
A_REPLY
ADD#R_CHKSUM#VARCHAR(16)#NULL#
[END]

Switch the order of your title tags
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 14 June 2014 :  06:16:57  Show Profile  Reply with Quote
I modified the SnitzBitz file for the archive table, thanks for pointing it out.
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 14 June 2014 :  20:00:49  Show Profile  Visit bobby131313's Homepage  Reply with Quote
You're welcome.

Switch the order of your title tags
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07