Quantcast
Channel: WampServer - WampServer Francais
Viewing all articles
Browse latest Browse all 3474

Réinstallation ne fonctionne pas (1 réponse)

$
0
0
Bonjour,

J'ai du réinstaller wamp seulement j'ai des erreurs maintenant et mes sites sur localhost ne s'affichent plus correctement lorsqu'ils ont besoin de la base de données.

Surement un problème d'accès à la BDD ?

Wamp installé :wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b
en suivant les règles d'installation données sur le forum.
j'ai ensuite suivi les étapes de dépannage sans succès.


Wamp est installé sur e:\Wamp
Ensuite, j'ai fait des modifications pour : que www soit sur e:\www
E:\wamp\bin\apache\apache2.4.9\conf\httpd.conf
la ligne 230
DocumentRoot "E:/www/"
et
<Directory "E:/www/">
E:\wamp\scripts\config.inc.php
$wwwDir = 'E:/www';
et
E:/www/index.php
$wampConfFile = 'E:/wamp/wampmanager.conf';
et
$aliasDir = 'E:/wamp/alias/';

le module_rewrite est activé

J'ai accès à localhost et à PHPMyAdmin avec tous les répertoires et fichiers des bases remises en place
le fichiers .hosts : une seule ligne

Lorsque je redémarre Wamp,
le fichier php_error.log enregistre :
[31-Aug-2015 10:04:55 UTC] PHP Warning: PHP Startup: in Unknown on line 0
[31-Aug-2015 10:04:55 UTC] PHP Warning: PHP Startup: in Unknown on line 0
[31-Aug-2015 10:04:55 UTC] PHP Warning: PHP Startup: in Unknown on line 0
[31-Aug-2015 10:04:55 UTC] PHP Warning: PHP Startup: in Unknown on line 0

le fichier mysql.log enregistre plusieurs lignes du type :
2015-08-31 12:15:35 6080 [Warning] InnoDB: Cannot open table surf_tb_local/ps_surf_tb_configuration from the internal data dictionary of InnoDB though the .frm file for the table exists. See [dev.mysql.com] for how you can resolve the problem.

Le fichier apache_erroe.log enregistre (à par les erreurs dues au sites sur localhost :
[Mon Aug 31 12:13:42.998528 2015] [mpm_winnt:notice] [pid 1200:tid 560] AH00455: Apache/2.4.9 (Win32) PHP/5.5.12 configured -- resuming normal operations
[Mon Aug 31 12:13:42.998528 2015] [mpm_winnt:notice] [pid 1200:tid 560] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:13:13
[Mon Aug 31 12:13:42.998528 2015] [core:notice] [pid 1200:tid 560] AH00094: Command line: 'E:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d E:/wamp/bin/apache/apache2.4.9'
[Mon Aug 31 12:13:42.999528 2015] [mpm_winnt:notice] [pid 1200:tid 560] AH00418: Parent: Created child process 2024
[Mon Aug 31 12:13:43.295738 2015] [mpm_winnt:notice] [pid 2024:tid 464] AH00354: Child: Starting 64 worker threads.
[Mon Aug 31 12:13:46.881090 2015] [mpm_winnt:notice] [pid 1200:tid 560] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 31 12:13:48.882507 2015] [mpm_winnt:notice] [pid 2024:tid 464] AH00364: Child: All worker threads have exited.
[Mon Aug 31 12:13:48.898519 2015] [mpm_winnt:notice] [pid 1200:tid 560] AH00430: Parent: Child process 2024 exited successfully.
[Mon Aug 31 12:13:50.629745 2015] [mpm_winnt:notice] [pid 5360:tid 548] AH00455: Apache/2.4.9 (Win32) PHP/5.5.12 configured -- resuming normal operations
[Mon Aug 31 12:13:50.629745 2015] [mpm_winnt:notice] [pid 5360:tid 548] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:13:13
[Mon Aug 31 12:13:50.629745 2015] [core:notice] [pid 5360:tid 548] AH00094: Command line: 'E:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d E:/wamp/bin/apache/apache2.4.9'
[Mon Aug 31 12:13:50.630746 2015] [mpm_winnt:notice] [pid 5360:tid 548] AH00418: Parent: Created child process 1692
[Mon Aug 31 12:13:50.951992 2015] [mpm_winnt:notice] [pid 1692:tid 468] AH00354: Child: Starting 64 worker threads.

Je ne comprend vraiment pas d'où peut venir le problème, si quelqu'un pour m'aider, merci d'avance !!!

Viewing all articles
Browse latest Browse all 3474

Trending Articles