Fork me on GitHub


 Bas   Précédent   Suivant

« 1 (2) 3 4 5 ... 9 »


Re: fichier xoops_editorlist.php et pages blanches
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
CBB 3.08 et DHTML pour le forum...
Les soucis ont commencés lorsque j'ai fait la mise à jour en 2.4.1 et que j'ai tenté de mettre en place Tinyeditor pour le module news que je venais de mettre à jour en 1.64...
D'ailleurs dans les préférences de celui-ci aucun éditeur n'apparaît (liste blanche).

Posté le : 16/11/2009 23:43
Transférer la contribution vers d'autres applications Transférer


Re: fichier xoops_editorlist.php et pages blanches
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Quand je tente de poster un message sur CBB, ça donne ceci:
Fatal error: Call to undefined method XoopsEditorHandler::getinstance() in /home2/l/lesmilans/www/site/Frameworks/xoops22/class/xoopsform/formeditor.php on line 30

Posté le : 16/11/2009 23:32
Transférer la contribution vers d'autres applications Transférer


Re: fichier xoops_editorlist.php et pages blanches
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
* XOOPS Version: XOOPS 2.4.1
* PHP Version: 5.2.6
* MySQL Version: 5.0.51-log
* Server API Version: cgi
* OS Version: Linux
* safe_mode: Off
* register_globals: On
* magic_quotes_gpc: On
* allow_url_fopen: On
* fsockopen: On
* allow_call_time_pass_reference: On
* post_max_size: 8M
* max_input_time: 30
* output_buffering: 4096
* max_execution_time: 30
* memory_limit: 32M
* file_uploads: On
* upload_max_filesize: 10M

Posté le : 16/11/2009 23:24
Transférer la contribution vers d'autres applications Transférer


Re: fichier xoops_editorlist.php et pages blanches
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
C'est bien ce que j'ai fait, et plusieurs fois de suite mais ce fichu fichier ne veut pas se régénérer...

Posté le : 16/11/2009 23:18
Transférer la contribution vers d'autres applications Transférer


fichier xoops_editorlist.php et pages blanches
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Hello,
je suis dans la mouise depuis plusieurs heures suite à une mauvaise manip de ma part
J'ai en effet supprimé le fichier xoops_editorlist.php situé sous xoops_data/caches/xoops_cache/ et depuis, je n'ai plus que des pages blanches à chaque fois que je vais sur des pages sui utilisent des éditeurs
Quelqu'un saurait il comment regénérer ce fichier simplement ou éventuellement m'indiquer où je peux le trouver ?
Au pire, me donner le code du fichier en question pour que je puisse le refaire.
SVP, y'a urgence, mon site sans le forum, il vaut plus rien

Posté le : 16/11/2009 22:31
Transférer la contribution vers d'autres applications Transférer


Re: TDM Downloads et images dans les liens
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Merci Kris
C'est plus propre en effet

Posté le : 16/11/2009 17:33
Transférer la contribution vers d'autres applications Transférer


