Piwigo.org

You are not logged in. (Register / Login)

Announcement

#1 2011-11-13 15:33:54

tuxn
Member
Registered: 2011-11-13
Posts: 8

Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

Hi all

I just upgraded from 2.1.0 and I am stuck now on that upgrade page.

I have try manuel upgrade, but no luck.

I was performin the upgrade whit the autoUpdate plugin.

What to do ?

/TuxN

Offline

#2 2011-11-13 16:54:12

ddtddt
Piwigo Team
Location: Quetigny - France
Registered: 2007-07-27
Posts: 6074

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

a link ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Online

#3 2011-11-13 17:34:52

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

ddtddt wrote:

a link ?

http://gallery.danielsito.dk/upgrade.php

if that could help...

Offline

#4 2011-11-13 17:44:45

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

Can you perform the following query on your database?

Code:

select * from piwigo_config where param like '%version%';

And also tell us if you have a column "rating_score" in table piwigo_images


Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#5 2011-11-13 17:49:32

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

Can you perform the following query on your database?

Code:

select * from piwigo_config where param like '%version%';

And also tell us if you have a column "rating_score" in table piwigo_images

I have no clue how to performe query on the database.

If i make a restore of all files it still shows the gallery, but whit some database faults

Offline

#6 2011-11-13 17:57:42

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

tuxn wrote:

I have no clue how to performe query on the database.

Don't you have something like "PhpMyAdmin" on your web hosting panel?


Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#7 2011-11-13 19:06:13

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

tuxn wrote:

I have no clue how to performe query on the database.

Don't you have something like "PhpMyAdmin" on your web hosting panel?


Uploaded Images

Offline

#8 2011-11-13 19:42:21

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

And also tell us if you have a column "rating_score" in table piwigo_images


Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#9 2011-11-13 19:45:41

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

plg wrote:

And also tell us if you have a column "rating_score" in table piwigo_images

Can you use this ?


Uploaded Images

Offline

#10 2011-11-13 19:51:57

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

OK, that's interesting. Now, what gives the following query:

Code:

select * from piwigo_upgrade order by applied desc;

Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#11 2011-11-13 19:59:52

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

OK, that's interesting. Now, what gives the following query:

Code:

select * from piwigo_upgrade order by applied desc;

hope it say somthing

btw. im running win, server 2008 and IIS 7


Uploaded Images

Offline

#12 2011-11-13 20:05:44

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

Hum... I admit I don't understand, but you're not the first one with this problem.

In the database, perform the following query:

Code:

insert into piwigo_config set param='piwigo_db_version', value='2.3';

Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#13 2011-11-13 20:13:21

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

Hum... I admit I don't understand, but you're not the first one with this problem.

In the database, perform the following query:

Code:

insert into piwigo_config set param='piwigo_db_version', value='2.3';

Yes, then we do ?

Offline

#14 2011-11-13 20:16:11

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11713
Website

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

You have many errors on your main page. So I suppose something went wrong at the end of upgrade for your gallery : the default theme is not available.

Code:

update piwigo_user_infos set theme='clear';

Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#15 2011-11-13 20:19:32

tuxn
Member
Registered: 2011-11-13
Posts: 8

Re: Fail update 2.1.0 to 2.3.1 - "No upgrade required,..."

plg wrote:

You have many errors on your main page. So I suppose something went wrong at the end of upgrade for your gallery : the default theme is not available.

Code:

update piwigo_user_infos set theme='clear';

Done !

and now it looks a bit better champ !

Offline

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013