Hi,
> called: "Beta: Use Unicode UTF-8
It is "beta" !
Wampmanager language files (wamp(64)/lang/) are encoded according to the "charset" (WindowsCodePage) of the used Windows version, which can be different in different countries.
It can be: 1250 to 1258.
No language file is encoded utf-8, except, of course, the language files used by WEB pages, like index. Forum: WampServer English
Hi,
Well, there you go! Everything is for the best in the best of worlds - well in the least bad!
For the continuation, always think of going to see the tools and the options integrated into Wampserver as well as the some options of help, all that with the Right-Click before wanting to modify directly a file as well as all the options of modifications of the options, extensions, modules, co Forum: WampServer English
Hi,
> <Directory "${INSTALL_DIR}/www/abelard">
As explained before :
Must be ended with a / slash
<Directory "${INSTALL_DIR}/www/abelard/">
Same for all <Directory .....
> However, the warning triangles are still there.
If you click on the line with the triangle, you should see what the error is.
Maybe you should use the Wampserver option Forum: WampServer English
Hi,
> <VirtualHost *:$(MYPORT8083)>
Not ( ) but { } !!!
Same for Virtualhost with port 8084 and 8085
> <Directory "${INSTALL_DIR}/www/project1">
Must be ended with a / slash
<Directory "${INSTALL_DIR}/www/project1/">
Same for project2 and project3
If you had used the tools integrated to Wampserver... ! Forum: WampServer English
Hi,
> there are still Apache error log warning and syntax error Apache conf files,
> and *all* the VirtualHosts now have yellow warning triangles.
You see, what would be great is if when a user writes that there is an error, it gives the exact and complete wording of the error.
And, if the user clicks on the line with the yellow warning triangle, there too there is an error messag Forum: WampServer English
Bonjour,
1er truc à voir : Est-ce que Symfony supporte PHP 8.1.0 ?
2e truc à voir : Est-ce que votre application supporte PHP 8.1.0
3e truc :
La page register est en php. Le fichier doit être nommé 'register.php' et doit être appelé par :
'http://mecasympa3/register.php'
Nota : Je ne connais strictement rien au sujet de Symfony. Forum: WampServer Francais
Bonjour,
> Je clic sur le lien d'enregistrement par exemple avec cette URL du coup:
> La Erreur.
Libellé exact et complet de l'erreur ?
> 'http://mecasympa3/register'
Y a-t'il un fichier index.php dans le dossier mecasympa3/register/ ?
Ou est-ce le fichier register que vous voulez lancer ? Forum: WampServer Francais
Le téléchargement par défaut doit être :
Looking for the latest version? Download wampserver3.2.6_x64.exe (625.3 M
Mais, à chaque upload d'une nouvelle version d'un addon Apache, PHP, MySQL, MariaDB ou autre, c'est ce nouvel upload qui passe par défaut.
Si, à chaque nouvel upload, il faut que j'aille remettre — à la main — le programme par défaut, c'est non. Forum: WampServer Francais
Bonjour,
Je ne vois toujours pas ce que j'ai à faire là dedans !
Je dépose les fichiers chez Sourceforge par FTP via WinSCP et c'est tout. Forum: WampServer Francais
Hi,
> toolbar icon does not respond to left and right mouse
I don't know why !
You could try, with Wampserver stopped:
- 1 - - Verify that all VC ++ packages are installed and with the latest versions.
To do this, use the tool:
Checks VC++ packages installed
Do not use a previously loaded tool. Make a new download to make sure you are using the correct version.
To download missing Forum: WampServer English
Bonjour,
> Quelles documentations ?
Le lien donné précédemment !
Wampserver https SSL
Comme déjà écrit, j'ai refais totalement cette procédure il y a moins d'un mois pour quatre sites locaux:
- aviatechno
- wampserver.aviatechno
- faq-fra.aviatechno
- le-pointu.aviatechno
Mais je ne passe pas localhost en https pour éviter d'être bloqué s'il y a un problème.
Je pense qu'il Forum: WampServer Francais
Bonjour,
> Le problème doit venir de mon certificat et/ou de ma clef mais comment résoudre celà ?
La procédure décrite dans la contribution ci-dessous fonctionne parfaitement, je viens encore de l'appliquer il y a moins d'un mois.
Wampserver https SSL
> Par contre impossible de faire fonctionner 'HTTPS://localhost'
Dans la procédure il n'est pas question de passer localhost e Forum: WampServer Francais
Hi,
CitationTigercatAt line 85 on, is now
Define MYPORT8083 8083
Define MYPORT8084 8084
Define MYPORT8085 8085
The Define variables must be BEFORE their use.
Normally they should be with the other define in httpd.conf, i.e. around line 48, after the define indicated by the line:
39 # Apache variable names used by Apache conf files:
In the listen list (line 69...) the original listen Forum: WampServer English
Bonjour,
- PHP 8.0.21 32 & 64bit
- PHP 8.1.8 32 & 64bit
Installeurs signés numériquement.
Voir le premier message pour les liens de téléchargement. Forum: WampServer Francais
Hi,
> Right-click -> Tools -> Add Listen port to Apache.
When you use this option, the ports to be used are defined as an Apache variable in the httpd.conf file.
For example for port 8085, in httpd.conf ther will be :
Around lines 40-50
Define MYPORT8085 8085
Around lines 70-75
Listen 0.0.0.0:${MYPORT8085}
Listen [::0]:${MYPORT8085}
Then, for the VirtualHost with port Forum: WampServer English
Hi,
> everything is working again as it should, hurrah!!!;
This is a good thing!
Nevertheless, the content of your httpd-vhosts.conf file calls for several remarks.
- The VirtualHost localhost is reserved for the Wampserver homepage and must not be modified, so stay with DocumentRoot "${INSTALL_DIR}/www" and Require local
- Your local sites must be declared in other Virtua Forum: WampServer English
Hi,
> Wampserver 3.2.3
Out of date. Apply Wampserver 3.2.9 update
> "Apache/2.4.46 (Win64) PHP/7.3.21 Server at zorro Port 8083"
1 - Why do you want to use port 8083?
2 - How did you declare port 8083 as a listening port for Apache? Forum: WampServer English
Bonjour,
> quand j'affiche une autre page que l'accueil
Comment ? par quelle url ?
L'accueil du VirtualHost mecasympa3 sera effectué par 'http://mecasympa3/' et ouvrira le dossier déclaré par DocumentRoot, c'est-à-dire le dossier c:/wamp64/www/mecasympa3/public/ et lancera automatiquement le fichier index.php s'il existe.
À partir de là, toute url sera relative à DocumentRoot donc a Forum: WampServer Francais
> Il y a bien un fichier index.php et la page d'accueil s'affiche bien.
Ben alors, qu'est-ce qui ne fonctionne pas ?
Est-ce un CMS ? Si oui, lequel ? Forum: WampServer Francais
Bonjour,
'http://mecasympa3/' lancera bien le site à condition qu'il y ait un fichier index.php dans le dossier du DocumentRoot, c'est-à-dire dans c:/wamp64/www/mecasympa3/public
S'il n'y a pas de fichier index.php, il faut préciser le nom du fichier à lancer, par exemple :
'http://mecasympa3/monfichier.php' Forum: WampServer Francais
Bonjour,
Il faut lancer les VirtualHost :
- soit par les items du menu Clic-Gauche -> Vos Virtualhost
- soit par les items de la colonne Vos VirtualHost de la page d'accueil Wampserver
C'est-à-dire par :
'http://test/'
'http://test2/'
'http://mecasympa3/' Forum: WampServer Francais
Hi,
> If I delete entire WAMP I will loose all my several years worth of work.
Les sauvegardes des sites et des bases de données existent et DOIVENT être effectuées souvent !!!
Si vous ne le faites jamais, le problème se situe entre la chaise et le clavier !!
Installez un autre addon d'une version Apache.
Vous avez un problème de virus et/ou de malware pour que tous les fichiers htt Forum: WampServer English