Re: TDM Downloads et images dans les liens
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
ça y est, j'ai trouvé !
En y allant par itération dans le fichier css de mon thème, le problème venait de cette partie du code
{     color#4077AE;     text-decoration: none;     font-weight: bold;     background: inherit; }

En supprimant juste la partie
backgroundinherit;
j'ai retrouvé un fonctionnement correct
Bon à savoir pour ceux qui auraient des soucis du même type
Ps: ne pas oublier de réaliser la même opération dans cette autre partie du fichier style.css
a:hover {     color#f90;     background: inherit;     text-decoration: none; }

Posté le : 16/11/2009 14:15
Transférer la contribution vers d'autres applications Transférer


Re: TDM Downloads et images dans les liens
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Je viens d'essayer avec le thème default-simple, le problème disparaît... ça doit donc venir de ma feuille de style du thème courant.
La voici pour info (des fois que ça parle à quelqu'un)
body {     colorblack;     backgroundwhite;     margin0;     padding0;     font-size12px; } table {     width100%;     margin0;     padding0; } table td {     padding0;     border-width0;     vertical-aligntop;     font-familyVerdanaArialHelveticasans-serif; } {     color#4077AE;     text-decoration: none;     font-weight: bold;     background: inherit; } a:hover {     color: #f90;     background: inherit;     text-decoration: none; } ul {     margin: 0 0 0 20px;     padding: 2px;     list-style: square;     text-align: left; } ol {     margin: 0 0 0 20px;     padding: 2px;     list-style: decimal;     text-align: left; } li {     margin-left: 2px;     color: #4076AC; } .item {     border: 1px solid #ccc; } .itemHead {     padding: 3px;     color: #FFF;     background: #4076AC; } .itemInfo {     text-align: right;     padding: 3px;     background: #efefef; } .itemTitle a {     font-size: 130%;     font-weight: bold;     font-variant: small-caps;     color: #fff;     background: transparent; } .itemPoster {     font-size: 90%;     font-style: italic; } .itemPostDate {     font-size: 90%;     font-style: italic; } .itemStats {     font-size: 90%;     font-style: italic; } .itemBody {     padding-left: 5px; } .itemText {     margin-top: 5px;     margin-bottom: 5px;     line-height: 1.5em; } .itemText:first-letter {     font-size: 133%;     font-weight: bold; } .itemFoot {     text-align: right;     padding: 3px;     background: #efefef; } .itemAdminLink {     font-size: 90%; } .itemPermaLink {     font-size: 90%; } th {     color: #FFF;     padding: 2px;     vertical-align: middle;     font-family: Verdana, Arial, Helvetica, sans-serif;     background: #4076AC; } th a {     background:inherit;     color:#fff; } #headerlogo {     color: inherit;     background: #FFF url(images/header.jpg) repeat-x top; } td#headerbanner {     width: 100%;     vertical-align: middle;     text-align: right;     color: inherit;     padding: 0 6px 0 0;     background: #FFF url(images/header.jpg) repeat-x top; } #headerbar {     border-top: 1px solid #999;     border-bottom: 1px solid #999;     padding: 3px;     font-size: 90%;     background: url(images/hbar.gif) repeat-x top; } #ulogin {     width: 600px;     float: left; } #srch {     width: 300px;     float: right;     text-align: right; } td#leftcolumn {     width: 200px;     border-right: 1px solid #999;     padding: 6px;     background: #69C;     color: inherit; } td#leftcolumn th {     color: #FFF;     vertical-align: middle;     background: #4076AC; } #centercolumn {     padding: 6px; } #centercolumn th {     color: #FFF;     vertical-align: middle;     background: #4076AC; } #centerCcolumn, #bottomCcolumn {     padding: 0 3px 1px; } #centerLcolumn, #bottomLcolumn, #centerRcolumn, #bottomRcolumn {     width: 50%;     padding: 0 3px; } div.blockTitle {     padding: 6px;     color: #69C;     text-align: center;     font-weight: bold;     border: 1px solid #999;     background: #fff url(images/hbar.gif) repeat-x top; } div#content {     text-align: left;     padding: 8px; } td#rightcolumn {     width: 170px;     border-left: 1px solid #999;     padding: 6px;     color: inherit;     background: #fff url(images/rcolback.jpg) repeat-y left; } td#rightcolumn th {     color: #FFF;     vertical-align: middle;     background: #4076AC; } div.blockContent {     padding: 6px;     line-height: 120%;     background: #fff;     color: inherit;     border-left: 1px solid #999;     border-right: 1px solid #999;     border-bottom: 1px solid #999;     margin: 0 0 3px; } td#footerbar {     border-top: 1px solid #999;     text-align: center;     background: url(images/hbar.gif);     background-position: top;     background-repeat: repeat-x;     padding: 3px;     background-color: inherit;     color: #666;     font-size: 90%; } td#mainmenu a {     display: block;     margin: 3px;     padding: 3px;     border-left: 4px solid #999;     border-bottom: 1px solid #999;  } td#mainmenu a:hover {     border-left: 4px solid #f90;     border-bottom: 1px solid #f90;     color: inherit;     background-color: #efefef; } td#mainmenu a.menuSub {     margin: 3px 3px 3px 12px; } td#usermenu a {     display: block;     margin: 3px;     padding: 3px;     border-left: 4px solid #999;     border-bottom: 1px solid #999;  } td#usermenu a:hover {     border-left: 4px solid #f90;     border-bottom: 1px solid #f90;     color: inherit;     background-color: #efefef; } td#usermenu a.highlight {     background: #f90; } .outer {     border: 1px solid silver; } .head {     padding: 5px;     font-weight: bold;     background: #8EBAE6; } .even {     padding: 5px;     background: #CDE6FF; } .odd {     padding: 5px;     background: #E3F1FF; } .foot {     padding: 5px;     font-weight: bold;     background: #8EBAE6; } tr.even td {     padding: 5px;     background: #CDE6FF; } tr.odd td {     padding: 5px;     background: #E3F1FF; } div.errorMsg {     text-align: center;     border-top: 1px solid #DDF;     border-left: 1px solid #DDF;     border-right: 1px solid #AAA;     border-bottom: 1px solid #AAA;     font-weight: bold;     padding: 10px;     background: #FCC; } div.confirmMsg {     color: #136C99;     text-align: center;     border-top: 1px solid #DDF;     border-left: 1px solid #DDF;     border-right: 1px solid #AAA;     border-bottom: 1px solid #AAA;     font-weight: bold;     padding: 10px;     background: #DDFFDF; } div.resultMsg {     color: #333;     text-align: center;     border-top: 1px solid silver;     border-left: 1px solid silver;     font-weight: bold;     border-right: 1px solid #666;     border-bottom: 1px solid #666;     padding: 10px;     background: #CCC; } div.xoopsCode, div.xoopsQuote {     text-align: left;     background: #efefef;     color: #333;     border: 1px inset #333;     font-family: "Courier New", Courier, monospace;     padding: 5px;     margin: auto;     width: 95%;     _width: 400px;     max-height: 200px;     overflow: auto; } .comTitle {     font-weight: bold;     margin-bottom: 2px; } .comText {     padding: 2px; } .comUserStat {     font-size: 90%;     color: #4076AC;     font-weight: bold;     border: 1px solid silver;     margin: 2px;     padding: 2px;     background: #fff; } .comUserStatCaption {     font-weight: normal; } .comUserStatus {     margin-left: 2px;     margin-top: 10px;     color: #4076AC;     font-weight: bold;     font-size: 90%; } .comUserRank {     margin: 2px; } .comUserRankText {     font-size: 90%;     font-weight: bold; } .comUserRankImg {     border: 0; } .comUserImg {     margin: 2px; } .comDate {     font-weight: normal;     font-style: italic;     font-size: 90%; } .comDateCaption {     font-weight: bold;     font-style: normal; } blockquote {     margin: 0 0 0 5px;     padding: 5px;     border-left: 4px solid #f90; } form {     margin: 0;     padding: 0; } input, select, textarea {     background: #fefefe;     color: #333;     border: 1px solid #999;     padding:2px;     margin: 0;     font-size: 90%; } textarea {     width:300px;     }

Pour info, mon thème est issu du thème bluehue et le défaut est visible avec les fichiers d'origine de ce thème

Posté le : 16/11/2009 13:04
Transférer la contribution vers d'autres applications Transférer


Re: Birthday - Pas d'anniversaire
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Bon, cherchez plus...
Le changement de serveur n'était pas vraiment effectif, il l'est depuis quelques instants et maintenant, ça marche...
C'était bien un problème lié à mysql 4
Désolé pour le dérangement :roll:

Posté le : 15/11/2009 15:16
Transférer la contribution vers d'autres applications Transférer


Re: Birthday - Pas d'anniversaire
Aspirant
Inscrit: 02/01/2007 09:56
Messages: 88
Etonnant !
J'arrive à faire marcher le module sur une install xoops 2.0.18 sur un serveur Mysql 4, également sur une install 2.4.0 toute neuve mais pas sur mon site de production
Toutes mes installations sont sur le Web, pas d'explication de ce côté là...
Là, je sèche grave

Par contre en passant en mode débug, j'ai le message suivant concernant birthday
SELECT FROM users_birthday WHERE (day(birthday_date) = '15' AND month(birthday_date) = '11'ORDER BY birthday_lastname ASC LIMIT 05 Error number1064 Error messageYou have an error in your SQL syntaxCheck the manual that corresponds to your MySQL server version for the right syntax to use near '(birthday_date) = '15' AND month(birthday_date) = '11') ORDER B

ça cause à quelqu'un ?

Posté le : 15/11/2009 14:46
Transférer la contribution vers d'autres applications Transférer



 Haut
« 1 (2) 3 4 5 ... 9 »




Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

30 Personne(s) en ligne (23 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 30 | Plus ...