Précédent   Forum des professionnels en informatique > PHP > Outils > EasyPHP
EasyPHP Forum d'entraide sur EasyPHP : installation, utilisation, etc. Avant de poster -> Cours EasyPHP
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 13/11/2011, 23h39   #1
Débutant
 
Inscription : mai 2009
Messages : 386
Détails du profil
Informations forums :
Inscription : mai 2009
Messages : 386
Points : 4
Points : 4
Bonjour,

Je voulais travailler avec le SGBD Mysql avec EasyPHP pour la création de base des données.
J'ai installé une nouvelle version EasyPHP 5.5.3
Lorsque je démarre EasyPHP je remarque que le MySql et Apache de démarrent (couleur vert) mais ils s'arrêtent tout de suite (couleur rouge).
Je vous informe que j'ai désactivé skype et l'antivirus Avira.

Pour Apache, j'ai changé dans le contenu du fichier "httpd.conf" les 2 lignes suivantes:
Citation:
Listen 127.0.0.1:80
par
Citation:
Listen 127.0.0.1:8081
et

Citation:
ServerName localhost:80
par
Citation:
ServerName localhost:8081
En plus, pour skype j'ai désactivé l'option "utiliser les ports 80 et 443 comme alternative".
et j'ai mis le port 1027 pour l'option "utiliser le port 1027 pour les connexions entrantes".

Mais, le problème de démarrage d'apache n'est pas résolu.
Ce serveur s'arrête automatique.

De même pour Mysql car je ne sais pas même les fichiers de configuration à éditer.

- Quelle est la solution ?

- Comment savoir les services qui sont en train d'utiliser le même port de EasyPHP ?
Comment les désactiver ?

Voici le contenu de fichier Log apache "Erreur Apache" :

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
[Mon Oct 31 16:02:55 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:02:55 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:02:55 2011] [notice] Parent: Created child process 3312
[Mon Oct 31 16:02:55 2011] [notice] Child 3312: Child process is running
[Mon Oct 31 16:02:55 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3312: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:02:55 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:06 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:06 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:06 2011] [notice] Parent: Created child process 1388
[Mon Oct 31 16:03:06 2011] [notice] Child 1388: Child process is running
[Mon Oct 31 16:03:06 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1388: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:06 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:03:11 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:03:11 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:03:11 2011] [notice] Parent: Created child process 1832
[Mon Oct 31 16:03:11 2011] [notice] Child 1832: Child process is running
[Mon Oct 31 16:03:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1832: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:03:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:05:23 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:05:23 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:05:23 2011] [notice] Parent: Created child process 3056
[Mon Oct 31 16:05:23 2011] [notice] Child 3056: Child process is running
[Mon Oct 31 16:05:23 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3056: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:05:23 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:22 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:22 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:22 2011] [notice] Parent: Created child process 2460
[Mon Oct 31 16:06:22 2011] [notice] Child 2460: Child process is running
[Mon Oct 31 16:06:22 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2460: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:22 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:53 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:53 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:53 2011] [notice] Parent: Created child process 2456
[Mon Oct 31 16:06:53 2011] [notice] Child 2456: Child process is running
[Mon Oct 31 16:06:53 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2456: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:53 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:56 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:56 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:56 2011] [notice] Parent: Created child process 2704
[Mon Oct 31 16:06:56 2011] [notice] Child 2704: Child process is running
[Mon Oct 31 16:06:56 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2704: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:56 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 16:06:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 16:06:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 16:06:59 2011] [notice] Parent: Created child process 4068
[Mon Oct 31 16:06:59 2011] [notice] Child 4068: Child process is running
[Mon Oct 31 16:06:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4068: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 16:06:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:00 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:00 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:00 2011] [notice] Parent: Created child process 3692
[Mon Oct 31 19:09:00 2011] [notice] Child 3692: Child process is running
[Mon Oct 31 19:09:00 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3692: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:00 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:10 2011] [notice] Parent: Created child process 3172
[Mon Oct 31 19:09:11 2011] [notice] Child 3172: Child process is running
[Mon Oct 31 19:09:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3172: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:13 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:13 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:13 2011] [notice] Parent: Created child process 3936
[Mon Oct 31 19:09:14 2011] [notice] Child 3936: Child process is running
[Mon Oct 31 19:09:14 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3936: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:14 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:17 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:17 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:17 2011] [notice] Parent: Created child process 1748
[Mon Oct 31 19:09:17 2011] [notice] Child 1748: Child process is running
[Mon Oct 31 19:09:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 1748: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Mon Oct 31 19:09:20 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Mon Oct 31 19:09:20 2011] [notice] Server built: Jul 30 2010 16:15:37
[Mon Oct 31 19:09:20 2011] [notice] Parent: Created child process 2272
[Mon Oct 31 19:09:20 2011] [notice] Child 2272: Child process is running
[Mon Oct 31 19:09:20 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2272: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Mon Oct 31 19:09:20 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Tue Nov 01 08:55:58 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Tue Nov 01 08:55:58 2011] [notice] Server built: Jul 30 2010 16:15:37
[Tue Nov 01 08:55:58 2011] [notice] Parent: Created child process 4132
[Tue Nov 01 08:55:59 2011] [notice] Child 4132: Child process is running
[Tue Nov 01 08:55:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 4132: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Tue Nov 01 08:55:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Nov 02 07:13:59 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Wed Nov 02 07:13:59 2011] [notice] Server built: Jul 30 2010 16:15:37
[Wed Nov 02 07:13:59 2011] [notice] Parent: Created child process 3892
[Wed Nov 02 07:13:59 2011] [notice] Child 3892: Child process is running
[Wed Nov 02 07:13:59 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3892: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Nov 02 07:13:59 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 10 15:53:39 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 10 15:53:39 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 10 15:53:40 2011] [notice] Parent: Created child process 3712
[Thu Nov 10 15:53:40 2011] [notice] Child 3712: Child process is running
[Thu Nov 10 15:53:40 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3712: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 10 15:53:40 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Sun Nov 13 22:55:10 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Sun Nov 13 22:55:10 2011] [notice] Server built: Jul 30 2010 16:15:37
[Sun Nov 13 22:55:11 2011] [notice] Parent: Created child process 3092
[Sun Nov 13 22:55:11 2011] [notice] Child 3092: Child process is running
[Sun Nov 13 22:55:11 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 3092: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Sun Nov 13 22:55:11 2011] [crit] Parent: child process exited with status 3 -- Aborting.
[Thu Nov 17 08:36:16 2011] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Nov 17 08:36:16 2011] [notice] Server built: Jul 30 2010 16:15:37
[Thu Nov 17 08:36:16 2011] [notice] Parent: Created child process 2604
[Thu Nov 17 08:36:17 2011] [notice] Child 2604: Child process is running
[Thu Nov 17 08:36:17 2011] [crit] (OS 10022)Un argument non valide a été fourni. : Child 2604: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Nov 17 08:36:17 2011] [crit] Parent: child process exited with status 3 -- Aborting.
Quel est le problème ?

