Précédent   Forum des professionnels en informatique > PHP > Outils > Zend > Zend Framework
Zend Framework Forum d'entraide sur la programmation PHP avec Zend Framework. Avant de poster -> FAQ ZF, Cours ZF
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 06/12/2011, 14h47   #1
Candidat au titre de Membre du Club
 
Inscription : mars 2009
Messages : 138
Détails du profil
Informations forums :
Inscription : mars 2009
Messages : 138
Points : 10
Points : 10
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 :
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
patricx est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 15h14   #2
Modérateur
 
Inscription : septembre 2010
Messages : 7 219
Détails du profil
Informations forums :
Inscription : septembre 2010
Messages : 7 219
Points : 8 598
Points : 8 598
t'as bien le mod_rewite d'activé ? que disent les logs d'apache ?
__________________
http://blog.stealth35.com/
stealth35 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 15h19   #3
Candidat au titre de Membre du Club
 
Inscription : mars 2009
Messages : 138
Détails du profil
Informations forums :
Inscription : mars 2009
Messages : 138
Points : 10
Points : 10
Bonjour
en reparcourant mes fichier j'ai retrouvé d'où ça vient
dans http.conf quand je rajoutes
Code :
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
patricx est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 15h21   #4
Modérateur
 
Inscription : septembre 2010
Messages : 7 219
Détails du profil
Informations forums :
Inscription : septembre 2010
Messages : 7 219
Points : 8 598
Points : 8 598
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 :
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
__________________
http://blog.stealth35.com/
stealth35 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 15h26   #5
Candidat au titre de Membre du Club
 
Inscription : mars 2009
Messages : 138
Détails du profil
Informations forums :
Inscription : mars 2009
Messages : 138
Points : 10
Points : 10
voici mes logs depuis 14h

Code :
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
patricx est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 16h22   #6
Modérateur
 
Inscription : septembre 2010
Messages : 7 219
Détails du profil
Informations forums :
Inscription : septembre 2010
Messages : 7 219
Points : 8 598
Points : 8 598
les logs d'erreurs, pas les log d’accès ...
__________________
http://blog.stealth35.com/
stealth35 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 19h32   #7
Candidat au titre de Membre du Club
 
Inscription : mars 2009
Messages : 138
Détails du profil
Informations forums :
Inscription : mars 2009
Messages : 138
Points : 10
Points : 10
Appache errors logs
Code :
1
2
3
4
5
6
7
8
9
10
11
12
Tue Dec 06 19:11:01 2011] [warn] pid file C:/wamp/bin/apache/Apache2.2.17/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 06 19:11:01 2011] [notice] Apache/2.2.17 (Win32) PHP/5.3.5 configured -- resuming normal operations
[Tue Dec 06 19:11:01 2011] [notice] Server built: Oct 18 2010 01:58:12
[Tue Dec 06 19:11:01 2011] [notice] Parent: Created child process 2828
[Tue Dec 06 19:11:01 2011] [notice] Child 2828: Child process is running
[Tue Dec 06 19:11:01 2011] [notice] Child 2828: Acquired the start mutex.
[Tue Dec 06 19:11:01 2011] [notice] Child 2828: Starting 64 worker threads.
[Tue Dec 06 19:11:01 2011] [notice] Child 2828: Starting thread to listen on port 80.
[Tue Dec 06 19:11:49 2011] [alert] [client 127.0.0.1] C:/workspace/firstproject/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Tue Dec 06 19:11:49 2011] [alert] [client 127.0.0.1] C:/workspace/firstproject/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Tue Dec 06 19:11:49 2011] [alert] [client 127.0.0.1] C:/workspace/firstproject/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Tue Dec 06 19:11:49 2011] [alert] [client 127.0.0.1] C:/workspace/firstproject/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
patricx est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 20h56   #8
Modérateur
 
Inscription : septembre 2010
Messages : 7 219
Détails du profil
Informations forums :
Inscription : septembre 2010
Messages : 7 219
Points : 8 598
Points : 8 598
retour a mon premier commentaire
__________________
http://blog.stealth35.com/
stealth35 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 23h27   #9
Candidat au titre de Membre du Club
 
Inscription : mars 2009
Messages : 138
Détails du profil
Informations forums :
Inscription : mars 2009
Messages : 138
Points : 10
Points : 10
Merci

J'ai decommenté

Code :
LoadModule rewrite_module modules/mod_rewrite.so
dans http.conf

Quand je redemarre mon serveur j'ai ces erreurs

Code :
Warning: require_once(Zend/Application.php) [function.require-once]: failed to open stream: No such file or directory in C:\workspace\firstproject\public\index.php on line 18
et
Code :
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Application.php' (include_path='C:\workspace\firstproject\library;.;C:\php\pear') in C:\workspace\firstproject\public\index.php on line 18
Dans mon installation j'ai pas de fichier Application.php
ni de repertoire Zend
patricx est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2011, 23h36   #10
Modérateur
 
Inscription : septembre 2010
Messages : 7 219
Détails du profil
Informations forums :
Inscription : septembre 2010
Messages : 7 219
Points : 8 598
Points : 8 598
faut suivre le quickstart tout est marquer dedans étape par étape
__________________
http://blog.stealth35.com/
stealth35 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 21h52.


 
 
 
 
Partenaires

Hébergement Web