Pages: Previous1234
Current Page: 4 of 4
Results 91 - 113 of 113
16 years ago
rip_pit
1. Try to access this url instead of (it worked once for me) 2. Go and delete the session's temporary files that are in \wamp\tmp\ directory. It also has saved me when i couldn't access phpmyadmin. (Delete all files in it except \wamp\tmp\session_dir which file is part of wamp installation.. )
Forum: WampServer English
16 years ago
rip_pit
Anyway, you can use your FAI smtp server to do some testing and send mails while working in local. Under XP: 1. Edit php.ini 2. find the line SMTP = localhost And replace localhost by your FAI smtp server. for example: SMTP = smtp.yourfai.com 3. When i do that, i also uncomment the following line : ;sendmail_from = me@example.
Forum: WampServer English
16 years ago
rip_pit
for the icons problem, it's solved here:
Forum: WampServer English
16 years ago
rip_pit
1. Look in the logs to see what happens. Wamp icon > Left click > Apache > - Look in Apache access.log - Look in Apache error.log 2. Try turning On the "allow url include" option in PHP configuration menu Wamp icon > Left click > PHP >Configuration PHP > Turn on : Allow url include
Forum: WampServer English
16 years ago
rip_pit
I can't understand where is you problem !? Just launch the setup and it will install all the needed files...
Forum: WampServer English
16 years ago
rip_pit
What is the code you used ? Put it here all.
Forum: WampServer English
16 years ago
rip_pit
I would advise you to delete the session's temporary files that are in \wamp\tmp\ directory. It has solved me when i couldn't access phpmyadmin. Delete all files in it except \wamp\tmp\session_dir which file is part of wamp installation.. try that and tell us if it worked. (or just move them into a bakup folder outside the \tmp\ dir)
Forum: WampServer English
16 years ago
rip_pit
t'inquiete on est tous passé par là ! mdr
Forum: WampServer Francais
16 years ago
rip_pit
J'ai déjà répondu ici : Edites le fichier suivant manuellement et change le chemin vers le dossier icons (il apparait 2 fois dans le fichier) Fichier à éditer : \wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf Remplacer les chemins : C:/Program Files/Apache Software Foundation/Apache2.2/icons/ Par un chemin dans le genre (à adapter suivant ton repertoire d'installatio
Forum: WampServer Francais
16 years ago
rip_pit
I dont really know how it works with 1.6.6 but this will work with 1.7.x and 2.0 : Edit the file phpmyadmin.conf which contains infos for the alias of phpmyadmin (path in wamp 2.0 is : \wamp\alias\phpmyadmin.conf) And read it carefully: ----phpmyadmin.conf---- Alias /phpmyadmin "D:/wamp/apps/phpmyadmin2.11.1/" # to give access to phpmyadmin from outside # replace the
Forum: WampServer English
16 years ago
rip_pit
Maybe some php options may need to be turned on/off in order you code to work properly. fore example if you have short php opening tags like this : <? you should replace them all with <?php Or simply turn on the php option : Short_open_tags = On try also register globals = On try also allow url include = On these options should be turned off for security purpose but it m
Forum: WampServer English
16 years ago
rip_pit
ta facon de reup le post ne donne vraiment envie de te répondre alors soit plus respectueux envers les personnes qui répondent au forum, je pense qu'on a tous d'autres choses a faire que de répondre à des questions qui ont déja été résolues : Si tu avais pris le temps de lire tu aurais trouvé des solutions : * J'ai tout d'abords décommenté le ligne : skip-innodb dans le my.ini *Euré
Forum: WampServer Francais
16 years ago
rip_pit
j'ai aussi le probleme avec mes anciens sites. Il faut savoir que PHP a desactivé par défaut certains options qui ne l'étaient pas il y a quelques années : 1. short_open_tags : permet d'utiliser <? a la place de <?php Mets le sur ON si tu veux utiliser la notation courte (déconseillé) 2. register_globals crée des variables automatiquement depuis les variables globales: $_p
Forum: WampServer Francais
16 years ago
rip_pit
oui je te le conseille, je suis passé de la 1.7.2 a la nouvelle 2.0a et tout fonctionne impec. Certes, il faudra reconfigurer quelques chemins si tu n'utilises pas les répertoires par défaut mais ca se fait vite et bien.
Forum: WampServer Francais
16 years ago
rip_pit
moi je l'ai bien avec wamp 2: D:\wamp\bin\apache\apache2.2.6\include\mod_so.h
Forum: WampServer Francais
16 years ago
rip_pit
Il manquerai qlque chose dans ton log, ou tu n'a pas tout mis car moi j'ai la ligne suivante que je ne vois pas dans le tiens Child ****: Starting thread to listen on port 80. ce qui signifie qu'il commence a ecouter sur le port 80. En gros a chaque fois que je lance j'ai ca dans mon apache_error.log : Apache/2.2.6 (Win32) PHP/5.2.5 configured -- resuming normal operations Serv
Forum: WampServer Francais
16 years ago
rip_pit
un écran vierge ?! c'est bizarre ! Es-tu sur Vista ? 1. Essayes avec Internet explorer ou un autre navigateur pour voir si ca vient du navigateur. 2. Assures toi qu'aucun firewall ne bloque les services apache ou mysql, etc 3. Recherche le dossier racine correspondant à localhost (par defaut c:\wamp\www\) et regardes s'il y a quelque chose dedans : normallement tu dois trouver un fichier
Forum: WampServer Francais
16 years ago
rip_pit
je félicite aussi les développeurs de wamp. Depuis que je connais wamp j'adhère ! Moi j'ai bien l'icone et tout marche impec.
Forum: WampServer Francais
16 years ago
rip_pit
regarde dans les fichiers log s'il y un message d'erreur particulier. (click gauche sur l'icone wamp > apache > (apache error.log) ou (apache access.log) ca pourra peut etre t'aider Assures-toi que le dossier www existe bien. EDIT: est-tu sur Vista ?
Forum: WampServer Francais
16 years ago
rip_pit
YESSSSSS !! SOLVED !! ---Quick steps--- Edit the following file manually and change the path to the icons folder (it appears 2 times in the file) File to edit: \wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf Change the paths: C:/Program Files/Apache Software Foundation/Apache2.2/icons/ With your (adapt it to your directory installation) : D:/wamp/bin/apache/apache2
Forum: WampServer English
16 years ago
rip_pit
Génial ! Merci beaucoup pour votre aide à tous, j'ai enfin trouvé et compris comment faire ! J'vais essayé de résumé et d'être clair pour les suivants : 1. Ouvrir l'invite de commande DOS (Menu démarrer > Executer > cmd ) 2. Taper* et valider par Entrer : D:\wamp\Apache2\bin\htpasswd.exe -c .htpasswd monLogin On vous demandera de saisir votre mdp (2 fois) puis ca va générer le fichier
Forum: WampServer Francais
16 years ago
rip_pit
UP! Je cherche a faire la meme chose, car sur tous les hebergement distants (chez amen) les htpasswd sont cryptés, mais quand je veux tester en local, je dois penser à éditer le htpasswd pour y remplacer le mdp crypté par celui en clair...et inversement quand j'uploade sur le serveur...c'est plutot source d'erreurs... Ayant beaucoup de sites à gérer, je préférai qu'apache en local travaille dire
Forum: WampServer Francais
16 years ago
rip_pit
Oui, ca fait pareil chez moi, j'ai le message : Zend Optimizer 3.2.8 is incompatible with XDebug 2.0.0RC3. Résolution du conflit : 1. Clic gauche sur l'icone WAMP > Fichiers de configuration > php.ini 2. Ajouter un point virugle ( au debut de la ligne pour la mettre en commentaire: ;zend_extension_ts="c:\wamp/xdebug/ext/5/php_xdebug.dll" (cette exemple désactive xdebug au pr
Forum: WampServer Francais
Pages: Previous1234
Current Page: 4 of 4