Englishplg 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 !
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.
update piwigo_user_infos set theme='clear';
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 ?
Hum... I admit I don't understand, but you're not the first one with this problem.
In the database, perform the following query:
insert into piwigo_config set param='piwigo_db_version', value='2.3';
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
OK, that's interesting. Now, what gives the following query:
select * from piwigo_upgrade order by applied desc;
plg wrote:
plg wrote:
And also tell us if you have a column "rating_score" in table piwigo_images
Can you use this ?
plg wrote:
And also tell us if you have a column "rating_score" in table piwigo_images
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?
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?
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
Can you perform the following query on your database?
select * from piwigo_config where param like '%version%';
And also tell us if you have a column "rating_score" in table piwigo_images
ddtddt wrote:
a link ?
http://gallery.danielsito.dk/upgrade.php
if that could help...
a link ?
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