IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Langage PHP Discussion :

Impossible d'accéder à un site


Sujet :

Langage PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Futur Membre du Club
    Inscrit en
    Mars 2010
    Messages
    5
    Détails du profil
    Informations forums :
    Inscription : Mars 2010
    Messages : 5
    Par défaut Impossible d'accéder à un site
    Bonjour je suis vraiment débutant et je viens d'avoir un gros gros probleme mon site ne s'ouvre plus ...

    L'erreur :

    Warning: include(skin/no_skin/skin.inc) [function.include]: failed to open stream: No such file or directory in /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc on line 163

    Warning: include() [function.include]: Failed opening 'skin/no_skin/skin.inc' for inclusion (include_path='.:/usr/share/php:/web/e/s/lyc-beauvoir-garges/php-include/') in /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc on line 163

    Warning: include(skin/no_skin/confskin.inc) [function.include]: failed to open stream: No such file or directory in /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc on line 168

    Warning: include() [function.include]: Failed opening 'skin/no_skin/confskin.inc' for inclusion (include_path='.:/usr/share/php:/web/e/s/lyc-beauvoir-garges/php-include/') in /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc on line 168

    Fatal error: Call to undefined function htable() in /web/e/s/lyc-beauvoir-garges/http/inc/boxhome.inc on line 37
    Le lien : http://www.lyc-beauvoir-garges.ac-versailles.fr/

    Merci de votre aide.

  2. #2
    Inactif
    Inscrit en
    Octobre 2008
    Messages
    826
    Détails du profil
    Informations forums :
    Inscription : Octobre 2008
    Messages : 826
    Par défaut
    Et bien assez simple a vrai dire.

    La page qui demande le fichier skin.inc ne le trouve pas.

    Idem pour les autres.

    Sais comment modifier les lien des fichiers inclus ou veux tu de l'aide.

    Si besoin d'aide, poste le code source des lignes que tu as cité.

  3. #3
    Futur Membre du Club
    Inscrit en
    Mars 2010
    Messages
    5
    Détails du profil
    Informations forums :
    Inscription : Mars 2010
    Messages : 5
    Par défaut
    Merci de ta réponse !

    alors j'ai vraiment besoin d'aide ; voila la source si je ne me trompe pas .
    J'utilise Dreamweaver , filezilla , meme Nvu , si tu peux m'expliquer la manip

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    <br />
    <b>Warning</b>:  include(skin/no_skin/skin.inc) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/web/e/s/lyc-beauvoir-garges/http/inc/includes.inc</b> on line <b>163</b><br />
    <br />
    <b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'skin/no_skin/skin.inc' for inclusion (include_path='.:/usr/share/php:/web/e/s/lyc-beauvoir-garges/php-include/') in <b>/web/e/s/lyc-beauvoir-garges/http/inc/includes.inc</b> on line <b>163</b><br />
     
    <br />
    <b>Warning</b>:  include(skin/no_skin/confskin.inc) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/web/e/s/lyc-beauvoir-garges/http/inc/includes.inc</b> on line <b>168</b><br />
    <br />
    <b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'skin/no_skin/confskin.inc' for inclusion (include_path='.:/usr/share/php:/web/e/s/lyc-beauvoir-garges/php-include/') in <b>/web/e/s/lyc-beauvoir-garges/http/inc/includes.inc</b> on line <b>168</b><br />
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
     
      <!--[  GuppY v4.6.7 CeCILL Copyright (C) 2004-2007 by Laurent Duveau - <a href="http://www.freeguppy.org/" target="_blank">http://www.freeguppy.org/</a>  ]-->
     
    <head>
    <title>Lycée Simone de Beauvoir</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="Description" lang="fr" content="site du lycée Simone de Beauvoir de Garges les Gonesse" />
    <meta name="Keywords" lang="fr" content="simone, beauvoir, lycée, académie de versailles," />
    <meta name="Identifier-url" content="http://www.lyc-beauvoir-garges.ac-versailles.fr/" />
      <meta name="Robots" content="Index, Follow" />
      <meta name="Revisit-After" content="14 days" />
     
      <meta name="Author" content="Simone de Beauvoir" />
    <meta name="Owner" content="Simone de Beauvoir" />
    <meta name="Reply-To" content="web.sdb@lyc-beauvoir-garges.ac-versailles.fr" />
    <meta name="Rating" content="General" />
    <meta name="Distribution" content="Global" />
    <meta name="Copyright" content="copyright Lycée Simone de Beauvoir - Garges les Gonesse 2006" />
    <meta name="Language" content="fr" />
    <meta name="Title" content="lycée simone de beauvoir" />
    <meta name="Generator" content="GuppY"/>
    <link rel="shortcut icon" href="http://www.lyc-beauvoir-garges.ac-versailles.fr/guppy.ico" />
    <style type="text/css">
     
    /********************************************************************************************************
     * Mise en page générale
     */
     
    body { /*  corps du document */
        margin: 0;
        font-size: ;
        font-family: ;
        color: ;
     
    }
     
    a { /* lien */
        color: ;
        text-decoration: none;
    }
     
    a:hover { /* lien survolé */
        color: ;
        text-decoration: none;
     
    }
     
    p { /* paragraphe */
        margin: 4px 0px;
    }
     
    hr { /* ligne horizontale */
        height: ;
    	border: 0 none;
    	border-bottom:   ;
        width: 98%;
    }
     
    ul, ol { /* listes */
    	padding:0;
    	margin:0;
        font-size: ;
        font-family: ;
        color: ;
    }
     
    h1 { /* titre niveau 1 */
    	font-size: 24px;
    }
    h2 { /* titre niveau 2 */
    	font-size:18px;
    }
    h3 { /* titre niveau 3 */
    	font-size:16px;
    }
    h4 { /* titre niveau 4 */
    	font-size:14px;
    }
     
    /********************************************************************************************************
     * Mise en page des blocks div principaux
     */
     
    #page{ /* all the page */
        z-index: 20;
        padding-top:10px;
        background-color: ;
     
    }
     
    #headTop { /* header top and middle (logo-banner + citation) */
        z-index: 15;
        margin: 0;
        padding: 4px;
     
     
    }
     
    #headBottom { /* header bottom (logo-menu) */
        margin: 0;
        padding: 0 4px;
     
    }
     
    #mainContent { /* main page */
        margin: 0px 4px;
        padding:0px;
    }
     
    #leftside { /* leftboxes area */
        margin: 0px;
        padding:0px;
    }
     
    #rightside { /* right boxes area */
        margin: 0px;
        padding:0px;
    }
     
    #endbox { /* optionnal areabtween corpse and bottom */
        margin: 0px;
        padding: 4px;
        text-align: left;
     
    }
     
    #foot { /* footer Copyright */
        font-family: ;
        text-align: center;
        color: ;
    }
     
    /********************************************************************************************************
     * Mise en page des blocks dans le header
     */
     
    div.logo { /* block logo */
        background-color: transparent;
        padding: 4px;
        text-align: left;
    }
     
    div.banner { /* block bannière */
        background-repeat: no-repeat;
        padding: 8px;
        text-align: right;
    }
     
    /*************************
     * block boite citation
     */
    div.quote { /* block citation */
        width: 100%;
        white-space: nowrap;
        text-align: center;
    }
     
    div.quote strong { /* titre */
    	font-weight:bold;
    }
     
    div.quote cite { /* texte */
     
        font-family: ;
        font-size: ;
        color: ;
    	font-style: normal;
        text-align: center;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
     
    div.quote span.author { /* auteur */
    	font-style: normal;
    }
     
    /*************************
     * block box Header Menu sections
     */
     
    div.menuIcons { /* block menu */
    	padding:10px;
    }
     
    div.menuIcons ul { /* block liste du menu */
    	margin:0;
    	padding:0;
    	list-style:none;width:100%;
    }
     
    div.menuIcons ul li { /* toutes les sections */
    	float:left;
    	margin-right:20px;
    	text-align:center;
    }
     
    div.menuIcons ul li span { /* toutes les sections */
    	display:block;
    	white-space:nowrap;
    }
     
    div.menuIcons ul li.menu_flags { /* section drapeau */
    	float:left;
    	margin-right:20px;
    	text-align:center;
    }
     
    div.menuIcons ul li.menu_flags img { /* séparation drapeau */
    	margin:3px;
    }
     
    div.menuIcons ul li.menu_admin { /* section admin */
    	float:right;
    }
     
    div.menuIcons ul li span { /* nom des sections */
    	color: ;
    	white-space:nowrap;
    }
     
    div.menuIcons ul li a span { /* lien */
        color: ;
        text-decoration: none;
        font-size: ;
        font-family: ;
    }
     
    div.menuIcons ul li a:hover span { /* lien */
        color: ;
        text-decoration: underline;
        font-size: ;
        font-family: ;
     
    }
     
    /********************************************************************************************************
     * Mise en page des blocks dans le corps
     */
     
    /*************************
     * block lateral boxes
     */
    .titrebox { /* Titre */
        background-color: ;
     
        border:  solid ;
        padding: 4px;
        white-space: nowrap;
        font-size: ;
        font-family: ;
        color: ;
        text-align: left;
        font-weight: bold;
    }
     
    .tblbox {  /* Corps */
        background-color: ;
        border:  solid ;
        padding: 4px;
        margin-bottom: 8px;
        text-align:left;
    }
     
    .tblboxover { /* Corps survolé */
        background-color: ;
        border:  solid ;
        padding: 4px;
        margin-bottom: 8px;
        text-align:left;
    }
     
    /*************************
     * block central boxes
     */
    .titre {
        background-color: ;
     
        border:  solid ;
        padding: 5px;
        white-space: nowrap;
        font-size: ;
        font-family: ;
        color: ;
        text-align: left;
        font-weight: bold;
    }
    .tbl {
        background-color: ;
        font-size: ;
        font-family: ;
        color: ;
        border:  solid ;
        padding: 5px;
        margin-bottom: 8px;
        text-align:left;
    }
    .tblover {
        background-color: ;
        font-size: ;
        font-family: ;
        color: ;
        border:  solid ;
        padding: 5px;
        margin-bottom: 8px;
        text-align:left;
    }
     
    /*************************
     * block box lateral Menu Sections
     */
    ul.boxmenu { /* block liste */
    	margin:0;
    	padding:10px;
    	list-style:none;
    }
     
    ul.boxmenu li { /* items liste */
    	margin-bottom:10px;
    }
     
    ul.boxmenu li img { /* icons */
    	vertical-align:middle;
    	margin-right:10px;
    }
     
    /*************************
     * block box lateral Article (menu list, menu dynamic 1, menu dynamic 2)
     */
    p.rubr { /* catégories des articles */
        background-color: transparent;
        padding: 4px 2px;
        margin: 1px;
        font-size: ;
        font-family: ;
        font-weight: bold;
        color: ;
        text-align:left;
    }
    ul.item {
    	margin:0;
    	padding:0;
    }
    ul.item li.item { /* titres des articles */
        background-color: ;
        padding: 2px 0px 2px 10px;
        font-size: ;
        font-family: ;
        color: ;
        text-align:left;
        list-style: none;
    }
     
    ul.item li.curr_item { /* titre dont l'article est affiché */
        background-color: ;
        padding: 2px 0px 2px 10px;
        font-size: ;
        font-family: ;
        color: ;
        text-align:left;
        list-style: none;
    }
     
    /*************************
     * block box central forum - tables
     */
    .forum {
        background-color: ;
        padding: 5px 5px;
        font-size: ;
        font-family: ;
        color: ;
        text-align: center;
        font-weight: bold;
    }
    .forum2 {
        background-color: ;
        padding: 5px 5px;
        font-size: ;
        font-family: ;
        color: ;
        text-align:left;
    }
    tr.forum2 {
        background-color: ;
     
        padding: 5px 5px;
        font-size: ;
        font-family: ;
        color: ;
        font-weight: bold;
        text-align:left;
    }
    .quest {
        background-color: ;
        padding: 5px 5px 5px 5px;
        font-size: ;
        font-family: ;
        color: ;
        text-align:left;
    }
    .rep {
        background-color: ;
        padding: 10px 5px 5px 5px;
        font-size: ;
        font-family: ;
        color: ;
        text-align:left;
    }
    .bord {
        border: 1px solid ;
        padding: 1px;
    }
    .bord2 {
        border: 2px double ;
    }
     
    /*************************
     * Calendar
     */
    .cal {
        border-collapse: separate;
        border:  solid ;
        border-spacing: ;
        background-color: ;
    }
    tr.cal { /* calendar nav bar */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
        text-align: center;
    }
    td.cals { /* week */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
     
        width: 14%;
        text-align: center;
    }
    td.cal0 { /* empty cell*/
        font-size: ;
        font-family: ;
        color: ;
     
        width: 14%;
        text-align: center;
    }
    td.cal1 { /* days */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
        width: 14%;
        text-align: center;
    }
    td.cal2 { /* today */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
        width: 14%;
        text-align: center;
    }
    td.cal3 { /* sunday or special */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
        width: 14%;
        text-align: center;
    }
    td.cal4 { /* today is sunday or special */
        font-size: ;
        font-family: ;
        color: ;
        background-color: ;
        width: 14%;
        text-align: center;
    }
    td.calevt { /* planner event */
        font-size: ;
        font-family: ;
        font-weight: bold;
        color: ;
        background-color: ;
        text-decoration: underline;
        text-align: center;
        width: 14%;
    }
     
    /*******************************
     * Formulaires (Forms)
     */
     
    form { /* formulaire */
        margin: 3px 0px;
    }
    fieldset { /* Encadrement des champs */
        border: 1px solid ;
        margin: 8px;
    }
    legend { /* légende des encadrements */
        font-size: ;
        font-family: ;
        color: ;
        font-weight: bold;
    }
    input.bouton, button { /* bouton */
        cursor: pointer;
        margin: 4px 0px;
        color: ;
        border: 1px inset ;
        background-color: ;
        font-size: ;
        font-family: ;
     
    }
    input.texte { /* champ texte */
        background-color: ;
        font-size: ;
        font-family: ;
        color: ;
        border:  solid ;
        margin: 4px 0px;
    }
    select { /* champ select */
        color: ;
        background-color: ;
        font-family: ;
        font-size: ;
        border:  solid ;
        margin: 4px 0px;
    }
    textarea { /* champ textarea */
        color: ;
        background-color: ;
        border:  solid ;
        overflow: auto;
        scrollbar-base-color: ;
        scrollbar-arrow-color: ;
        margin: 4px 0px;
    }
     
    /*********************
     * Editeur FckEditor
     */
    .Code {
        border:  1px solid;
        padding-right: 5px;
        padding-left: 5px;
        color: ;
        font-family:  , Monospace;
        font-size: 11px;
        background-color: ;
    }
     
    /********************************************************************************************************
     * Mise en page des blocks dans le footer
     */
    #foot span.copyright { /* Copyright */
        font-family: ;
        font-size: 1em;
        color: ;
    }
     
    /*********************************************************************************************
     * Autre à classer
     */
    .htable {
        margin-bottom: 8px;
    }
    .htable1 {
        margin-bottom: 8px;
    }
    .htable2 {
        padding: 0px 2px;
    }
     
    .titrebox2 {
        font-size: ;
        font-family: ;
        color: ;
        font-weight: bold;
        text-align: center;
    }
     
    .box {
        font-size: ;
        font-family: ;
        color: ;
    }
    p.box {
        margin: 0px;
        font-size: ;
        font-family: ;
        color: ;
    }
     
     
    .bordure {
        border:  solid ;
    }
     
    a.box {
        color: ;
        text-decoration: none;
        font-size: ;
        font-family: ;
    }
    a.box2 {
        color: ;
        text-decoration: none;
        font-size: ;
        font-family: ;
        font-weight: bold;
    }
    a:hover.box {
        color: ;
        text-decoration: none;
        font-size: ;
        font-family: ;
        font-weight: bold;
     
    }
    a.pop {
        position: relative;
    }
    a.pop span {
        display:none;
    }
    a.pop:hover span {
        display:block;
        position:absolute;
        top:2em;
        left:2em;
        color: ;
        background-color: ;
        font-family: ;
        font-size: ;
        border: 1px solid ;
        padding: 4px;
    }
     
    .top {
        font-family: ;
        font-size: 0.8em;
        text-align: center;
    }
    .timer {
        font-family: ;
        font-size: 1em;
        font-style: italic;
        color: ;
        text-align: center;
        padding: 8px;
    }
    .clsCursor {
        cursor: pointer;
    }
     
    .notice {
        color:red;
        background-color:yellow;
        padding:2px;
    }
    .spacer {
        padding: 8px 2px;
    }
    .caption {
        font: bold 11px verdana, tahoma, arial, helvetica, sans-serif;
        background-color: ;
     
        padding: 4px 10px 4px 10px;
        margin:0px 0px 0px 6px;
        position: relative; top: 6px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #999;
    }
    .caption2 {
        font: bold 11px verdana, tahoma, arial, helvetica, sans-serif;
        background-color: ;
     
        padding: 4px 10px 4px 10px;
        margin:0px 0px 0px 6px;
        position: relative; top: 6px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #999;
    }
    .bodytable {
        border: 1px solid ;
        padding: 16px 4px 2px;
        margin: 0px 0px 4px;
        font: 10px verdana, tahoma, arial, helvetica, sans-serif;
        color: #000;
     
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #999;
    }
     
    ul.art {
        font-weight:bold; padding:0px; margin:0px;
    }
    li.art {
        font-weight:normal; list-style-type:none; padding:0px; margin-left:4px;
    }
     
    .band {
     
    }
     
    </style><style type="text/css" media="screen">
     @import url(inc/auto.css) ;
    </style>
     
    <link type="text/css" rel="stylesheet" href="plugins/ajoutemenu/ajoutemenu.css" />
    <script type="text/javascript" language="javascript" src="plugins/ajoutemenu/ajoutemenu.js"></script>
     
    <script language="javascript" type="text/javascript">
    var texte='            ';
    var charset = "iso-8859-1";
    var site0 = "Lycée Simone de Beauvoir";
    var site3 = "http://www.lyc-beauvoir-garges.ac-versailles.fr/";
    var web91 = "Cette fonctionnalité n'est proposée que par Internet Explorer 4+";
    </script>
    <script language="javascript" type="text/javascript" src="inc/hpage.js"></script>
    </head>
    <body>
    <div id="page">
      <div id="screen_choice" style="display: block; cursor:pointer;" align="center">
       <form name="ustyle" method="post" action="">
       <input type='hidden' name='style' value='1024'/><input type='image' src='inc/img/general/screen.png' alt='[Full]->1024px' title='[Full]->1024px' />   </form>
      </div>
    <a name="top"></a>
     
    <div id='headTop'></div><div id="mainContent">
    <table width="100%" align="center" cellspacing="7" cellpadding="0" border="0">
    <tr>
    <td valign="top"><div  id="leftside"></div></td><td width='100%' valign='top'>
    <br />
    <b>Fatal error</b>:  Call to undefined function htable() in <b>/web/e/s/lyc-beauvoir-garges/http/
    inc/boxhome.inc</b> on line <b>37</b><br />

  4. #4
    Inactif
    Inscrit en
    Octobre 2008
    Messages
    826
    Détails du profil
    Informations forums :
    Inscription : Octobre 2008
    Messages : 826
    Par défaut
    On va d'abord faire avec ce fichier, si tu arrive a faire pour celui la, logiquement tu devrais resussir pour les autres sans aides.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    Warning: include(skin/no_skin/skin.inc) [function.include]: failed to open stream: No such file or directory in /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc on line 163
    Alors avec dreamweaver, tu ouvres ce fichier :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    /web/e/s/lyc-beauvoir-garges/http/inc/includes.inc
    Et fait moi un copié collé de la ligne 163.

  5. #5
    Futur Membre du Club
    Inscrit en
    Mars 2010
    Messages
    5
    Détails du profil
    Informations forums :
    Inscription : Mars 2010
    Messages : 5
    Par défaut
    Le probleme est que je n'ai pas le dossier /web ..

    je retrouve seulement ces dossiers là : ( et impossible de trouver includes.inc )

    sessions
    scripts
    plugins
    plg_meteo_4.6xx
    photo
    pages
    mobile
    inc
    img
    flash
    file
    data
    admin
    _MACOSX

    Voila ... merci encore

  6. #6
    Modérateur
    Avatar de sabotage
    Homme Profil pro
    Inscrit en
    Juillet 2005
    Messages
    29 208
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations forums :
    Inscription : Juillet 2005
    Messages : 29 208
    Par défaut
    dans le dossier "inc"
    N'oubliez pas de consulter les FAQ PHP et les cours et tutoriels PHP

Discussions similaires

  1. Impossible d'accéder à mon site
    Par boutchikine dans le forum IFrance
    Réponses: 3
    Dernier message: 14/02/2010, 22h36
  2. Réponses: 1
    Dernier message: 06/04/2009, 13h19
  3. Impossible d'accéder à mon site de certains endroits
    Par libuma dans le forum Hébergement
    Réponses: 7
    Dernier message: 31/12/2008, 16h07
  4. Impossible d'accéder au site
    Par sidahmed dans le forum Internet
    Réponses: 5
    Dernier message: 19/09/2007, 13h09

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo