Comment faire un espace membre
le 18/01/2010 à 22:49
cyne
Bonjour,
j'ai repris le code de la rubrique comment faire un espace membre.
J'arrive sans problèmes à créer un nouveau membre mais lorsque je veux rentrer avec mes identifiants nouvellemeent créés j'ai ce message :
Apache HTTP Server a rencontré un problème et doit fermer. Nous vous prions de nous excuser pour le désagrément encouru.
Avez-vous déja eu ce problème et comment le résoudre?
Merci de votre aide
FP
C'est léger comme erreur.
As tu lu les logs d'erreurs d'apache plutot ? Si oui, que disent ils ?
le 18/01/2010 à 23:38
cyne
Bonjour la Globule,
Merci de ton aide
Je suis Grand Débutant et si tu peux me dire comment lire les logs d'erreurs d'apache?? J'utilise Easyphp.
FP
le 18/01/2010 à 23:49
cyne
ah! j'ai répondu trop vite...désolé, c'était simple à trouver. Voici ce que me disent les logs d'erreurs d'apache :
[Mon Jan 18 23:46:19 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Mon Jan 18 23:46:19 2010] [notice] Apache/2.2.13 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Mon Jan 18 23:46:19 2010] [notice] Server built: Aug 6 2009 15:50:50
[Mon Jan 18 23:46:19 2010] [notice] Parent: Created child process 5592
[Mon Jan 18 23:46:19 2010] [notice] Child 5592: Child process is running
[Mon Jan 18 23:46:19 2010] [notice] Child 5592: Acquired the start mutex.
[Mon Jan 18 23:46:19 2010] [notice] Child 5592: Starting 64 worker threads.
[Mon Jan 18 23:46:19 2010] [notice] Child 5592: Starting thread to listen on port 80.
FP
le 18/01/2010 à 23:52
cyne
J'ai trouvé aussi des log d'erreurs MySql :
100118 22:48:08 [Note] Plugin 'FEDERATED' is disabled.
100118 22:48:08 InnoDB: Started; log sequence number 0 44243
100118 22:48:08 [Note] Event Scheduler: Loaded 0 events
100118 22:48:08 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.37-community-log' socket: '' port: 3306 MySQL Community Server (GPL)
FP
L'idéal serait d'avoir les lignes juste avant le plantage.
Car la, il n'y a pas d'erreur.
le 19/01/2010 à 10:30
cyne
Ca y est, j'ai reproduit sur un autre poste l'erreur et je la vois à présent.
[Mon Jan 18 16:57:15 2010] [notice] Apache/2.2.13 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Mon Jan 18 16:57:15 2010] [notice] Server built: Aug 6 2009 15:50:50
[Mon Jan 18 16:57:15 2010] [notice] Parent: Created child process 5528
[Mon Jan 18 16:57:16 2010] [notice] Child 5528: Child process is running
[Mon Jan 18 16:57:16 2010] [notice] Child 5528: Acquired the start mutex.
[Mon Jan 18 16:57:16 2010] [notice] Child 5528: Starting 64 worker threads.
[Mon Jan 18 16:57:16 2010] [notice] Child 5528: Starting thread to listen on port 80.
[Mon Jan 18 16:59:11 2010] [error] [client 127.0.0.1] File does not exist: C:/Program Files/EasyPHP5.3.0/www/favicon.ico
[Mon Jan 18 17:00:06 2010] [error] [client 127.0.0.1] File does not exist: C:/Program Files/EasyPHP5.3.0/www/favicon.ico
[Mon Jan 18 17:54:41 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Jan 18 17:54:41 2010] [notice] Child 5528: Exit event signaled. Child process is ending.
[Mon Jan 18 17:54:42 2010] [notice] Child 5528: Released the start mutex
[Mon Jan 18 17:54:43 2010] [notice] Child 5528: All worker threads have exited.
[Mon Jan 18 17:54:43 2010] [notice] Child 5528: Child process is exiting
[Mon Jan 18 17:54:44 2010] [notice] Parent: Child process exited successfully.
[Tue Jan 19 10:09:17 2010] [notice] Apache/2.2.13 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Tue Jan 19 10:09:17 2010] [notice] Server built: Aug 6 2009 15:50:50
[Tue Jan 19 10:09:17 2010] [notice] Parent: Created child process 3204
[Tue Jan 19 10:09:18 2010] [notice] Child 3204: Child process is running
[Tue Jan 19 10:09:18 2010] [notice] Child 3204: Acquired the start mutex.
[Tue Jan 19 10:09:18 2010] [notice] Child 3204: Starting 64 worker threads.
[Tue Jan 19 10:09:18 2010] [notice] Child 3204: Starting thread to listen on port 80.
[Tue Jan 19 10:27:31 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jan 19 10:27:31 2010] [notice] Apache/2.2.13 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Tue Jan 19 10:27:31 2010] [notice] Server built: Aug 6 2009 15:50:50
[Tue Jan 19 10:27:31 2010] [notice] Parent: Created child process 4140
[Tue Jan 19 10:27:31 2010] [notice] Child 4140: Child process is running
[Tue Jan 19 10:27:31 2010] [notice] Child 4140: Acquired the start mutex.
[Tue Jan 19 10:27:31 2010] [notice] Child 4140: Starting 64 worker threads.
[Tue Jan 19 10:27:31 2010] [notice] Child 4140: Starting thread to listen on port 80.
Quelle solution existe?
Merci
FP
Apparemment, d'après google, il semblerait que ce soit un bug connu de PHP (bug qui date de 2006 :S).
Essaye de mettre à jour ton PHP.
Sinon, j'ai égelement lu que cela pouvait venir d'un problème de librairie mysql non chargé.
En tout cas,
beaucoup de personne ont eu ce soucis, tu ne devrais pas trop galérer à fixer ca.
le 20/01/2010 à 11:52
cyne
Peux-tu me dire comment vérifier le chargement des librairies sql?
Voire même comment les re-charger?
Merci encore
FP
Apparemment, il faudrait copier des fichiers dans le repertoire d'apache.
Regarde le lien que j'ai pasté, certains ont trouvés la solution.