Author |
Topic |
Heynow
Junior Member
374 Posts |
Posted - 10 November 2002 : 13:02:53
|
Found the fix for the other problems, but the bookmarks don't seem to be saving. I click the bookmark and all seems well and then go to bookmarks.asp and no bookmarks are shown.
Any ideas?
I get two errors when I installed this mod.
First when clicking the Bookmark icon in topic.asp.
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 105 The second when click the link in default.asp. Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 155
Any help? I'm using v3.4.03
Thanks.
|
Political Forums:::Stay n Chat
|
Edited by - Heynow on 10 November 2002 19:26:59 |
|
|
jeffery
Junior Member
USA
176 Posts |
Posted - 10 November 2002 : 19:41:58
|
quote: [i]Originally posted by Heynow777
[s]I get two errors when I installed this mod.
First when clicking the Bookmark icon in topic.asp.
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 105 The second when click the link in default.asp. Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 155
I was waiting to see a fix for your original problem above Heynow. I'm having the same problem. What did you do to fix that error? |
www.thomasforum.com |
Edited by - jeffery on 10 November 2002 19:42:39 |
|
|
Heynow
Junior Member
374 Posts |
|
Heynow
Junior Member
374 Posts |
Posted - 10 November 2002 : 20:38:32
|
Figured it out. I had it set on Last visit on xx/xx/xx and select Registration and there they all are.
This problem doesn't seem to be happening to other members and only myself. any suggestions on what this could be?
Thanks.quote: Originally posted by Heynow777
Found the fix for the other problems, but the bookmarks don't seem to be saving. I click the bookmark and all seems well and then go to bookmarks.asp and no bookmarks are shown.
Any ideas?
I get two errors when I installed this mod.
First when clicking the Bookmark icon in topic.asp.
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 105 The second when click the link in default.asp. Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getmemberID'
/forum/bookmark.asp, line 155
Any help? I'm using v3.4.03
Thanks.
|
Political Forums:::Stay n Chat
|
Edited by - Heynow on 10 November 2002 21:04:49 |
|
|
Arne2
New Member
Denmark
51 Posts |
Posted - 11 November 2002 : 08:06:02
|
It works well except that it is unable to show the bookmark for postID=1 (B_TOPICID=1) It does bookmarks it, also deletes the bookmark when using "Delete All", but is unable to show it as a bookmarked topic.
No problem. My mistake
But does anyone know the correct sql for use with MySQL. I get this error when using it on a forum that use it:
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]You have an error in your SQL syntax near '(xxx_MEMBERS M INNER JOIN (xxx_Bookmarks B INNER JOIN xxx_Topics T ON B' at line 1
bookmark.asp, line 158 |
Edited by - Arne2 on 11 November 2002 09:10:13 |
|
|
CodeName
Junior Member
296 Posts |
Posted - 11 November 2002 : 12:43:22
|
Well Its mean we cant use your bookmark mod alex042 ? :-( |
|
|
Arne2
New Member
Denmark
51 Posts |
Posted - 13 November 2002 : 21:17:21
|
what needs to be done is to convert this strin to valid mySQL syntax. I have tried without any success, but I hope others here are smart enough to do this
strSql = "SELECT B.Bookmark_ID, C.Cat_Name, F.F_SUBJECT, T.Topic_ID, T.T_subject, T.T_Replies, T.T_date, T.T_Last_Post, M.M_NAME,T.FORUM_ID, T.CAT_ID, T.T_LAST_POST_AUTHOR FROM ("& strTablePrefix & "Category C INNER JOIN "& strTablePrefix & "Forum F ON C.Cat_ID = F.CAT_ID) INNER JOIN ("& strMemberTablePrefix & "Members M INNER JOIN ("& strTablePrefix & "Bookmarks B INNER JOIN "& strTablePrefix & "Topics T ON B.B_TopicID = T.Topic_ID) ON M.Member_id = T.T_AUTHOR) ON F.Forum_ID = T.Forum_id WHERE (B.B_MemberID=" & getmemberID(strDBNTUserName) & ")" |
|
|
Topic |
|