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: MOD Implementation
 IPGate dbs update problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Garth
Starting Member

Belgium
22 Posts

Posted - 27 June 2006 :  14:00:54  Show Profile
Hi

I'm currently trying to update my forum to a serverhacker v9 with dbs files, first few were accepted no problem, but when I ran one of the dbs_ipgate files, I now get this error.

##########
Error Type:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/forum/inc_ipgate.asp, line 120

Page:
GET /forum/default.asp
###############

Line 120 reads: rs1.Open StrSql, strConnString

I know I am not updating a standard Snitz database, just wondered if anyone knew what the error meant.

Any ideas?

Cheers
Garth

AnonJr
Moderator

United States
5768 Posts

Posted - 27 June 2006 :  14:21:03  Show Profile  Visit AnonJr's Homepage
Off hand there is probably some sort of problem with the SQL String itself. Since I don't know off hand if there were any modifications that ServerHacker made himself, its going to be hard to troubleshoot. You're probably better off asking there.
Go to Top of Page

Garth
Starting Member

Belgium
22 Posts

Posted - 27 June 2006 :  14:30:10  Show Profile
Yeah, I've posted on shnforum but nothing as yet.

Thanks anyway
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 27 June 2006 :  16:04:10  Show Profile  Send ruirib a Yahoo! Message
You can always Response.Write the value of strSql and post it here.


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

Garth
Starting Member

Belgium
22 Posts

Posted - 27 June 2006 :  18:11:11  Show Profile
Sorry not too clued up on asp, how would I get the value of strSql?
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 27 June 2006 :  18:29:02  Show Profile  Visit HuwR's Homepage
add a couple of lines of code just above your line 120 which say
response.write strSQL
response.end

the code will now print the sql statement rather than executing it.
Copy the string it displays and post it here, don't forget to remove the two lines of code when you have copied down the string
Go to Top of Page

Garth
Starting Member

Belgium
22 Posts

Posted - 28 June 2006 :  02:58:07  Show Profile
Code returns this:

SELECT * FROM FORUM_IPLIST WHERE ('127.0.0.1' = IPLIST_STARTIP OR '127.0.0.1' = IPLIST_STARTIP OR '' = IPLIST_MEMBERID OR (('127.0.0.1' >= IPLIST_STARTIP) AND ('127.0.0.1' <= IPLIST_ENDIP))) AND (('20060628080349' >= IPLIST_STARTDATE) AND ('20060628080349' <= IPLIST_ENDDATE))
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 June 2006 :  05:11:11  Show Profile  Send ruirib a Yahoo! Message
The SQL is ok, so I suppose the dbs gave an error and the table was not properly created or updated. Did you get any error when you ran the dbs file for the mod?


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

Garth
Starting Member

Belgium
22 Posts

Posted - 28 June 2006 :  16:49:40  Show Profile
Just realised what I did, ran the ipgate new install rather than the upgrade to my already installed 8.7.
Apologies for wasting people's time.

Cheers
Garth

P.S. ruirib, not sure if you're a football fan but you'll understand if I don't wish you good luck for saturday!

quote:
why did you not post this at Snitz?


The main reasons why this was not posted at Snitz and why I might not post the bugs I find
directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about
anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree,
serve as the original base for my own Forum.

These are some of the actions I find unacceptable:
ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.

A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.

Two replies in my topic as been deleted about a bug on snitz topic page:
http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029

A Fix to texanman as been deleted (first reply to texanman subject):
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162

One of my Multi-Language Topic on Snitz has disappeared last night
Multi-Language and Multi-Language Skin3D
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765

etc...

3 times I changed my password and the day after the same game start.

Since I send to HuwR a donation of $200 on December 22, 2006
this guy HuwR has never stop to pick on every thing I post on the Snitz Forum.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 June 2006 :  17:41:06  Show Profile  Send ruirib a Yahoo! Message
Garth, we don't really need luck... we have Scolari and quite a few good players .


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

gpctexas
Junior Member

320 Posts

Posted - 28 June 2006 :  20:18:11  Show Profile  Visit gpctexas's Homepage
There is a fix posted about this a long time ago. A variable doesnt get populated into the config_new table. If I remember right, the variable for the paginated logs is not entered. Saving this setting on the config page should insert it. Also the autoclean variable isnt entered, code below to for it's variable.

[INSERT]
CONFIG_NEW
(C_VARIABLE,C_VALUE)#('STRIPGATEAUTOCLEAN','0')
[END]

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip
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 2.51 seconds. Powered By: Snitz Forums 2000 Version 3.4.07