Bonjour à tous !
voilà, j'ai installé la version 1.6.0. Après avoir essayer des migrations qui n'ont pas marché (oui oui je suis novice), j'ai effacé sur mysql/free toutes les bases de données de phpwebgallery pour ensuite réinstaller une version (ici la 1.6.0). c'est pas très clair tout ça, j'espère que vous comprendrez...
donc l'installation s'est bien passée MAIS j'ai quelques petits problèmes : par exemple quand je clic sur certains liens, ça me met :
"Not Found
The requested URL /phpwebgallery/template/yoga/local-layout.css was not found on this server.
Apache/ProXad [Jul 18 2006 14:37:10] Server at mathis.caroline.free.fr Port 80"
parfois, certains images ne s'affichent pas non plus.
vous sauriez pas ce qui se passe et ce que je peux faire pour que ça change (avec une explication simple svp)?
http://mathis.caroline.free.fr/phpwebgallery
Merci d'avance...
Hors ligne
exemple :
http://mathis.caroline.free.fr/phpwebga … st_visited
mais c'est vrai que ça ne le fait pas à chaque fois...
Hors ligne
Une évolution en 1.6.1 serait sans aucun doute la bienvenue...
8-)
Hors ligne
lol bah vi sans doute
je l'avais fait... j'avais tout désinstallé et installé cette version 1.6.1 et j'avais exactement les mêmes erreurs qu'aujourd'hui mais en + abondantes... ça vient de moi? de free? de quoi? j'ai un moyen de rectifier ces erreurs ou pas ?
Hors ligne
Je ne vois pas d'anomalie... Vide ton cache sans doute mais passe en 1.6.1 quand même.
Hors ligne
je suis désolée d'insister mais vraiment le problème est là même si je vide le cache...
Quelqu'un pourrait regarder et essayer chacun des liens pour comprendre ce qu'il se passe... ? http://mathis.caroline.free.fr/phpwebgallery
ca arrete pas avec les erreurs
"Not Found
The requested URL /phpwebgallery/template-common/local-layout.css was not found on this server.
Apache/ProXad [Jul 18 2006 14:37:10] Server at mathis.caroline.free.fr Port 80"
et le + bizarre c'est que, quand je rafraichis la page, ça me l'affiche correctement. j'ai essayé sur un autre ordi et même problème...
HELP me !
le site doit être fini dans 10 jours et je voudrais rectifier ces erreurs...
Merci d'avance, merci merci!
Hors ligne
Je suis encore plus désolé de t'annoncer que ta galerie fonctionne à merveille.
Aurais-tu un ami ayant accès à internet juste histoire de vérifier de visu avec tes yeux à toi rien qu'à toi.
Voyant 17 images disponibles, je peux t'adresser 17 liens comme ceux-ci.
De plus, je me suis inscrit sur ta galerie et elle me reconnait.
Mais pas le moindre message d'anomalie ni sous IE ni sous FF.
Belle activité que tu nous relates au demeurant.
8-)
Le Resto
Hors ligne
Merci en tout cas d'avoir regardé... Je ne sais pas de quoi peuvent venir ces erreurs car ça me le fait aussi au boulot. Est-ce que ça vient des connexions wifi peut être ? bref, si pour vous ça marche c'est l'essentiel, parce que si il y a des erreurs sur mon site, mon prof va pas me louper ! lol
Hors ligne
J'ai eu les mêmes problèmes il y a quelques temps, et j'ai supposé que s'était lié aux changements chez FREE : pages non trouvées et miniatures qui manquent ont été des problèmes quotidiens pendant plusieurs jours. L'accès à mon site a aussi été indisponible pendant des heures.
Lors de l'accès à ton site, c'était lent mais aucun autre problème.
Hors ligne
Ma gallerie marche parfaitement ! suis vraiment contente... En fait, à chaque fois que j'avais une erreur c'était pour me spécifier qu'il manquait un fichier "The requested URL /phpwebgallery/template/yoga/local-layout.css was not found on this server." j'ai donc créer ce local-layout.css et ça marche NIKEL ! ihihi
merci pour votre aide...
Hors ligne
Liste nous ce que tu as dans template/yoga/layout.css, dans template/yoga/default-layout.css et dans ton template/yoga/local-layout.css...
Ce message ne devrait pas apparaître.
???
Hors ligne
mais maintenant ça marche...
bon alors dans "layout.css"
/* $Id: layout.css 1131 2006-04-06 02:23:54Z rvelices $ */
/* template css */
@import "menubar.css";
@import "content.css";
@import "thumbnails.css";
@import "picture.css";
@import "popuphelp.css";
@import "default-layout.css";
/* Override properties with import local file */
@import "local-layout.css";
/* common css */
@import "../../template-common/layout.css";
dans default-layout.css
/* $Id: default-layout.css 1393 2006-06-24 12:17:41Z chrisaga $ */
@import "admin/default-layout.css";
BODY {
margin: 5px;
padding: 0;
font-size: 0.8em;
font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
text-align: center; /* be nice to IE5 */
}
#the_page {
/* Just in case another template needs an inner frame */
}
H1 {
text-align: center;
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 0.5em 0 1em 0;
}
H2 {
margin: 0;
padding: 5px 0.5em 5px 0.5em;
text-align: left;
font-size: 120%;
}
A {
text-decoration:none;
border-bottom: 1px dotted #005e89;
}
A:hover {
border-bottom: 1px solid #858460;
}
IMG {
border: none;
}
HR.separation {
visibility: hidden;
clear: both;
}
#copyright {
clear: both;
font-size: 83%;
text-align: center;
margin: 0 0 10px 0;
}
/** General defaults **/
INPUT {margin: 0;}
UL, DL, LI { text-align: left;}
TABLE { /* horizontaly centered */
margin-left: auto;
margin-right: auto;
}
/* for debugging purpose */
PRE { text-align:left; }
/** forms **/
FORM { padding: 0em; }
FORM P {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
}
.small {
font-size: 80%;
}
TEXTAREA.description {
height: 100px;
width: 500px;
overflow: auto;
}
/**
* Filter forms are displayed label by label with the input (or select...)
* below the label. Use an UL to make a group (radiobox for instance).
* Use a SPAN to group objects in line
*/
FIELDSET {
padding: 1em;
margin: 1em;
overflow: hidden; /* <- makes Opera happy */
}
FORM.filter FIELDSET UL {
margin: 0;
}
FORM.filter FIELDSET UL,
FORM.filter FIELDSET LABEL {
display: block;
float: left;
margin-right: 1em;
padding: 0;
}
FORM.filter FIELDSET LI {
list-style: none;
margin-bottom: 0.5em;
}
FORM.filter FIELDSET LI LABEL {
display: inline;
float: none;
}
FORM.filter FIELDSET UL.tagSelection LABEL {
display: inline;
float: none;
margin-right:0.5em;/*reduce from above*/
}
/* cannot use FIELDSET>LABEL because of IE<=6 */
FORM.filter FIELDSET LABEL INPUT,
FORM.filter FIELDSET LABEL SELECT,
FORM.filter FIELDSET LABEL SPAN,
FORM.filter FIELDSET LABEL TEXTAREA {
display: block;
margin: 0.5em 0;
}
FORM.filter FIELDSET * LABEL INPUT,
FORM.filter FIELDSET * LABEL SELECT,
FORM.filter FIELDSET * LABEL TEXTAREA,
FORM.filter FIELDSET LABEL SPAN INPUT,
FORM.filter FIELDSET LABEL SPAN SELECT,
FORM.filter FIELDSET LABEL SPAN TEXTAREA {
display: inline;
vertical-align: top;
margin: 0 0.5em 0 0;
}
FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
margin-right:0;
}
/* following declaration is important to avoid strange FF behaviour */
FORM.filter FIELDSET LABEL SPAN SELECT {
margin: 0;
}
FORM.filter FIELDSET P
{
clear: left;
display: block;
}
FORM.filter INPUT[type="submit"] {
margin-top: 1em;
}
FORM.properties UL, FORM#update UL {
list-style-type: none;
margin: 0;
padding: 0;
}
FORM.properties LI, FORM#update UL {
margin-bottom: 0.5em;
padding: 0;
line-height: 1.8em;
}
FORM.properties SPAN.property {
font-weight: bold;
float: left;
width: 50%;
text-align: right;
margin: 0;
padding: 0 0.5em 0 0;
}
#theHeader H1 {
margin-bottom: 0.5em;
}
#theHeader P {
margin-top: 0;
padding: 0;
}
BODY#thePopuphelpPage #copyright {
color: green;
display: none;
}
FORM#addComment FIELDSET LABEL {
clear: both;
}
FORM#addComment FIELDSET INPUT[type="hidden"] {
display: none;
}
/* button tools */
UL.actions {
text-indent: 0;
list-style: none;
}
UL.actions LI {
display: inline;
}
UL.actions A {
border: none;
}
UL.tagSelection {
width: 40em;
margin: 1em 0 1em 0;
padding: 0;
}
UL.tagSelection LI {
display: inline;
white-space: nowrap;
}
#fullTagCloud { font-size: 140%; }
#fullTagCloud LI { display: inline; }
.tagLevel5 { font-size: 150%; }
.tagLevel4 { font-size: 140%; }
.tagLevel3 { font-size: 120%; }
.tagLevel2 { font-size: 100%; }
.tagLevel1 { font-size: 90%; }
dans local-layout.css
.thumbElmt {
margin: 2% 4% 2% 4%;
}
euh j'espère que c'est tout bon maintenant parce que j'ai plus envie de faire des changements... ihihih
(de plus, je sais que c'est pas le sujet mais j'ai suivi ce qu'il y a avait écrit dans le wiki pour mettre un logo au dessus du menu à gauche mais ça ne marche pas...
http://phpwebgallery.net/doc/doku.php?i … u_a_gauche)
Hors ligne
Lydi a écrit:
En fait, à chaque fois que j'avais une erreur c'était pour me spécifier qu'il manquait un fichier "The requested URL /phpwebgallery/template/yoga/local-layout.css was not found on this server." j'ai donc créer ce local-layout.css et ça marche NIKEL ! ihihi
ihihi
C'est un site de free, les paramètres standards de free permettent en général de fonctionner sans obtenir ce message.
Incompréhensible (tes fichiers .css sont bien codés).
Hors ligne