Pages: Previous12345...LastNext
Current Page: 4 of 41
Results 91 - 120 of 1210
13 years ago
toumimi
Hi, Did you install another webserver ? If wamp icon is not fully white, then wamp services are not running, so they can't be restarted.. Make sure you are running wampapache and wampmysqld services and that you modify the right conf files (from wamp menu).
Forum: WampServer English
13 years ago
toumimi
Hi, I don't understand which one you are pointing, but I know that in phpMyAdmin, there is a default execution tiemout set to 300s (=5min). It's possible that it try to do an action, but loops or works until timeout... You should check your logs (mysql and php) to see if something seems wrong... Else, try to update your version.
Forum: WampServer English
13 years ago
toumimi
Hi, You can add the following configurations in phpmyadmin alias. It will increase your memory available for it (for big files) Add it after "Allow from localhost" in wamp/alias/phpmyadmin.conf php_admin_value upload_max_filesize 20M php_admin_value post_max_size 20M php_admin_value max_execution_time 360 php_admin_value max_input_time 360 Then you need to modify
Forum: WampServer English
13 years ago
toumimi
Hi, The best way is to define a virtual host, to allows you to run multiple websites (associated with one or more domains) on the same webserver. Follow this guide to setup VirtualHost on Wamp => Please read each step...
Forum: WampServer English
13 years ago
toumimi
Hi, In wamp folder, you have a file called wampmanager.conf. You just have to quit wamp, modify navigator string and then restart it. navigator = "C:/Program Files/Mozilla Firefox/firefox.exe"
Forum: WampServer English
14 years ago
toumimi
"Le port 80 est ouvert" As tu fait la translation de port sur ton routeur, pour laisser entrer le port d'Apache justement ? Exemple de configuration sur la SFRbox : # Nom Protocole Type Ports ext. IP de destination Ports de destination 1 WampServer TCP Port 80 192.168.1.20 80 Ainsi, le rout
Forum: WampServer Francais
14 years ago
toumimi
Au dela de ça, il reste un problème à l'utilisation d'un nom de domaine, même en local. Il faut indiquer à Windows que telle nom correspond à telle ip. C'est le principe du DNS et c'est ce à quoi sert le fichier hosts comme tu dois le savoir (puisque tu l'as modifié). Ainsi, ton pc connait l'ip de correspondante. Qu'en est-il des ordinateurs du réseau ? En réalité, il faudrait renseigner ton
Forum: WampServer Francais
14 years ago
toumimi
I have tested your script and get same problems as mine... Due to Vista security (for instance), your script has no right to uninstall apache or other service neither to stop them. => Error System 5, Access Refused Then you don't choose the right version since you select by default the latest. It is a problem because uninstall/install parameters may vary according to their version (cf each
Forum: WampServer Francais
14 years ago
toumimi
I have tested your script and get same problems as mine... Due to Vista security (for instance), your script has no right to uninstall apache or other service neither to stop them. => Error System 5, Access Refused Then you don't choose the right version since you select by default the latest. It is a problem because uninstall/install parameters may vary according to their version (cf each
Forum: WampServer Francais
14 years ago
toumimi
Et si tel est le cas, une commande permet de tester la validité des fichiers de conf Apache (dont vhost fait partie) C:/wamp/bin/apache/apacheVERSION/bin/httpd.exe -f C:/wamp/bin/apache/apacheVERSION/conf/httpd.conf -t -w Remplacer VERSION par la version actuelle d'Apache utilisée et lancer la commande dans une fenetre DOS ( Démarrer -> Executer -> cmd, coller et lancer la commande.)
Forum: WampServer Francais
14 years ago
toumimi
Salut, Je me sens l'ame généreuse En réalité, la plupart des routeurs empêchent le "loopback", le fait d'utiliser son ip publique lorsque l'on est dans le réseau interne. Cependant, cela ne veut pas dire que le serveur n'est pas disponible du tout à l'extérieur. Pour tester s'il est accessible, il est possible d'utiliser un service gratuit en ligne qui utilise une ip publique,
Forum: WampServer Francais
14 years ago
toumimi
Salut, A vrai dire, on ne clique qu'une seule fois sur "Passer en ligne". Ensuite c'est enregistré dans la conf donc il suffit juste de démarrer WampServer pour mettre en ligne. En réalité, Wampserver permet d'installer/desinstaller des services, et les démarre quand wamp démarre et les arrete quand wamp s'arrete. Cependant, il est possible de se passer complètement de WampServer (
Forum: WampServer Francais
14 years ago
toumimi
There is no password on wamp localhost. It can be xampp installation or IIS (webserver incorporate in windows functionnalities) and ask you for a password. Note that if wampserver icon is red, none of wamp services are running. This may happen when another webservice is running. Sometimes test port 80 functionnality (in apache service submenu) help you to sort this problem...
Forum: WampServer English
14 years ago
toumimi
Hi, You don't know how to rewrite url and should read some tutorials. In fact, it's RewriteRule rewritted_url real_url So you must generate rewritted url into your code and htaccess will catch it and transmit it to index.php with id parameter that your script can use. You see index-id-3 but you receive id=3 in your index.php file. Use in your url and it will load Note that you do
Forum: WampServer English
14 years ago
toumimi
Hum.. Essayes un clic gauche sur l'icone de wamp au lieu du clic droit, et un deuxième menu plus complet (et utile) devrait apparaitre
Forum: WampServer Francais
14 years ago
toumimi
After a small search for "blank page localhost", i found this thread Note that this question is asked everytime with always the same answer. Port 80 is used by another application (like skype) or problem in windows hosts file.
Forum: WampServer English
14 years ago
toumimi
L'url del page d'accueil 'http://localhost/' ne fonctionne pas ? Est-ce que phpmyadmin fonctionne ? Il est possible que le serveur ne soit pas démarré (icone de wamp jaune ou rouge) et que les pages thalia soient toujours en cache. Essayes avec firefox également car le message peut être différent. Vérifies également que Skype n'est pas lancé (configuration à faire) et que le port 80 n'est
Forum: WampServer Francais
14 years ago
toumimi
Il faut ajouter ça dans la ligne de commande : phar.require_hash=0
Forum: WampServer Francais
14 years ago
toumimi
Il faut aller dans 'http://localhost/settings/' pour accéder à la page d'accueil du patch. Une fois le(s) composant(s) installé(s), il faut faire un refresh du menu de wamp.
Forum: WampServer Francais
14 years ago
toumimi
Note that your mysql databases are not lost since there are related to each version of mysql, so when you switch mysql version, you switch databases.
Forum: WampServer English
14 years ago
toumimi
You are probably using a wrong path according to how css files works on your website. That's why you need to ask your question in a specialized forum. Thanks.
Forum: WampServer English
14 years ago
toumimi
Clicking on c:\wamp\wampmanager.exe results in nothing It should have added wamp icon in your system tray (bottom-right of your screen). Make sure all icons are visible.
Forum: WampServer English
14 years ago
toumimi
By creating three users with three different ftp roots. There is nothing different from any other folder since there is nothing related to WampServer. Read the documentation of your ftp server.
Forum: WampServer English
14 years ago
toumimi
HI, you can follow this step-by-step guide :
Forum: WampServer English
14 years ago
toumimi
You can set many options in your virtual host. What do you want to set exactly ? In most case, one php.ini should be enough for every websites/vh...
Forum: WampServer English
14 years ago
toumimi
Make sure your host file only contains line 127.0.0.1 localhost. Delete line about ::1 using notepad as administrator and try again. Make sure apache service is running (wamp icon should be white)
Forum: WampServer English
14 years ago
toumimi
CAN YOU EDIT YOUR POST SINCE IT IS TOO HARD TO READ YOU WHEN YOU USE CAPITALIZATION AND LOOKS LIKE YOU ARE SHRIEKING ! THANKS IN ADVANCE...
Forum: WampServer English
14 years ago
toumimi
Since you did to many actions, I suggest you to do the followings : - Uninstall wamp, delete wamp folder (not completely uninstalled with conf files). - Delete any php.ini/mysql.ini on your system (ex: windows) - Restart your computer. - Reinstall wamp server. If it still doesn't work, test port 80 from wamp menu -> Apache -> Service. Then don't do anything and post here what e
Forum: WampServer English
14 years ago
toumimi
Yep. You can also move it to your desktop, modify it then move it back to system folder.
Forum: WampServer English
14 years ago
toumimi
Yep. I got the same and could not use pgsql with php5.3. You can downgrade to php5.2.5 like you did, but you should install this addon over wamp installation, since there could be some versions of php installed and only one used at the same time.
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 4 of 41