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

Zend Framework PHP Discussion :

Problème après l'installation de Zend


Sujet :

Zend Framework PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2009
    Messages
    152
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2009
    Messages : 152
    Par défaut Problème après l'installation de Zend
    bonjour à tous
    s'il vous plait j'ai un soucci avec zend le framework
    je l'ai installé mais à la fin quand je lance mon serveur j'ai cette erreur [
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    Internal Server Error
     
    The server encountered an internal error or misconfiguration and was unable to complete your request.
     
    Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
     
    More information about this error may be available in the server error log.
    j''essaye de la retrouver sous wamp sans succès

    Merci de m'aider à le resoudre

  2. #2
    Expert confirmé

    Profil pro
    Inscrit en
    Septembre 2010
    Messages
    7 920
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2010
    Messages : 7 920
    Par défaut
    t'as bien le mod_rewite d'activé ? que disent les logs d'apache ?

  3. #3
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2009
    Messages
    152
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2009
    Messages : 152
    Par défaut
    Bonjour
    en reparcourant mes fichier j'ai retrouvé d'où ça vient
    dans http.conf quand je rajoutes
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
     
    NameVirtualHost 127.0.0.1
     
    <virtualHost 127.0.0.1>
    DocumentRoot "C:\workspace\firstproject\public"
    ServerName firstproject;
    <Directory "C:\workspace\firstproject\public">
    AllowOverride AuthConfig FileInfo Indexes Limit Options
    Order Deny,Allow
    Allow from All
    </Directory>
    </virtualHost>
    ça m'empeche de lancer le serveur

    Quand j'enlève ça passe

    Que faire

  4. #4
    Expert confirmé

    Profil pro
    Inscrit en
    Septembre 2010
    Messages
    7 920
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2010
    Messages : 7 920
    Par défaut
    Citation Envoyé par patricx Voir le message
    Bonjour
    en reparcourant mes fichier j'ai retrouvé d'où ça vient
    dans http.conf quand je rajoutes
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
     
    NameVirtualHost 127.0.0.1
     
    <virtualHost 127.0.0.1>
    DocumentRoot "C:\workspace\firstproject\public"
    ServerName firstproject;
    <Directory "C:\workspace\firstproject\public">
    AllowOverride AuthConfig FileInfo Indexes Limit Options
    Order Deny,Allow
    Allow from All
    </Directory>
    </virtualHost>
    ça m'empeche de lancer le serveur

    Quand j'enlève ça passe

    Que faire
    commence par supprimer ce ";", et encore une fois : regarde les logs d'apache

  5. #5
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2009
    Messages
    152
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2009
    Messages : 152
    Par défaut
    voici mes logs depuis 14h

    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
    127.0.0.1 - - [06/Dec/2011:14:26:27 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:26:27 +0100] "GET /favicon.ico HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:26:27 +0100] "GET /favicon.ico HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:26:27 +0100] "GET /favicon.ico HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:29:36 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:29:37 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:14:29:38 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:02:22 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:02:23 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:03:27 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:03:28 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:03:28 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:03:28 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:04:11 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:04:11 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:04:11 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:04:11 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:04:23 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:06:33 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:06:33 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:06:33 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:06:33 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:06:34 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:06:34 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:06:34 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:06:34 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:06:48 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:06:48 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:06:48 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:06:48 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:07:01 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:07:01 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:07:01 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:07:01 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:07:02 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:07:02 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:07:02 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:07:02 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:08:02 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:08:02 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:08:02 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:08:02 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:08:03 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:08:03 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:08:03 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:08:03 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:08:21 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:08:22 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:09:50 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:09:51 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:12:00 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:12:25 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:12:26 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:12:55 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:12:55 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:12:55 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:12:55 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:12:58 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:12:58 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:12:58 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:12:58 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:12:58 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:12:59 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:12:59 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:12:59 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:13:00 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:13:00 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:13:00 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:13:00 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:13:21 +0100] "GET /favicon.ico HTTP/1.1" 404 209
    127.0.0.1 - - [06/Dec/2011:15:16:22 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:16:22 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:16:22 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:16:22 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:16:23 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:16:23 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:16:23 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:16:23 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:16:40 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:20:16 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:20:28 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:20:28 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:20:28 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:20:28 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:20:30 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:20:30 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:20:30 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:20:30 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:20:31 +0100] "GET / HTTP/1.1" 200 5331
    127.0.0.1 - - [06/Dec/2011:15:20:31 +0100] "GET /icons/blank.gif HTTP/1.1" 403 217
    127.0.0.1 - - [06/Dec/2011:15:20:31 +0100] "GET /icons/folder.gif HTTP/1.1" 403 218
    127.0.0.1 - - [06/Dec/2011:15:20:31 +0100] "GET /icons/unknown.gif HTTP/1.1" 403 219
    127.0.0.1 - - [06/Dec/2011:15:20:40 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:20:47 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:21:10 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:21:11 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:23:32 +0100] "GET / HTTP/1.1" 500 535
    127.0.0.1 - - [06/Dec/2011:15:23:33 +0100] "GET / HTTP/1.1" 500 535

  6. #6
    Expert confirmé

    Profil pro
    Inscrit en
    Septembre 2010
    Messages
    7 920
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2010
    Messages : 7 920
    Par défaut
    les logs d'erreurs, pas les log d’accès ...

Discussions similaires

  1. [2.x] [symfony2] Problème après l'installation de apc
    Par simnitch dans le forum Symfony
    Réponses: 4
    Dernier message: 04/07/2014, 11h47
  2. Réponses: 0
    Dernier message: 30/04/2013, 12h30
  3. problème après installation de zend sous ubuntu
    Par sadiyadieye dans le forum Zend Framework
    Réponses: 5
    Dernier message: 17/12/2011, 10h06
  4. [Configuration] Problème après l'installation (Parse error: syntax error,..)
    Par beur dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 8
    Dernier message: 21/03/2006, 14h08
  5. Réponses: 3
    Dernier message: 03/10/2005, 10h01

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