Pages: PreviousFirst...3536373839...LastNext
Current Page: 37 of 41
Results 1081 - 1110 of 1210
14 years ago
toumimi
Essayez de desactiver le parefeu windows et windows defender pour voir si le problème vient de là. Ensuite quittez puis relancez wamp...
Forum: WampServer Francais
14 years ago
toumimi
Bonjour, Le problème vient peut-être d'ailleurs.. Quelle est la couleur de l'icone de Wamp ?
Forum: WampServer Francais
14 years ago
toumimi
Non. Comme indiqué précédemment, il ne faut copier que le projet dans www. Le plus sûr, c'est d'exporter les données, car en copiant le dossier mysql, il n'y a aucune certitude que ça fonctionne... Il n'y a rien de bien compliqué dans la méthode. Vous pouvez essayer la deuxième solution, que je n'ai jamais testé, mais qui est présente dans la doc mysql. Sur la machine B, veuillez cliquer
Forum: WampServer Francais
14 years ago
toumimi
Bonjour, Il faut copier le project présent dans www. Pour la base de données, le plus simple reste de faire un export des données via phpMyAdmin sur la machine A puis d'importer les données via phpMyAdmin sur la machine B. Il est également possible et pratique de faire le tout en une ligne mysqldump --opt BDD_NAME | mysql --host=IP_DISTANT -C BDD_NAME EDIT: Bien entendu, il faut exécute
Forum: WampServer Francais
14 years ago
toumimi
Il y a peut-être un autre problème, il faudrait regarder dans le log d'Apache pour voir s'il y a des erreurs...
Forum: WampServer Francais
14 years ago
toumimi
Bonjour, Quittez Wamp. Desinstallez les services via uninstall_services.bat. Redémarrez l'ordinateur. Relancez Wamp. Via le menu réinstaller puis lancez chacun des services... (Apache -> Service -> Installer le service puis Apache -> Service -> Lancer le service )
Forum: WampServer Francais
14 years ago
toumimi
Hi, > yfastud : You can sometimes tick this option to add "DROP TABLE IF EXISTS" queries.. No problem with that.. >atf2505 : I don't know how you're trying to restore your data, but you can add this at the top of your sql file USE database_name;
Forum: WampServer English
14 years ago
toumimi
Hi ejw, If it is just a problem with phpMyAdmin access, you shouldn't modify global access. You should instead modify phpmyadmin alias file or there is another problem...
Forum: WampServer English
14 years ago
toumimi
Check in wamp/alias/phpmyadmin.conf that the two path are the same and are a valid phpmyadmin folder. Be sure version is correct (3.1.3.1 different from 3.1.1, etc..)
Forum: WampServer English
14 years ago
toumimi
Hi, Problem is not from Wamp. it depends of how browsers manage $_POST and header... You can use some tips to avoid it. - Add a $_SESSION['already_post'] for example <?php if (isset($_SESSION['already_post'])) echo 'Can\'t submit twice'; else { $result = mysql_query("INSERT INTO ..." $_SESSION['already_post']=1; } ?> - Use an intermediate page. I often use
Forum: WampServer English
14 years ago
toumimi
Hi, For this kind of errors, you should have a look at .
Forum: WampServer English
14 years ago
toumimi
Hi, Not sure if it what you want, but php executable is in a folder like C:\wamp\bin\php\php_version/ (for me) Replace php_version according to your installation...
Forum: WampServer English
14 years ago
toumimi
Quand je demandais la page internet, c'était par rapport à ceci : Quotequand je clique sur phpMyAdmin cela m'envoie sur internet et y a une erreur de page Maintenant, plusieurs choses : - Avez vous bien modifié le fichier C:\Windows\System 32\Driver\etc\hosts (comme décrit précédemment) Il semblerait que vous utilisiez IIS également. Si c'est le cas, cela peut provoquer des problèmes avec
Forum: WampServer Francais
14 years ago
toumimi
Note that you give an uncrypted password to mysql_connect() function. It will deal with how password is stored in the database...
Forum: WampServer English
14 years ago
toumimi
User must have access right on the database and for this host... PhpMyAdmin -> Tab Privileges -> Add a new user User name : Bob Host : localhost Password : 1234 Re-type : 1234 Click on Go Section Database-specific privileges First dropdown -> login6 Then choose his rights. If only user, tick Data section rights If admin of this database, click on Check all link... C
Forum: WampServer English
14 years ago
toumimi
Re bonjour, Si vous ne savez pas quoi mettre vous pouvez laisser les valeurs par défaut. Vous pourrez toujours les modifier ultérieurement dans les fichiers de configuration, mais ce n'est pas primordial...
Forum: WampServer Francais
14 years ago
toumimi
Merci d'éviter les doubles posts... Quelle est l'erreur qui s'affiche dans le navigateur ? Pouvez vous essayer avec Firefox et IE pour voir si le message est le même ? Vers quelle adresse "internet" êtes vous redirigé ?
Forum: WampServer Francais
14 years ago
toumimi
Bonjour, Merci de faire attention à votre orthographe... Quote Moi j'ai modifé aussi ce fichier et ca marche toujours pas. De plus je peux meme pas creer de base de données ^^ Essayez de modifier le fichier, de redémarrer l'ordinateur et et revoir si le fichier est toujours bon.. (on sait jamais) Essayez aussi avec l'adresse ip plutot que localhost [127.0.0.1] Si ce n'est pas ca le pr
Forum: WampServer Francais
14 years ago
toumimi
Hi, I prefer those kind of errors mysql_connect() can't establish a connection => Wrong username/password All other errors are from this first error. No connection => No database => No query => No mysql_num_row ! Please check your login/pass and you will be right
Forum: WampServer English
14 years ago
toumimi
Okay I understand.. In your code, you didn't change all php tags... Please modify <? echo $PHP_SELF; ?> by <?php echo $PHP_SELF; ?> in your form action param... And, you should also use $_SERVER['PHP_SELF'] instead of $PHP_SELF...
Forum: WampServer English
14 years ago
toumimi
What is the url of the bugging page ? Can you try with Firefox and IE ?
Forum: WampServer English
14 years ago
toumimi
Y'a pas de quoi
Forum: WampServer Francais
14 years ago
toumimi
Bonjour, Vérifiez que le fichier host (C:\WINDOWS\System32\drivers\etc) contient bien ceci : # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed b
Forum: WampServer Francais
14 years ago
toumimi
Alors là, je ne peux plus aider.. Le problème doit venir d'une configuration de dreamweaver... Bon courage.
Forum: WampServer Francais
14 years ago
toumimi
Pouvez vous essayer avec un code simple, comme <?php echo __FILE__; ?> Soit le code est incorrect (ex: une balise php non fermée), soit l'extension du fichier est incorrecte (pas php, html par exemple), soit vous ne charger pas la page à partir de localhost (ex: file://...) Je penche pour la deuxième solution : le fichier .html
Forum: WampServer Francais
14 years ago
toumimi
Je pense que vous utilisez les balises courtes, à savoir <? Vous pouvez modifiez vos scripts en utilisant la balise <?php à la place, pour être compatible avec tous les serveurs web, et pas seulement du votre. Toutefois, vous pouvez également une option, mais c'est déprécié... Clic gauche sur l'icone -> PHP -> Configuration PHP -> short open tag
Forum: WampServer Francais
14 years ago
toumimi
Hum. J'ai oublié de dire qu'il fallait redémarrer le serveur Apache après la modification....
Forum: WampServer Francais
14 years ago
toumimi
Hi, If you know the name of the service(s), you can open command console Windows -> Run -> type 'cmd' (without quotes) and press Enter In here, you can type this to delete service SERVICE_NAME : sc delete SERVICE_NAME EDIT: If service is running, you type it before : sc stop SERVICE_NAME
Forum: WampServer English
14 years ago
toumimi
He guy ! First post is from November 2007. Wamp5 is no longer supported. You should prefer install WampServer, available on the download page of this website...
Forum: WampServer English
14 years ago
toumimi
Il faut modifier le fichier alias avec le chemin correct. De même, si vous téléchargez une nouvelle version, vous devrez mettre à jour l'alias. Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.1.3.1/" <Directory "c:/wamp/apps/phpmyadmin3.1.3.1/">
Forum: WampServer Francais
Pages: PreviousFirst...3536373839...LastNext
Current Page: 37 of 41