Print Page | Close Window

"thanks" in a post

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30489
Printed Date: 30 March 2026 at 10:31pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: "thanks" in a post
Posted By: alabamatoy
Subject: "thanks" in a post
Date Posted: 24 September 2012 at 3:33am
I cant find anything about the "thanks"link in the admin interface, and clicking on thanks in a post gives "cant connect to server" error.  Suggestions?



Replies:
Posted By: WebWiz-Bruce
Date Posted: 24 September 2012 at 10:34am
Clicking the 'Thanks' link uses AJAX to connect to the file ajax_post_thanks.asp.

Make sure that this file is uploaded to your forums root folder.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: alabamatoy
Date Posted: 24 September 2012 at 12:24pm
Is this file not included in the distribution?
 
Where do I find it?


Posted By: WebWiz-Bruce
Date Posted: 24 September 2012 at 4:19pm
Yes it is included with Web Wiz Forums, but as you are getting an error it could be that either the file has become corrupted when you uploaded the forum files, or you missed uploading the files.

The first thing you should do is try re-uploading this file again and see if it fixes the issue.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: visiblepulse
Date Posted: 24 September 2012 at 9:16pm
I installed the V10 upgrade for alabamatoy.

I found the problem... It was missing the table ThreadThanks
It was never created during the V9 --> V10 upgrade.

I inject the code into the ajax_post_thanks.asp file and ran it once and it created the table.
'Create the ThreadThanks Table
strSQL = "CREATE TABLE [" & strDBO & "].[" & strDbTable & "ThreadThanks] ("
strSQL = strSQL & "[Thread_ID] [int] NOT NULL DEFAULT (0),"
strSQL = strSQL & "[Author_ID] [int] NOT NULL DEFAULT (0) " 
strSQL = strSQL & ")"

'Write to the database
adoCon.Execute(strSQL)

The thanks functionality appears to be working now.


Posted By: visiblepulse
Date Posted: 24 September 2012 at 9:20pm
Perhaps a table health check in the admin_server_test.asp might be useful as a future improvement.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net