|
Hii Everyone;
I want to write my upgrade process. I hope helpful for who migrate to WWF v7.7 to WWF v8 beta 1. This is not offical migrate document.
My WWF Scheme and System
Currently I use WWF 7.7 (MS Access) in our web portal. But I fix some dangerous bugs (I changed some asp pages newest one)
My hosting company supply SQL. But I use MS Access version. Because I m waiting final version of V8 for Access to SQL. My portal server Windows 2003 Server.
In my home, I have got Windows 2003 Server Enterprise and SQL 2000 SP4. Currently I am working my copy of portal. Settings and paths same as My hosting company server's. This very important for improving.
Today, I download WWF V8 Beta SQL and Access editions. First, I extract Access version. And take copy my original v7.7 access db. Then I put V8 forum as "forum2" folder. v7.7 as still "forum" folder. I examine new db structure. First Borg says in latest version history file:
Changes to tblForum New fields:- 1. Sub_ID - data type = interger - default value = 0 2. Display - data type = interger 3. Last_post_author_ID - data type = interger - default value 1 4. Last_post_date - data type = date/time - default value = now()/GetDate() |
I can not find Display column in tblForum. I changed my v7.7 db structure to V8. While I do this, I open V8 mdb and v7.7 mdb and copy from one to other in design view. After all of completed. I change db files. And I test in my web server. First I can not see any forum in forum main page. This problem occur when your group/forum permission wrong. If yo dont give forum moderator/ Approve permission to any forum, you don't see this forum in forum main page.
I change my old forum permissions to new ones. New permission system perfectly. Thanks Brouce great work, but you debtor left mouse button to me . I advice, you set group permissions page instead of forum admin page. Because this is very easy, I select first Administrators. And set all forum permissions for this group. Then i select guests and etc... New permission system is great . Looks like NTFS ACL (Access Control List).
Permissions is not enough for the see all forums in forum main page. You must change tblForum data check it bellow :
- Last_post_author_ID, Last_post_date and Sub_ID colums must do not empty. I set all entries in tblForum :
- Last_post_author_ID = 1 (Not important you can set any Author)
- Last_post_date = 14.01.2006 21:01:23 (Not important you can set any time)
- Sub_ID = 0
Currently I can see my all old (v7.7 db) forums on forum main page. But I see another problem. When I click any forum in the main page, I dont see any topic. I know reason. New columns in tblTopic :
- Start_Thread_ID
- Last_Thread_ID
I stoped in this situation. I examine how to fill this values. I want to write an asp page find start Thread Id and Last Thread ID and write them to suitable columns.
I can see my old PM's I search members and I can see member profiles no problem. I try testing. When I perfectly migrate my 7.7 mdb to 8 beta mdb, I try integration of my portal then I migrate to SQL V8. All of steps will here.
------------- http://www.knowhow.gen.tr" rel="nofollow">
|