BOnjour à tous,
Mise à jour hier soir de mon piwigo, et suite à l'AutoUpdate voici ma page :
Warning: [mysql error 1054] Unknown column 'theme' in 'field list'
UPDATE phpwebgallery_user_infos
SET theme = 'Sylvia'
WHERE user_id = '2' in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php:650) in /mnt/120/sdc/e/3/bhemard/Galerie/include/user.inc.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php:650) in /mnt/120/sdc/e/3/bhemard/Galerie/include/functions_user.inc.php on line 1092
Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot send session cookie - headers already sent by (output started at /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php:650) in /mnt/120/sdc/e/3/bhemard/Galerie/include/functions_user.inc.php on line 1103
Warning: [mysql error 1146] Table 'bhemard.phpwebgallery_themes' doesn't exist
SELECT
ui.*,
uc.*,
t.name AS theme_name
FROM phpwebgallery_user_infos AS ui
LEFT JOIN phpwebgallery_user_cache AS uc ON ui.user_id = uc.user_id
LEFT JOIN phpwebgallery_themes AS t ON t.id = ui.theme
WHERE ui.user_id = 1
; in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 155
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/120/sdc/e/3/bhemard/Galerie/include/functions_user.inc.php on line 330
Warning: Invalid argument supplied for foreach() in /mnt/120/sdc/e/3/bhemard/Galerie/include/functions_user.inc.php on line 332
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
SELECT cat_id
FROM phpwebgallery_user_access
WHERE user_id =
; in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 202
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
SELECT cat_id
FROM phpwebgallery_user_group AS ug INNER JOIN phpwebgallery_group_access AS ga
ON ug.group_id = ga.group_id
WHERE ug.user_id =
; in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 202
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
SELECT DISTINCT(id)
FROM phpwebgallery_images INNER JOIN phpwebgallery_image_category ON id=image_id
WHERE category_id NOT IN (5,4,6,8,57,58,101,131,150,154)
AND level> in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 202
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE c.id NOT IN (5,4,6,8,57,58,101,131,150,154)
GROUP BY c.id, c.global_rank' at line 8
SELECT c.id cat_id, global_rank,
MAX(date_available) date_last, COUNT(date_available) nb_images
FROM phpwebgallery_categories as c
LEFT JOIN phpwebgallery_image_category AS ic ON ic.category_id = c.id
LEFT JOIN phpwebgallery_images AS i
ON ic.image_id = i.id
AND i.level<=
WHERE c.id NOT IN (5,4,6,8,57,58,101,131,150,154)
GROUP BY c.id, c.global_rank in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
DELETE FROM phpwebgallery_user_cache_categories
WHERE user_id = in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
DELETE FROM phpwebgallery_user_cache
WHERE user_id = in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''false',1278403756,'5,4,6,8,57,58,101,131,150,154',953,'NOT IN','0')' at line 5
INSERT INTO phpwebgallery_user_cache
(user_id, need_update, cache_update_time, forbidden_categories, nb_total_images,
image_access_type, image_access_list)
VALUES
(,'false',1278403756,'5,4,6,8,57,58,101,131,150,154',953,'NOT IN','0') in /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php on line 651
Warning: Cannot modify header information - headers already sent by (output started at /mnt/120/sdc/e/3/bhemard/Galerie/include/dblayer/functions_mysql.inc.php:650) in /mnt/120/sdc/e/3/bhemard/Galerie/include/functions_html.inc.php on line 483
Vous n'êtes pas autorisé à accéder à la page demandée
Identification Accueil
Quand je tente de m'identifié, j'ai la page de login avec le bon template.. mais je reviens sur cette même page. N'étant que bidouilleur, pas programmeur, j'ai toujours réussi à m'en sortir auparavant mais là je ne sais pas vraiment où m'orienter...
Merci de votre intéret.
Bertrand.
Hors ligne
Essaie ceci : http://bhemard.free.fr/Galerie/upgrade.php
Hors ligne
JE savais que PIWIGO était puissant, et finalement Facile (par rapport à phpwebGallery), mais là je reste sans voie ! Milles merci, j'ai essayé ce matin d'après un autre post mais avec un upgrade_XXXXX.php...
C'est parfait, ça a fonctionné, et désolé si la question était idiote.
Hors ligne
McJr a écrit:
C'est parfait, ça a fonctionné, et désolé si la question était idiote.
Il n'y a pas de question idiote ... d'autant plus que la réponse pourra servir à un autre qui - espérons-le - tombera sur le bon post ;-)
Merci de passer la discussion en "résolu" (lien sous ton post initial).
Hors ligne