Bonjour,
Suite à la mise à jour PWG de 2.16 vers 2.2.0, l'activation de ce plugin provoque un message d'erreur.
Pour information :
- Mise à jour depuis la version ? 2.1.6
- Quel est votre hébergeur ? FREE
- Mise à jour automatique ou manuelle ? AUTOMATIQUE
Community Version 2.2.f
Message d'erreur visible au moins sur la page d'administration
warning: [mysql error 1146] Table 'ma_table.phpwebgallery_community_pendings' doesn't exist
SELECT
COUNT(*)
FROM phpwebgallery_community_pendings
WHERE state = 'moderation_pending'
; in /mnt/136/sda/1/0/mon_site/include/dblayer/functions_mysql.inc.php on line 654
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/1/0/mon_site/include/dblayer/functions_mysql.inc.php on line 158
Warning: Cannot modify header information - headers already sent by (output started at /mnt/136/sda/1/0/mon_site/include/dblayer/functions_mysql.inc.php:653) in /mnt/136/sda/1/0/mon_site/include/page_header.php on line 98
Warning: [mysql error 1054] Unknown column 'I.adviser' in 'where clause'
select
U.username as username,
U.mail_address as mail_address
from
phpwebgallery_users as U,
phpwebgallery_user_infos as I
where
I.user_id = U.id and
I.status in ('webmaster', 'admin') and
I.adviser = 'false' and
mail_address is not null
order by
username
in /mnt/136/sda/1/0/mon_site/include/dblayer/functions_mysql.inc.php on line 654
Bonne journée
Cyril
Hors ligne
Est ce que tu as mis le plugin à jour ?
Hors ligne
c'est toujours la meme reponse, aprés la mise a jour automatique, il faut faire un tour sur la page
monsite/upgrade.php
monsite/piwigo/upgrade.php
"monsite" etant remplacé par votre "nom de domaine".
bonne journée
Dernière modification par grolourdo (2011-04-02 10:12:44)
Hors ligne