| Author |
Topic Search Topic Options
|
Cem Alacayir
Newbie
Joined: 15 January 2006
Location: Turkey
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2006 at 10:54am |
Superlative, ok I updated the instructions in my first post to mention the permissions issue.
Silvereye, I guess the error is about date format. You may try setting the variable Session.LCID to your local id at the beginning of the code (commented out) in common.asp file.
vassabi, do you get that error every time you try to post a new message?
What was your old database version, maybe it's an earlier 7.x version and it has a slightly different db structure.
Edited by Cem Alacayir - 16 January 2006 at 10:55am
|
 |
cenkilic
Newbie
Joined: 07 January 2006
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2006 at 4:57pm |
thanks a lot i was looking for that
but do you have a script to make RTE work in freehosts??
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2006 at 5:22pm |
|
The RTE will not work with free web hosts and is disabled in the 7.x Lite version.
|
|
|
 |
megetron
Groupie
Joined: 20 September 2004
Status: Offline
Points: 147
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 January 2006 at 8:44pm |
nice but doesn't working:
Updating Web Wiz Forums database from version 7.x to version 8 beta 1... Please wait...-> Changing table tblForum... Added fields.-> Changing table tblTopic... Added fields.-> Changing table tblThread... Added fields.-> Changing table tblPermissions... Added fields.Renamed a field.-> Changing table tblAuthor... Added fields.-> Changing table tblConfiguration... Added fields.-> Changing table tblDateTimeFormat... Added fields.-> Creating table tblPollVote... Done.-> Re-synchronizing forums...
Microsoft JET Database Engine error '80004005'
Unrecognized database format 'c:\inetpub\wwwroot\gvion\forum\database\wwForum.mdb'.
/gvion/forum/functions/functions_common.asp, line 641
|
 |
javi712
Senior Member
Joined: 22 May 2003
Location: United States
Status: Offline
Points: 488
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2006 at 1:42am |
|
Hi Guys. I have a quick question. Borg mentioned that there will still be database changes to the final release of 8.0. Will there be another upgrade script available from beta to final release?
Thanks in advance!
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 January 2006 at 10:33am |
|
Beta versions are for testing purposes ONLY, as they are no complete and NOT stable, and should not be used on a production server, which is why there is no official upgrade application yet.
Once the full version is released I will make available an official 7.x to 8.x upgrade tool, but there will be no official upgrade tool between beta versions.
If you go down this path now, and use a beta version on a production server with your 7.x database converted to 8.x, you may not be able to upgrade to the full version when it is released.
Edited by -boRg- - 17 January 2006 at 10:33am
|
|
|
 |
Ozan
Groupie
Joined: 11 October 2005
Location: Turkey
Status: Offline
Points: 14
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 January 2006 at 1:09pm |
Silvereye wrote:
I followed your instructions but i couldn´t make it work. When trying to access a forum i get this message:
Microsoft JET Database Engine (0x80040E07) Syntaxfel i datum i frågeuttrycket 'tblThread.Author_ID=tblAuthor.Author_ID AND LastThread.Author_ID=LastAuthor.Author_ID AND tblTopic.Start_Thread_ID=tblThread.Thread_ID AND tblTopic.Last_Thread_ID=LastThread.Thread_ID AND (tblTopic.Forum_ID=2 OR (tblTopic.Priority=3) OR (tblTopic.Moved_ID'. /forum/forum_topics.asp, line 371
|
Great job anyway! Makes things alot easyer with a script like this. |
Hata Tipi: Microsoft JET Database Engine (0x80040E07) 'tblThread.Author_ID=tblAuthor.Author_ID AND LastThread.Author_ID=LastAuthor.Author_ID AND tblTopic.Start_Thread_ID=tblThread.Thread_ID AND tblTopic.Last_Thread_ID=LastThread.Thread_ID AND (tblTopic.Forum_ID=47 OR (tblTopic.Priority=3) OR (tblTopic.Moved_I' sorgu ifadesi içindeki Tarihte sözdizimi hatası /forum8/forum_topics.asp, line 371
 help
|
 |
Mikero
Newbie
Joined: 14 December 2005
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 January 2006 at 4:09pm |
Cem Alacayir wrote:
I wrote a ASP script (updateDB.asp) for upgrading Access database from version 7.x to version 8 beta1. I have not tested with SQL Server or other versions, I think it will probably fail with them.
|
Ok, I moved a copy of my forum to a test site and updated from v7.97 to v8 beta using the script that Cem Alacayir supplied (Thank You Cem Alacayir). Now I would like to go from v8 access to v8 mysql. Does anyone have a script to move the data from v8 access to v8 mysql?
Thank You,
µ
|
 |