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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 V33(.02) BUG+FIX: Inc_create_forums_sql6.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 29 July 2001 :  16:48:51  Show Profile
In inc_create_forum_sql6.asp there is a line:
		my_conn.execute ("INSERT INTO CONFIG_NEW (C_VALUE,C_VARIABLE) VALUES ('" & strNewVersion & "' , 'STRVERSION')")


This should read:
		my_conn.execute ("INSERT INTO " & strTablePrefix & "CONFIG_NEW (C_VALUE,C_VARIABLE) VALUES ('" & strNewVersion & "' , 'STRVERSION')")


You could also replace inc_create_forum_sql6.asp and inc_create_forum_sql7.asp with one version.
I've uploaded a combined version to http://www.btinternet.com/~pweighill/forum/inc_create_forum_sql.zip

This would save a lot of modifying when you bring out new versions of the forum.

gor
Retired Admin

Netherlands
5511 Posts

Posted - 18 August 2001 :  01:35:13  Show Profile  Visit gor's Homepage
Updating / inserting configvalues has been changed/improved in version 3.3.03
Thought the suggested change still fixes it for the code of version 3.3.02

Pierre
Join a Snitz Mailinglist
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07