Merci.
siempre est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 21/11/2011, 12h43   #2
Modérateur
 
Avatar de Benjamin Delespierre
 
Benjamin Delespierre
Développeur Web
Inscription : février 2010
Messages : 2 991
Détails du profil
Informations personnelles :
Nom : Benjamin Delespierre
Âge : 24
Localisation : France

Informations professionnelles :
Activité : Développeur Web
Secteur : High Tech - Opérateur de télécommunications

Informations forums :
Inscription : février 2010
Messages : 2 991
Points : 5 032
Points : 5 032
Citation:
Quelle est la solution ?
Virer cette daube de EasyPHP et utiliser WAMP.

EasyPHP est tout sauf Easy en réalité vu le nombre de problèmes que les membres rencontrent avec.
__________________
A la recherche d'un framework MVC facile a prendre en main ? Essayez Axiom
Nouveau: la référence d'Axiom est disponible sur GitHub (je la peaufine en ce moment même).

Un problème correctement identifié est à moitié résolu, évitez de poster l'intégralité de votre code avec pour seule explication "ça ne marche pas...".
Pour identifier correctement vos problèmes PHP, utilisez la gestion des erreurs et xdebug.

Les boutons et existent, servez-vous en
Benjamin Delespierre est déconnecté   Envoyer un message privé Réponse avec citation 01
Vieux 21/11/2011, 22h15   #3
Débutant
 
Homme Laurent
Webmaster
Inscription : octobre 2006
Messages : 2 873
Détails du profil
Informations personnelles :
Nom : Homme Laurent
Âge : 48
Localisation : France, Isère (Rhône Alpes)

Informations professionnelles :
Activité : Webmaster
Secteur : Industrie

Informations forums :
Inscription : octobre 2006
Messages : 2 873
Points : 1 320
Points : 1 320
Citation:
Virer cette daube de EasyPHP et utiliser WAMP
C'est peut être de la daube, mais pour travailler en local, je n'ai que ça : depuis plusieurs années Wamp ne marche plus sur mon PC (tout ce que je peux dire, c'est qu'il n'y a plus moyen d'exécuter du PHP en local, alors qu'avant ça marchait) et un tour sur le forum de Wamp n'avait pas permis de résoudre la question...
__________________
Il vaut mieux viser la perfection et la manquer que viser l'imperfection et l'atteindre. - Bertrand Russell
laurentSc est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/11/2011, 10h57   #4
Modérateur
 
Avatar de Benjamin Delespierre
 
Benjamin Delespierre
Développeur Web
Inscription : février 2010
Messages : 2 991
Détails du profil
Informations personnelles :
Nom : Benjamin Delespierre
Âge : 24
Localisation : France

Informations professionnelles :
Activité : Développeur Web
Secteur : High Tech - Opérateur de télécommunications

Informations forums :
Inscription : février 2010
Messages : 2 991
Points : 5 032
Points : 5 032
Sinon, tu peu résoudre le problème une fois pour toute en te faisant une VM linux avec VirtualBox. Je ne saurais que trop te conseiller cette approche car il vaut mieux développer au sein d'un environnement identique à l’environnement de production pour éviter les surprises.

Désolé de pas pouvoir t'aider plus que ça avec EasyPHP.
__________________
A la recherche d'un framework MVC facile a prendre en main ? Essayez Axiom
Nouveau: la référence d'Axiom est disponible sur GitHub (je la peaufine en ce moment même).

Un problème correctement identifié est à moitié résolu, évitez de poster l'intégralité de votre code avec pour seule explication "ça ne marche pas...".
Pour identifier correctement vos problèmes PHP, utilisez la gestion des erreurs et xdebug.

Les boutons et existent, servez-vous en
Benjamin Delespierre 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 09h30.


 
 
 
 
Partenaires

Hébergement Web