Author |
Topic |
Melitta
Starting Member
1 Posts |
Posted - 21 August 2004 : 00:50:06
|
Ok, im very new here so i thought i would help some one for ones ;)
quote: Originally posted by Actor
I'm getting this kind of error message if it helps:
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/forum/inc_header.asp, line 502, column 122
" <a href=""" & strForumURL & "members.asp"" tabindex=""-1""><acronym title=""Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
-------------------------------------------------------------------------------------------------------------------------^
I think your problem is:
these forums...") & " Try to delete the ) sign, it should help :) actually, try this instead:
acronym title=""Current members of these forums..."" tabindex=""-1""
quote: Originally posted by PeeWee.Inc
Not sure if you've picked this error up or not:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/speedball2/pop_messengers.asp, line 27
"<td class=""putc c nw""><a href=""aim:goIM?screenname=" & strAIM_Name) & """ alt=""Opens a send message window to the user."">Send a Message</a></td>" & _
Try this:
<td class=""putc c nw""><a href=""aim:goIM?screenname=" & strAIM_Name & """ alt=""Opens a send message window to the user."">
quote: Originally posted by HerbCumbie
I have an installation at http://www.my-maltese.com/forum/. The installation is Speedball 2.0 using Access database. There are no additional MODS installed. I had everything working fine for several weeks and now I have a problem... You can view the forum without being logged on, no problem. When you try to login as any existing user you get the following error:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/forum/inc_func_common.asp, line 593
Check your database rights, you have probably no write rights on it..
Hope it solved something for you :)
Henke @ http://www.dirtpig.com/forum |
Edited by - Melitta on 21 August 2004 00:58:40 |
|
|
thefreemason
Starting Member
27 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
thefreemason
Starting Member
27 Posts |
Posted - 05 September 2004 : 09:24:12
|
We imported Access files to SQL |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 05 September 2004 : 09:27:08
|
That will be where the porblem lies then. Unfortunately, the conversion from Access to MSSQL is not quite as straightforward as MS would have you believe. Check the Snitz MS SQL forum for more info. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
thefreemason
Starting Member
27 Posts |
Posted - 12 September 2004 : 16:43:34
|
Received this error trying to use Forum Variables Information in admin:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'CStr'
/forum/admin_variable_info.asp, line 152
Any thoughts ? |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
thefreemason
Starting Member
27 Posts |
Posted - 14 September 2004 : 11:01:51
|
How have we done that ?....what do we need to do to rectify ? |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 14 September 2004 : 12:29:46
|
Probably because of the way you converted the DB from Access to SQL. Tricky to fix manually, especially if you have a large number of posts. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
thefreemason
Starting Member
27 Posts |
Posted - 15 September 2004 : 05:50:52
|
Nit sure what we are supposed to be looking at/for ?? |
|
|
hellind
Junior Member
Singapore
123 Posts |
Posted - 03 October 2004 : 07:43:04
|
D3mon, my snitz forum is already heavily moded, so does it mean if I follow the 'instructions' in your GUIDE, and take the long way and do it myself, it is the same thing ? |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 03 October 2004 : 08:07:40
|
If I understood your question correctly, yes you could convert exisiting mods yourself to make them Speedball compatible.
If you used my instructions to convert your actual forums to Speedball, you'd only get a CSS version of Snitz. Much more work has gone into Speedball than just converting to CSS. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
hellind
Junior Member
Singapore
123 Posts |
Posted - 05 October 2004 : 10:48:30
|
Oh, I had followed your 'instructions' and done myself. So I guess I am not having the ultimate speedball then.
Guess nothing can be done then ? Because my forum is not the 'original', some mods have been installed.
If I read your 1st post correctly, we need to new install to get the ultimate speedball.
Thanks though. |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 23 October 2004 : 19:07:46
|
Hellind....
My forums were not original snitz.... I had added around 10 'released' mods and made at least 100 modifications to the base code myself.
All you have to do, is start with Speedball, and then just add back your mods... converting them on the way of course, to speedball. |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 30 October 2004 : 13:55:21
|
After my original forums (Serverhacker) started sucking 1Gb of bandwidth a day I've moved over to Speedball.
Couple of issues:
There seems to be a bug in active.asp, it was coded to add an extra space to the "jump to last post" link. I fixed it by deleting the space from line 728 from:
AnchorLink = " &reply_id=" to
AnchorLink = "&reply_id="
Seems the same things is going on on line 706 as well.
One bug I've not squashed is that [ IMG ] tags are not processed, [ img ] works fine tho :/
Wish list: colour the submitt buttons, drop down and scrollbars and active_users.
Edit #1: What's with the quoted text getting smaller and smaller if you quote within a quote? |
Edited by - Chuck McB on 30 October 2004 14:32:41 |
|
|
Topic |
|