update from 1.5.3 to 2.0.4

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
marholye
Posts: 7
Joined: Thu Jan 10, 2008 10:47 am

update from 1.5.3 to 2.0.4

Post by marholye »

hello,

I did these actions:

* uncompress the version 2.0.4 in a new directory
* copy into the new directory : inc/data.php , inc/config.php , and templates/*
* create a database
* import the data from my phpmyfaq 1.5.3 to my new database with Mysql Control Center and after that the tables contain the data
* execute the install/update.php from the directory of the version 2.0.4 with these choices : phpmyfaq 1.5.2 and later

in the step 5 I had this msg :

Code: Select all

"DB error: Duplicate column name 'solution_id'
Query: 
ALTER TABLE intranet_sifac_faqdata ADD solution_id INTEGER NOT NULL AFTER lang".
What did I do wrong ???

(sorry for the language : I'm french )

Thorsten
Posts: 15728
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

are you sure, you had a 1.5.4 installation?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
marholye
Posts: 7
Joined: Thu Jan 10, 2008 10:47 am

updating 1.5.3 to 2.0.4

Post by marholye »

Hello, Thorsten,

My Version is 1.5.3

bye,
Marho
Thorsten
Posts: 15728
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

well, why do you have a solution_id column in your database? We added this column in version 1.6.0. This is a little bit strange.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
marholye
Posts: 7
Joined: Thu Jan 10, 2008 10:47 am

Post by marholye »

Hi,

So I 'm going to update with the choice of 1.6.0 instead of 1.5.3.

However in my admin I have :
"phpMyFAQ Version 1.5.3 | © 2001-2005 phpMyFAQ-Team" in the footer of my login page.
And in my config.php :
// Version de la FAQ
$PMF_CONF["version"] = "1.5.3";


I'll tell you what happens :)
marholye
Posts: 7
Joined: Thu Jan 10, 2008 10:47 am

updating data base to 2.0.4

Post by marholye »

Hi,

It's okay when I make the choice : 1.6.0 !
Thorsten
Posts: 15728
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

please try an update from 1.6.0. Should work!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
marholye
Posts: 7
Joined: Thu Jan 10, 2008 10:47 am

Post by marholye »

Yes !
I did it and it's okay :D

Thanks for your help Thorsten
Post Reply