Précédent   Forum des professionnels en informatique > Webmasters - Développement Web > Outils > Dreamweaver
Dreamweaver Forum d'entraide des utilisateurs de Adobe Dreamweaver. Avant toutes questions : FAQ Dreamweaver.
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/06/2011, 17h15   #1
Membre à l'essai
 
Inscription : septembre 2008
Messages : 140
Détails du profil
Informations forums :
Inscription : septembre 2008
Messages : 140
Points : 23
Points : 23
Par défaut Version récente EasyPhP : Configurer le serveur d'évaluation

Bonjour,

J'ai installé la version 5.3.6 d'easyphp (à la place de la 1.8 que j'avais précédemment) et je n'arrive pas à configurer le serveur d'évaluation. Je le fais, mais il n'en tient pas compte.
Dans la version précédente, "configurez le serveur d'évaluation" voulait dire indiquer le chemin du dossier qui contenait le site. Ce que je fais (et je suis sûre de mon chemin), mais une fois refermé la fenêtre de gestion des sites, la coche devant "Configurez le serveur d'évaluation" ne s'est pas mise. Même en redémarrant cs4, et même en redémarrant l'ordi.
Faut-il faire autre chose ailleurs, une modif de fichiers, pour pouvoir faire cette configuration ?
Merci d'avance !

EDIT : j'ai trouvé, grâce à un autre post. Il fallait modifier le httpd.conf
Donc, c'est bon, le serveur d'évaluation est bon.
Mais la connexion à la base dit qu'elle n'a pas de tables (alors qu'il y en a, j'y ai accès via phpmyadmin sans problème). Y aurait-il un autre fichier à modifier ? J'ai lu toute la faq d'easyphp pour Vista (c mon cas) et je n'ai pas trouvé...

Les dernières lignes des logs mysql :

Citation:
110606 18:06:30 [Note] Plugin 'FEDERATED' is disabled.
110606 18:06:30 InnoDB: The InnoDB memory heap is disabled
110606 18:06:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
110606 18:06:30 InnoDB: Compressed tables use zlib 1.2.3
110606 18:06:31 InnoDB: Initializing buffer pool, size = 128.0M
110606 18:06:31 InnoDB: Completed initialization of buffer pool
110606 18:06:31 InnoDB: highest supported file format is Barracuda.
110606 18:06:31 InnoDB: Waiting for the background threads to start
110606 18:06:32 InnoDB: 1.1.5 started; log sequence number 1595675
110606 18:06:32 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
110606 18:06:32 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
110606 18:06:32 [Note] Event Scheduler: Loaded 0 events
110606 18:06:32 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.5.10-log' socket: '' port: 3306 MySQL Community Server (GPL)
evevev est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/06/2011, 23h09   #2
Modérateur
 
Avatar de Vil'Coyote
 
Développeur Web
Inscription : février 2008
Messages : 3 302
Détails du profil
Informations personnelles :
Âge : 31
Localisation : France, Marne (Champagne Ardenne)

Informations professionnelles :
Activité : Développeur Web

Informations forums :
Inscription : février 2008
Messages : 3 302
Points : 4 480
Points : 4 480
en regardant sur google :
http://www.easyphp.org/forums/43/148...sql#msg-148768

il semble que le problème vienne du firewall. mais pas de DW
Vil'Coyote est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 08/06/2011, 12h21   #3
Membre à l'essai
 
Inscription : septembre 2008
Messages : 140
Détails du profil
Informations forums :
Inscription : septembre 2008
Messages : 140
Points : 23
Points : 23
Merci ! je n'avais pas fait cette recherche, mon anglais est minimal...

Pour ajouter un port, il faut donner des renseignements que je ne trouve pas...
Le numéro du port, c'est donc 3306, mais dans "Protocole", il faut choisir entre UDP et TCP . Une idée ?
D'autre part, il faut donner un nom pour le port que l'on ajoute : est-ce le nom du programme qu'il faut mettre, à savoir EasyPhp ?
Merci.

EDIT : d'après ce que j'ai pu comprendre (mais je ne suis pas sûre !), udp ou tcp, ça devrait marcher... Eh bien non ! J'ai ajouté le port, redémarré l'ordi, et j'ai toujours la même ligne dans les logs :

Citation:
...
110608 12:05:34 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
110608 12:05:34 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
110608 12:05:34 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
110608 12:05:34 [Note] Event Scheduler: Loaded 0 events
110608 12:05:34 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.5.10-log' socket: '' port: 3306 MySQL Community Server (GPL)
110608 12:54:21 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt normal du serveur

110608 12:54:21 [Note] Event Scheduler: Purging the queue. 0 events
110608 12:54:22 InnoDB: Starting shutdown...
110608 12:54:22 InnoDB: Shutdown completed; log sequence number 1595675
110608 12:54:22 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt du serveur terminé

110608 13:26:32 [Note] Plugin 'FEDERATED' is disabled.
110608 13:26:32 InnoDB: The InnoDB memory heap is disabled
110608 13:26:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
110608 13:26:32 InnoDB: Compressed tables use zlib 1.2.3
110608 13:26:32 InnoDB: Initializing buffer pool, size = 128.0M
110608 13:26:32 InnoDB: Completed initialization of buffer pool
110608 13:26:33 InnoDB: highest supported file format is Barracuda.
110608 13:26:33 InnoDB: Waiting for the background threads to start
110608 13:26:34 InnoDB: 1.1.5 started; log sequence number 1595675
110608 13:26:34 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
110608 13:26:34 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
110608 13:26:34 [Note] Event Scheduler: Loaded 0 events
110608 13:26:35 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.5.10-log' socket: '' port: 3306 MySQL Community Server (GPL)
... ce qui tenterait à prouver que ma manoeuvre n'a servi à rien...
evevev 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 20h19.


 
 
 
 
Partenaires

Hébergement Web