Bonjour,
J'ai l'impression que l'upgrade s'est mal passé (cf. ci-dessous).
Dois-je faire ça : http://yoursite/foldergalery/upgrade.php (vu sur le forum en anglais)
J'ai utiilsé le plugin d'autoupgrade et suis herbergé chez free.
Merci
Warning: [mysql error 1146] Table 'galerievenelloise.phpwebgallery_languages' doesn't exist
SELECT id, name
FROM phpwebgallery_languages
ORDER BY name ASC
; in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'galerievenelloise.phpwebgallery_languages' doesn't exist
SELECT id, name
FROM phpwebgallery_languages
ORDER BY name ASC
; in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1054] Unknown column 'theme' in 'field list'
UPDATE phpwebgallery_user_infos
SET theme = 'Sylvia'
WHERE user_id = '2' in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php:655) in /mnt/163/sdb/8/3/galerievenelloise/include/user.inc.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php:655) in /mnt/163/sdb/8/3/galerievenelloise/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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php:655) in /mnt/163/sdb/8/3/galerievenelloise/include/functions_user.inc.php on line 1103
Warning: [mysql error 1146] Table 'galerievenelloise.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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 155
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/163/sdb/8/3/galerievenelloise/include/functions_user.inc.php on line 330
Warning: Invalid argument supplied for foreach() in /mnt/163/sdb/8/3/galerievenelloise/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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/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 (1,4,8,16,21,24,25,26,27,28,29,30,32,36,85,89,90,105,121,126,127,154,157,162,179,182,184,211,213,215,218,220,226,237,270)
AND level> in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/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 (1,4,8,16,21,24,25,26,27,28,29,30,32,36,85,89,90,105,121,126,1' at line 8
SELECT c.id AS cat_id, global_rank,
MAX(date_available) AS date_last, COUNT(date_available) AS 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 (1,4,8,16,21,24,25,26,27,28,29,30,32,36,85,89,90,105,121,126,127,154,157,162,179,182,184,211,213,215,218,220,226,237,270)
GROUP BY c.id, c.global_rank in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/163/sdb/8/3/galerievenelloise/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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
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/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
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',1288706876,'1,4,8,16,21,24,25,26,27,28,29,30,32,36,85,89,90,105,121,126,' 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',1288706876,'1,4,8,16,21,24,25,26,27,28,29,30,32,36,85,89,90,105,121,126,127,154,157,162,179,182,184,211,213,215,218,220,226,237,270',3348,'NOT IN','0') in /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php on line 656
Warning: Cannot modify header information - headers already sent by (output started at /mnt/163/sdb/8/3/galerievenelloise/include/dblayer/functions_mysql.inc.php:655) in /mnt/163/sdb/8/3/galerievenelloise/include/functions_html.inc.php on line 483
Vous n'êtes pas autorisé à accéder à la page demandée
Identification Accueil
Hors ligne
Bratis a écrit:
Dois-je faire ça : http://yoursite/foldergalery/upgrade.php (vu sur le forum en anglais)
Oui.
upgrade.php sur ta galerie a écrit:
L'assistant de mise à jour pense que vous disposez actuellement de la version 2.0.0 (ou équivalente).
Hors ligne
J'ai relancé l'upgrade.
J'obtiens le message : No upgrade required, the database structure is up to date. Mais la Galerie est fonctionnelle.
Il me reste le thème MontBlancXL à redisposer (a minima header spécifique).
Merci
Dernière modification par Bratis (2010-11-02 21:28:01)
Hors ligne