Bonjour à tous.
Depuis quelques heures j'ai ce message d'erreur sur ma page d'accueil non loguée :
SELECT cat_id
FROM phpwebgallery_user_access
WHERE user_id =
;
[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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/135/sdb/1/9/photoweb.cyril/include/functions.inc.php on line 972
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 =
;
[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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/135/sdb/1/9/photoweb.cyril/include/functions.inc.php on line 972
DELETE FROM phpwebgallery_user_cache_categories
WHERE user_id =
;
[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 =
;
[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
INSERT INTO phpwebgallery_user_cache
(user_id, need_update, forbidden_categories, nb_total_images)
VALUES
(,'false','1,2,3,4,5,9,10,11,12,13,14',0)
;
[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','1,2,3,4,5,9,10,11,12,13,14',0)' at line 4
Warning: Cannot modify header information - headers already sent by (output started at /mnt/135/sdb/1/9/photoweb.cyril/include/functions.inc.php:955) in /mnt/135/sdb/1/9/photoweb.cyril/include/page_header.php on line 103
Que puis-je faire, merci de vôtre réponse
Hors ligne
phpMyAdmin
premier icone SQL... (colonne de gauche)
INSERT INTO `phpwebgallery_users` VALUES (2, 'guest', '', NULL);
Hors ligne
PS: Tu editeras le premier post pour changer le titre.
1 - Pour nous ce n'est pas un gros problème.
2 - Il y a des règles sur un forum.
3 - T'a de la chance que je sois dans un bon jour.
4 - On connait des problèmes bien plus compliqués que celui-ci.
8-)
Hors ligne
VDigital a écrit:
PS: Tu editeras le premier post pour changer le titre.
1 - Pour nous ce n'est pas un gros problème.
2 - Il y a des règles sur un forum.
3 - T'a de la chance que je sois dans un bon jour.
4 - On connait des problèmes bien plus compliqués que celui-ci.
8-)
Pas si bon que ca, je trouve ;-)))
Hors ligne