EX-FTB a écrit:
ddtddt a écrit:
Pour infos à l'installation de Look_like_GBo, le plugin prend comme préfixe de tables "phpwebgallery" et non celui choisie lors de l'installation de PWG.
Cela crée des conflits si 2 installs sur la même base.Merci ddtddt,
je regarde comment régler ce problème au plus tôt.
de rien je dirai dans ton fichier "maintain.inc.php"
ligne 80 à 82
..
CREATE TABLE IF NOT EXISTS phpwebgallery_plugin_register_llgbo_id_user (
par
global $prefixeTable; $q = 'CREATE TABLE ' . $prefixeTable . 'plugin_register_llgbo_id_user ( (
Dernière modification par ddtddt (2007-12-11 21:07:58)
Hors ligne
Quand tu postera une nouvelle version tu peux également mettre le fichier index.php dans tous les répertoires pour éviter qu'ils puissent être listés
Hors ligne
J'ai une erreur dans l'archive je peux pas récupérer les fichiers =(
Hors ligne
Meric ddtddt,
je n'avais pas pensé à tester le Download et l'extraction.
Maintenant cela devrait être OK.
Dernière modification par EX-FTB (2008-01-07 07:49:41)
Hors ligne
Toujours en erreur chez moi. il me semble que l'on ne peut pas modifier une archive. Il faux en créer une nouvelle et supprimer l'existant
Hors ligne
ddtddt,
J'ai testé la décompression avec izarc tout est OK.
sakkhho,
J'ai réinstallé la version livrée.
Lorsque l'option est cochée la navigation sur l'image fonctionne chez moi (local et serveur ).
As-tu une url pour voir l'origine du souci?
Hors ligne
Bonjour
apparemment cette nouvelle version apparaît comme 2.1.0; le plugin "Plugins UpToD@te" rapporte qu'une version 2.10 est disponible...
Fredouye a écrit:
Bonjour
apparemment cette nouvelle version apparaît comme 2.1.0; le plugin "Plugins UpToD@te" rapporte qu'une version 2.10 est disponible...
Je viens de modifier la référence dans les extensions, tous les repères ont l'étiquette 2.1.0
Hors ligne
me revoilà.
j'avais laissé ça de coté
donc je (re)confirme, dans la dernière version je n'ai plus la navigation sur l'image
et des erreurs dans la partie admin qd je cliquer sur valider.
Notice: Undefined index: llgbo_frame in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 60 Notice: Undefined index: llgbo_title_frame in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 67 Notice: Undefined index: llgbo_allinfo in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 100
j'ai fais la mise à jour via plugin manager.
avec la version antérieure la navigation sur l'image est bien la mais les erreurs aussi. donc ces erreurs ne sont à priori pas la cause
je suis en 1.7.1
une petite remarque : depuis que je suis chez ovh, j'ai accès à toutes les 'notices' alors que chez free je crois que ce service ne doit pas etre activé
EDIT :
Si je désintalle le plugin :
DROP TABLE phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user; [mysql error 1051] Unknown table 'phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user' Warning: Cannot modify header information - headers already sent by (output started at /home.44/g/a/l/galeriebo/www/phpwebgallery/include/functions.inc.php:955) in /home.44/g/a/l/galeriebo/www/phpwebgallery/include/page_header.php on line 103
Si je le ré-installe :
DROP TABLE phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user; [mysql error 1051] Unknown table 'phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user' CREATE TABLE IF NOT EXISTSphpwebgallery__plugin_register_llgbo_id_user ( id_user_pwg smallint(5) NOT NULL default "0", id_user_llgbo int(10) NOT NULL default "0", KEY id_user_pwg (id_user_pwg,id_user_llgbo)); [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 'EXISTSphpwebgallery__plugin_register_llgbo_id_user ( id_user_pwg smallint(5) N' at line 1 Warning: Cannot modify header information - headers already sent by (output started at /home.44/g/a/l/galeriebo/www/phpwebgallery/include/functions.inc.php:955) in /home.44/g/a/l/galeriebo/www/phpwebgallery/include/page_header.php on line 103
un beau petit bord$#..
je regarde si c'est pareil avec la version d'avant
EDIT2 : Aucun problème avec la version 2.0.2
Voilà compte rendu terminé !
A+
Dernière modification par sakkhho (2008-03-01 10:36:58)
Hors ligne
Bonjour,
J'avais le même message d'erreur :
sakkhho a écrit:
me revoilà.
Si je le ré-installe :Code:
DROP TABLE phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user; [mysql error 1051] Unknown table 'phpwebgallery_phpwebgallery_plugin_register_llgbo_id_user' CREATE TABLE IF NOT EXISTSphpwebgallery__plugin_register_llgbo_id_user ( id_user_pwg smallint(5) NOT NULL default "0", id_user_llgbo int(10) NOT NULL default "0", KEY id_user_pwg (id_user_pwg,id_user_llgbo)); [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 'EXISTSphpwebgallery__plugin_register_llgbo_id_user ( id_user_pwg smallint(5) N' at line 1 Warning: Cannot modify header information - headers already sent by (output started at /home.44/g/a/l/galeriebo/www/phpwebgallery/include/functions.inc.php:955) in /home.44/g/a/l/galeriebo/www/phpwebgallery/include/page_header.php on line 103un beau petit bord$#..
A+
En ajoutant un espace entre EXISTS et phpwebgallery, ça passe...
par contre j'ai :
Notice: Undefined index: llgbo_frame in /homepages/30/d222612287/htdocs/galerie/plugins/look_like_gbo/admin/llgbo_admin.php on line 60 Notice: Undefined index: llgbo_allinfo in /homepages/30/d222612287/htdocs/galerie/plugins/look_like_gbo/admin/llgbo_admin.php on line 100
quand je modifie les paramètres (désactivation de "Affiche toutes les informations de l'image") dans la partie admin..
A votre dispo si vous voulez plus d'infos
Amicalement.
grux
Dernière modification par le grux (2008-03-02 09:22:06)
Hors ligne
le grux, sakkhho:
Est ce que le problème vient de la nouvelle version.
je regarde, si la modification du zip générè un effet de bord.
Maj: 15:40
Pour l'anomalie sur l'installation; je viens de voir l'origine(cela n'a rien à voir avec le zip)
pour la navigation sur l'image, je regarderai ce soir.
Dernière modification par EX-FTB (2008-03-02 15:35:42)
Hors ligne
Pour l'administration ce doit être OK.
je m'étais vautré en ajoutant le préfixe des tables.
Sakkhho,
est-ce que la navigation sur image est activée sur ton site ?
Hors ligne
bon j"ai essayé la nouvelle version et toujours des erreurs à l'install
DROP TABLE phpwebgallery__plugin_register_llgbo_id_user; [mysql error 1051] Unknown table 'phpwebgallery__plugin_register_llgbo_id_user' Warning: Cannot modify header information - headers already sent by (output started at /home.44/g/a/l/galeriebo/www/phpwebgallery/include/functions.inc.php:955) in /home.44/g/a/l/galeriebo/www/phpwebgallery/include/page_header.php on line 103
et les erreurs dans la partie admin apparaissent qd tu décoches l'option
donc si tu decoches tout -->
Notice: Undefined index: llgbo_frame in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 60 Notice: Undefined index: llgbo_title_frame in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 67 Notice: Undefined index: llgbo_tooltip in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 74 Notice: Undefined index: llgbo_usemap in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 81 Notice: Undefined index: llgbo_header in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 87 Notice: Undefined index: llgbo_allinfo in /home.44/g/a/l/galeriebo/www/phpwebgallery/plugins/look_like_gbo/admin/llgbo_admin.php on line 100
Dernière modification par sakkhho (2008-03-02 21:59:37)
Hors ligne