Page 1 sur 1

Problème ou bug sur le forum?

MessagePosté: 15 Avr 2008, 17:37
par Snape
Sous le spoiler, il y'a un code qui s'affiche parfois quand j'ouvre une nouvelle page.
Bien que je ne suis pas alarmé, car parfois les forums du support PHP font ça, je pense que vous devrez tout de même jeter un oeil...

[spoil].catLeft { border-width: 0px 0px 0px 0px; } th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; } th.thTop { border-width: 0px 0px 0px 0px; } th.thCornerL { border-width: 0px 0px 0px 0px; } th.thCornerR { border-width: 0px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 17px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #FFFFFF; } /* General text */ .gen { font-size : 11px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #FFFFFF; } a.gen,a.genmed,a.gensmall { color: #BCCBDC; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #597795; text-decoration: none; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #FFFFFF } a.mainmenu { text-decoration: none; color : #BCCBDC; } a.mainmenu:hover{ text-decoration: none; color : #597795; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #BCCBDC} a.cattitle { text-decoration: none; color : #BCCBDC; } a.cattitle:hover{ text-decoration: none; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 11px; color : #BCCBDC; } a.forumlink { text-decoration: none; color : #BCCBDC; } a.forumlink:hover{ text-decoration: none; color : #597795; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #FFFFFF;} a.nav { text-decoration: none; color : #BCCBDC; } a.nav:hover { text-decoration: none; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #FFFFFF; } a.topictitle:link { text-decoration: none; color : #BCCBDC; } a.topictitle:visited { text-decoration: none; color : #BCCBDC; } a.topictitle:hover { text-decoration: none; color : #597795; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #FFFFFF;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #FFFFFF; } /* The content of the posts (body of text) */ .postbody { font-size : 11px; line-height: 18px} a.postlink:link { text-decoration: none; color : #BCCBDC } a.postlink:visited { text-decoration: none; color : #BCCBDC; } a.postlink:hover { text-decoration: none; color : #597795} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFCC00; background-color: #2E425A; border: #597795; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: 125%; background-color: #2E425A; border: #597795; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;} a.copyright { color: #FFFFFF; text-decoration: none;} a.copyright:hover { color: #FFFFFF; text-decoration: none;} /* Form elements */ input,textarea, select { color : #BCCBDC; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #597795; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #2E425A; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #2E425A; color : #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #000000; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #000000; font-weight : normal; } /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #2E425A; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/digitaltwilight/formIE.css"); --> [/spoil]

MessagePosté: 15 Avr 2008, 19:02
par Xiahdeh
On dirait un CSS (c'est à dire le fichier qui définit le thème du forum),... Mais je vois pas du tout d'ou ça peut venir.

Re: Problème ou bug sur le forum?

MessagePosté: 15 Avr 2008, 19:38
par Squirel
La gueule du code xD

Voilà qui est plus clair, je pense si ça peut rendre service ^^
  Code:
.catLeft
{
   border-width: 0px 0px 0px 0px;
}

th.thBottom,td.catBottom
{
   border-width: 0px 0px 0px 0px;
}

th.thTop
{
   border-width: 0px 0px 0px 0px;
}

th.thCornerL
{
   border-width: 0px 0px 0px 0px;
}

th.thCornerR
{
   border-width: 0px 1px 0px 0px;
}

/* The largest text used in the index page title and toptic title etc. */

.maintitle
{
   font-weight: bold;
   font-size: 17px;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   line-height : 120%;
   color : #FFFFFF;
}

 /* General text */

 .gen
{
   font-size : 11px;
}

.genmed
{
   font-size : 11px;
}

.gensmall
{
   font-size : 10px;
}

.gen,.genmed,.gensmall
{
   color : #FFFFFF;
}

a.gen,a.genmed,a.gensmall
{
   color: #BCCBDC;
   text-decoration: none;
}

a.gen:hover,a.genmed:hover,a.gensmall:hover
{
   color: #597795;
   text-decoration: none;
}

 /* The register, login, search etc links at the top of the page */

.mainmenu
{
   font-size : 11px;
   color : #FFFFFF
}

a.mainmenu
{
   text-decoration: none;
   color : #BCCBDC;
}

a.mainmenu:hover
{
   text-decoration: none;
   color : #597795;
}

 /* Forum category titles */

.cattitle
{
   font-weight: bold;
   font-size: 11px ;
   letter-spacing: 1px;
   color : #BCCBDC
}

a.cattitle
{
   text-decoration: none;
   color : #BCCBDC;
}

a.cattitle:hover
{
   text-decoration: none;
}

 /* Forum title: Text and link to the forums used in: index.php */

.forumlink
{
   font-weight: bold;
   font-size: 11px;
   color : #BCCBDC;
}

a.forumlink
{
   text-decoration: none;
   color : #BCCBDC;
}

a.forumlink:hover
{
   text-decoration: none;
   color : #597795;
}

 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav
{
   font-weight: bold;
   font-size: 11px;
   color : #FFFFFF;
}

a.nav
{
   text-decoration: none;
   color : #BCCBDC;
}

a.nav:hover
{
   text-decoration: none;
}

 /* titles for the topics: could specify viewed link colour too */

.topictitle,h1,h2
{
   font-weight: bold;
   font-size: 11px;
   color : #FFFFFF;
}

a.topictitle:link
{
   text-decoration: none;
   color : #BCCBDC;
}

a.topictitle:visited
{
   text-decoration: none;
   color : #BCCBDC;
}

a.topictitle:hover
{
   text-decoration: none;
   color : #597795;
}

 /* Name of poster in viewmsg.php and viewtopic.php and other places */

.name
{
   font-size : 11px;
   color : #FFFFFF;
}

 /* Location, number of posts, post date etc */

.postdetails
{
   font-size : 10px;
   color : #FFFFFF;
}

 /* The content of the posts (body of text) */

.postbody
{
   font-size : 11px;
   line-height: 18px
}

a.postlink:link
{
   text-decoration: none;
   color : #BCCBDC
}

a.postlink:visited
{
   text-decoration: none;
   color : #BCCBDC;
}

a.postlink:hover
{
   text-decoration: none;
   color : #597795
}

 /* Quote & Code blocks */

.code
{
   font-family: Courier, 'Courier New', sans-serif;
   font-size: 11px;
   color: #FFCC00;
   background-color: #2E425A;
   border: #597795;
   border-style: solid;
   border-left-width: 1px;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px
}

.quote
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   line-height: 125%;
   background-color: #2E425A;
   border: #597795;
   border-style: solid;
   border-left-width: 1px;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px
}

 /* Copyright and bottom info */

 .copyright
{
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   letter-spacing: -1px;
}

a.copyright
{
   color: #FFFFFF;
   text-decoration: none;
}

a.copyright:hover
{
   color: #FFFFFF;
   text-decoration: none;
}

 /* Form elements */

input,textarea, select
{
   color : #BCCBDC;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #597795;
}

 /* The text input fields background colour */

input.post, textarea.post, select
{
   background-color : #2E425A;
}

input {
   text-indent : 2px;
}

 /* The buttons used for bbCode styling in message post */

input.button
{
   background-color : #2E425A;
   color : #FFFFFF;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

 /* The main submit button option */

input.mainoption
{
   background-color : #000000;
   font-weight : bold;
}

 /* None-bold submit button */

input.liteoption
{
   background-color : #000000;
   font-weight : normal;
}

 /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */

.helpline
{
   background-color: #2E425A;
   border-style: none;
}

 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

@import url("templates/digitaltwilight/formIE.css"); -->


(Désolé, j'en avais envie xD)
Mais, je me demande ce que c'est que cette flèche "-->" tout à la fin ^^"

MessagePosté: 15 Avr 2008, 20:57
par Olivier
Snape a écrit:Problème ou bug sur le forum?

Problème sur ton navigateur ;)

Squirel a écrit:je me demande ce que c'est que cette flèche "-->" tout à la fin

Fin d'une section commentaire.

MessagePosté: 15 Avr 2008, 21:40
par Squirel
Olivier a écrit:
Squirel a écrit:je me demande ce que c'est que cette flèche "-->" tout à la fin

Fin d'une section commentaire.


Des commentaires html dans du CSS et dont on ne voit pas le début ??? xD

MessagePosté: 15 Avr 2008, 21:57
par Olivier
Regarde le source de cette page et tu verras le début.

MessagePosté: 15 Avr 2008, 22:28
par Squirel
Je viens de voir oui ^^

MessagePosté: 29 Aoû 2009, 11:47
par Dark Shadow
Hier ,j'ai eu un probléme.

Je voulus mettre un message et quand j'ai fais 'Envoyer' un message d'erreur est apparu
'Le message n'as pas pu etre envoyer correctement ,veuillez resséyer plus tard.


Un truc dans le genre .

Ca ne le refais plus mais je veut quand meme prevenir et comme dit le dicton 'Il vaut mieux prevenir que guerrir'

MessagePosté: 29 Aoû 2009, 15:22
par Shadowcat
Of, j'ai déjà eu des bugs du style "critical error" qui s'évanouissent à la première réactualisation. C'est probablement pas grave.

MessagePosté: 29 Aoû 2009, 21:35
par Dark Shadow
Ok,

Bon ci ce n'est pas grave temps mieux .

MessagePosté: 29 Aoû 2009, 22:11
par Shadowcat
Je ne peux pas le dire avec certitude, je ne suis pas une autorité en la matière. Mais un message de ce genre n'est pas forcément comme la fumée qui signifie la présence de feu. Je ne sais pas si je me fais comprendre. ^^

MessagePosté: 29 Aoû 2009, 22:14
par Squirel
MySQL (la base de données) peut parfois avoir des caprices, mais rien de grave du moment que ton post s'affiche correctement (après un nouvel essai).

MessagePosté: 31 Aoû 2009, 14:21
par Dark Shadow
=> ça a recommencer !!

Il faudrait regarder le MySQL car ça devient louche ,vous ne trouvais pas ?

MessagePosté: 31 Aoû 2009, 20:46
par Olivier
Quel est le message d'erreur exact ? Ca peut être simplement un problème d'envoi de mail (pour ceux qui ont activé la notification).

MessagePosté: 14 Sep 2009, 12:24
par Pete
Dark Shadow a écrit:Il faudrait regarder le MySQL car ça devient louche ,vous ne trouvais pas ?


La taille de la base de données dépassait les limites recommandées par l'hébergeur. J'ai vidé les tables de l'outil de recherche, ça ne peut pas faire de mal.