Annonce

  •  » Plugins
  •  » erreur suite à install editoOnindex

#1 2007-11-02 09:54:59

alahel76
Membre
2006-08-31
121

erreur suite à install editoOnindex

Hello,

SELECT content
  FROM phpwebgallery_nbc_EditoOnIndex
  WHERE language = 'fr_FR.iso-8859-1'

[mysql error 1146] La table 'xxxx.phpwebgallery_nbc_editoonindex' n'existe pas

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in d:\www\sergioreis.com\htdocs\gallery\plugins\nbc_EditoOnIndex\nbc_EditoOnIndex.php on line 26

c'est sans doute le même problème qu'avec T@gsonindex ?
http://forum.phpwebgallery.net/viewtopic.php?id=12070

Sergio
www.sergioreis.com

Hors ligne

#2 2007-11-02 11:54:57

P@t
Ex Equipe Piwigo
Nice
2007-06-13
5695

Re: erreur suite à install editoOnindex

C'est en effet le meme problème...
Mais je te conseille d'utiliser plutot PWG Stuffs pour ton édito...
Plus d'options, plus complet, etc...

Il remplace également TagsOnIndex

Dernière modification par P@t (2007-11-02 11:58:09)


P@t

Hors ligne

#3 2007-11-02 12:14:11

alahel76
Membre
2006-08-31
121

Re: erreur suite à install editoOnindex

bon j'ai bien essayé de l'utiliser mais j'ai aussi un problème
ils semble s'installer mais quand je veux activer un des modules ça se passe pas très bien ... il me dit imposible de trouver la page !
et ça pour n'importe quel module !!!

Sergio
www.sergioreis.com

Hors ligne

#4 2007-11-02 13:15:31

P@t
Ex Equipe Piwigo
Nice
2007-06-13
5695

Re: erreur suite à install editoOnindex

Est-ce que tu peux me donner l'url de la page qui n'est pas trouvée? (dans la barre d'adresse)

Dernière modification par P@t (2007-11-02 13:15:44)


P@t

Hors ligne

#5 2007-11-02 13:33:30

P@t
Ex Equipe Piwigo
Nice
2007-06-13
5695

Re: erreur suite à install editoOnindex

Dans le fichier PWG_Stuffs/admin/admin.php, essaye de remplacer (ligne 16 et 17):

Code:

$r_uri = explode ('admin.php?' , $_SERVER['REQUEST_URI']);
header('Location: http://' . $_SERVER['HTTP_HOST'] . $r_uri[0] . 'admin.php?page=plugin&section=' . STUFFS_DIR . '%2Fadmin%2Fadd_module.php&type=' . $_POST['module']);

par

Code:

header('Location: http://' . $_SERVER['HTTP_HOST']
 . rtrim(dirname($_SERVER['PHP_SELF']), '/\\')
 . '/admin.php?page=plugin&section=' . STUFFS_DIR . '%2Fadmin%2Fadd_module.php&type=' . $_POST['module']);

P@t

Hors ligne

#6 2007-11-02 14:07:49

alahel76
Membre
2006-08-31
121

Re: erreur suite à install editoOnindex

j'arrive bien sur cette page :
http://www.sergioreis.com/gallery/admin … Fadmin.php

mais si je veux inserer un bloc perso par exmple :
http://www.sergioreis.comadmin.php/?pag … e=Personal !

sur ma page web Firefox me dit qu'il ne peut trouver le serveur à l'adresse www.sergioreis.comadmin.php.

alors comme je suis pas con je modifie l'URL dans le navigateur, et là : (problème de droits ?)

Warning: main(): Unable to access ./include/common.inc.php in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 30

Warning: main(./include/common.inc.php): failed to open stream: No such file or directory in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 30

Warning: main(): Failed opening './include/common.inc.php' for inclusion (include_path='.;c:\php\pear') in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 30

Warning: main(): Unable to access ./admin/include/functions.php in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 32

Warning: main(./admin/include/functions.php): failed to open stream: No such file or directory in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 32

Warning: main(): Failed opening './admin/include/functions.php' for inclusion (include_path='.;c:\php\pear') in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 32

Warning: main(): Unable to access ./admin/include/functions_plugins.inc.php in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 33

Warning: main(./admin/include/functions_plugins.inc.php): failed to open stream: No such file or directory in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 33

Warning: main(): Failed opening './admin/include/functions_plugins.inc.php' for inclusion (include_path='.;c:\php\pear') in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 33

Fatal error: Call to undefined function: check_status() in d:\www\sergioreis.com\htdocs\gallery\admin.php on line 38

Sergio
www.sergioreis.com

Hors ligne

#7 2007-11-02 14:17:39

P@t
Ex Equipe Piwigo
Nice
2007-06-13
5695

Re: erreur suite à install editoOnindex

Ok... As-tu essayé la modification que j'ai proposé?


P@t

Hors ligne

#8 2007-11-02 14:29:33

alahel76
Membre
2006-08-31
121

Re: erreur suite à install editoOnindex

j'avais pas vu ta réponse ...
ça me semble beaucoup mieux !

merci beaucoup

Sergio
www.sergioreis.com

Hors ligne

#9 2007-11-02 14:50:28

P@t
Ex Equipe Piwigo
Nice
2007-06-13
5695

Re: erreur suite à install editoOnindex

Ok... merci...
Je modifierai ca pour la prochaine version...


P@t

Hors ligne

  •  » Plugins
  •  » erreur suite à install editoOnindex

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact