EnglishPages: 1
a link ?
Online
ddtddt wrote:
a link ?
http://gallery.danielsito.dk/upgrade.php
if that could help...
Offline
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
Offline
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
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?
Offline
plg wrote:
And also tell us if you have a column "rating_score" in table piwigo_images
Offline
OK, that's interesting. Now, what gives the following query:
select * from piwigo_upgrade order by applied desc;
Offline
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
Offline
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';
Offline
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
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';
Offline
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
Pages: 1