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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Members
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nevos
Starting Member

United Kingdom
27 Posts

Posted - 29 December 2004 :  04:44:28  Show Profile  Visit nevos's Homepage
HI, can anyone help me with members file please, i am getting the following error:-
Microsoft VBScript compilation error '800a03f4'

Expected 'If'

/new/forum/members.asp, line 59

This is where i', hosting the forum:-

www.go2.to/new/forum

Thanks in advance

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 December 2004 :  04:50:49  Show Profile  Send ruirib a Yahoo! Message
You have obviously changed that file. Check the changes you have made or use a fresh one from the Snitz download.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 29 December 2004 :  08:44:19  Show Profile  Visit nevos's Homepage
quote:
Originally posted by ruirib

You have obviously changed that file. Check the changes you have made or use a fresh one from the Snitz download.

Hi, sorry..I tried uploading a new members.asp file from the d/l but it didnt work, thanks for your patience...
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 December 2004 :  09:46:09  Show Profile  Send ruirib a Yahoo! Message
Ok, just to be on the safe side, can you rename members.asp to members2.asp at your site and then try to reach the members page again. Let me know if you still can access the page after doing this.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 29 December 2004 :  11:31:55  Show Profile  Visit nevos's Homepage
Hi, I tried renaming to members2.asp but no luck. Memebers and search features are not working at present, appreciate the help thx again.

quote:
Originally posted by ruirib

Ok, just to be on the safe side, can you rename members.asp to members2.asp at your site and then try to reach the members page again. Let me know if you still can access the page after doing this.

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 December 2004 :  13:12:02  Show Profile  Send ruirib a Yahoo! Message
Yes, but did you get to the members page after renaming it? My point was trying to find out whether your server was caching the file, thus hiding your fixes.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 30 December 2004 :  08:37:05  Show Profile  Visit nevos's Homepage
No, the file still didnt show after renaming it. I'm still not sure whats happening, the search works now, also, i tried to add a new member, even posted a topic however, the new member doesnt show in the admin panel e mail list. I have over written some files with new ones from the down load but it is all getting messy now..i even tried to re install the new download complete, guess i can try an update d/l next? have spent several days on it so far, i dont like to quit but getting that way..



quote:
Originally posted by ruirib

Yes, but did you get to the members page after renaming it? My point was trying to find out whether your server was caching the file, thus hiding your fixes.

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 30 December 2004 :  21:47:05  Show Profile  Send ruirib a Yahoo! Message
Create a new folder at your site and install a fresh, complete, copy of the Snitz files. Change config.asp to point to the same database as you are using now and see if it works.

How are you uploading your files? In binary or ascii format? Upload all files in binary format, since your server is a Windows server.


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 30 December 2004 21:47:19
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 31 December 2004 :  11:32:28  Show Profile  Visit nevos's Homepage
Hi, Happy New Year to anyone reading this:

Ok, I tried the new folder and new d/l : so far i get the message the string is wrong: There has been a problem...

Your strDBType is not set, please edit your config.asp
to reflect your database type.

No matter what i try it remains the same, i used the whereami.asp many times to check and tried both strings suggested, have been into the server to alter permissions etc, still no luck though, i feel i'm close, i dont know..Using ws_ftp auto mode.
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\webs\goto00\database\snitz_forums_2000.mdb" '## MS Access 2000



Use the following only if you can't get the first one to work
One reason could be that your host doesn't have the MSJet Drivers installed:

strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\webs\goto00\database\snitz_forums_2000.mdb" '## MS Access 97

new folder is at www.go2.to/forum

old one with members problem www.go2.to/new/forum

The host says " the folder data is suitable" I have tried this also.

I think it is something simple but i cant see it, must be blind!

One more Q's can you tell me where to edit the text and links on this page please:www.go2.to/new/forum" target="_blank">http://www.go2.to/new/forum

Thanks for any help!


quote:
Originally posted by ruirib

Create a new folder at your site and install a fresh, complete, copy of the Snitz files. Change config.asp to point to the same database as you are using now and see if it works.

How are you uploading your files? In binary or ascii format? Upload all files in binary format, since your server is a Windows server.

Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 31 December 2004 :  11:53:49  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Its not referring to the connection. Just above the connection string, uncomment this -

'strDBType = "access"

so it looks like this

strDBType = "access"


Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 31 December 2004 :  12:10:16  Show Profile  Visit nevos's Homepage
Hi, Cheers but i did uncomment the string..oh, right i see what your saying..ok will try! yes, was uncommented.

Have a new one now : Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum/config.asp, line 56


quote:
Originally posted by Podge

Its not referring to the connection. Just above the connection string, uncomment this -

'strDBType = "access"

so it looks like this

strDBType = "access"




Edited by - nevos on 31 December 2004 12:30:33
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 31 December 2004 :  12:50:46  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
What is line 56 ?

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

nevos
Starting Member

United Kingdom
27 Posts

Posted - 31 December 2004 :  13:12:19  Show Profile  Visit nevos's Homepage
quote:
Originally posted by Podge

What is line 56 ?



Cant beleive it, it just took off working fine now! thanks for your help, happy new year again!

Spoke too soon! have a cross over from old and new version even i made a new directory for the new version, can anyone tell me where to add the admin user name and password please? must have missed this point,

Edited by - nevos on 31 December 2004 15:06:15
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07