Print Page | Close Window

Members Guests - Error (WWF 10.01)

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=29672
Printed Date: 01 April 2026 at 3:05am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Members Guests - Error (WWF 10.01)
Posted By: lordtec
Subject: Members Guests - Error (WWF 10.01)
Date Posted: 19 August 2011 at 3:04am
When I delete a post from a user Guests get the following error:
Microsoft VBScript runtime error '800a005e '

Invalid use of Null: 'CLng'

/ delete_topic.asp, line 173



Replies:
Posted By: lordtec
Date Posted: 05 September 2011 at 4:26pm
Still gives the error in version 10.03 of the forum.
Can someone help me?


Posted By: WebWiz-Bruce
Date Posted: 05 September 2011 at 4:37pm
The error is due to your Guest account having no points set. Edit line 173 of the file delete_topic.asp and change it to that below:-

If isNull(rsCommon("Points")) = False Then lngNumOfPoints = CLng(rsNumOfPosts("Points")) Else = lngNumOfPoints = 0



-------------
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: lordtec
Date Posted: 06 September 2011 at 7:04pm

I turned off the line 173 and put the line you informed, but this error appears:


Microsoft VBScript compilation error '800a0400'

Expected statement

/delete_topic.asp, line 173

If isNull(rsCommon("Points")) = False Then lngNumOfPoints = CLng(rsNumOfPosts("Points")) Else = lngNumOfPoints = 0
----------------------------------------------------------------------------------------------^



Posted By: WebWiz-Bruce
Date Posted: 07 September 2011 at 9:29am
Sorry the line should be


If isNull(rsNumOfPosts("Points")) = False Then lngNumOfPoints = CLng(rsNumOfPosts("Points")) Else lngNumOfPoints = 0



-------------
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: lordtec
Date Posted: 07 September 2011 at 2:25pm
Thank you, perfect.



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