|
Monday, April 17, 2006(UTC)
|
|
Monday, April 23, 2007 10:41:05 AM(UTC)
|
4 [0.01% of all post / 0.00 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
|
Hi All,
The old message table in yaf database include some html tag that create by the 0.98 version, the new version will change it like:
<p> --> <p>
that make the message will display the html tag, how can i solve this problem?
Thanks.
Kevin
|
|
Hi,
I was solved database upgrade problem, another question:
The old message that use post in database include some html tag that create by the 0.98 version, the new version will change it like:
<p> --> <p>
that make the message will display the html tag, how can i solve this problem?
Thanks.
Kevin
|
|
Dear Sir,
I try to upgrade yaf from 0.98 to 1.01 on windows 2003, here is the procedure to upgrade 1.Unzip the YAF-v1.0.1-Final-SRC.zip 2.rename the Directory YAF-v1.9.0-FINAL-SRC to YAF and Copy this directory to c:\inetpub\wwwroot 3.Open the IIS Admin Windows, right click the properties of YAF directory and create application 4.open web.config and change the sql connection to YAF 0.98 Database on my sql 2005 server 5.open http://localhost/yaf/install 6.follow the install procedure, after i click next on Step 2: Initialize database, i got a error:
FILE:\nversion-1.0.0.sql
ERROR: Invalid Data Columns Name 'Flags'
STATEMENT: if not exists(select 1 from syscolumns where id=object_id('yaf_Topic') and name='Flags')begin alter table dbo.yaf_Topic add Flags int not null constraint DF_yaf_Topic_Flags default (0) update yaf_Message set Flags = Flags & 7 end
Can Anyone help me?
Kevin
|
|
Hi Jaben,
i used the old version, i don't know the version, maybe 0.98, it include the richedit.js.
my question is:
if i upgrade to 1.01, do i need change my database schema? i change the database to sql server.
Thanks.
Kevin
|
|