| Author |
Topic Search Topic Options
|
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 3:19pm |
The forum posts, users, etc will remain there as they are stored in the SQL database (I assume its SQL) and if so, just delete the 9.52 off the server, and as I said, re-upload the 9.53 (not forgetting to edit your database_connection.asp file first) and you should be good to go On a test forum I run, I installed 9.52  and then just deleted it, and uploaded the 9.53 There is no need to run the mssql_setup file. You have already setup the database so dont run that again or you will screw it up
|
|
|
 |
Neil040
Newbie
Joined: 01 October 2007
Status: Offline
Points: 20
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 3:26pm |
|
You are very helpful thanks.. I am doing all that right now so hopefully it will be fine..
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 3:28pm |
Just take your time, and you should be okay - let us know if you run any the same issues though, or if it works out okay too? MrTWS
|
|
|
 |
Neil040
Newbie
Joined: 01 October 2007
Status: Offline
Points: 20
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 3:47pm |
Hm.. well I have done that exactly as you suggested.. but altho it is enabled and licenced still the image and file upload columns are missing everywhere..
I just reinstalled the keys to be sure and same thing. I opened the admin_forum_details.asp file from the server and it clearly shows that they are not enabled, thus
'Update the recordset .Fields("Group_ID") = intUserGroupID .Fields("Forum_ID") = intForumID .Fields("View_Forum") = CBool(Request.Form("read" & intUserGroupID)) .Fields("Post") = CBool(Request.Form("topic" & intUserGroupID)) .Fields("Priority_posts") = CBool(Request.Form("sticky" & intUserGroupID)) .Fields("Reply_posts") = CBool(Request.Form("reply" & intUserGroupID)) .Fields("Edit_posts") = CBool(Request.Form("edit" & intUserGroupID)) .Fields("Delete_posts") = CBool(Request.Form("delete" & intUserGroupID)) .Fields("Poll_create") = CBool(Request.Form("polls" & intUserGroupID)) .Fields("Vote") = CBool(Request.Form("vote" & intUserGroupID)) .Fields("Display_post") = CBool(Request.Form("approve" & intUserGroupID)) .Fields("Moderate") = CBool(Request.Form("moderator" & intUserGroupID)) .Fields("Calendar_event") = CBool(Request.Form("calEvent" & intUserGroupID)) .Fields("Attachments") = False .Fields("Image_upload") = False
'Update the database
Surely that is what should be changed when the upload section is enabled?
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 3:58pm |
|
Can you give me a moment on this? I'll have a look at my files
|
|
|
 |
Neil040
Newbie
Joined: 01 October 2007
Status: Offline
Points: 20
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 4:03pm |
Sure thanks. It definitely seems to be that it is just failing to unlock the upload feature within the forum, the upload settings page is active tho as I said..
I suppose the upload settings page is failing to do whatever it does to add those two column choices to all relevant admin pages.
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 4:09pm |
Okay in 9.51 which I have and it works I see this on the file you are quoting from, and its the same  I know this may sound a silly question, but have you setup the correct upload settings in your admin area?  Because of these settings are incorrect then it wont work
|
|
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 October 2008 at 4:10pm |
|
If you click the test tool, it should tell you what is installed on your servers, and therefore, allow this to work
|
|
|
 |