Prestashop s'installe parfaitement en local à la condition que le VirtualHost existe AVANT l'installation.
Voir : Pourquoi faut-il créer un VirtualHost AVANT d'installer un CMS
D'autre part, il bien vérifier que la version de Prestashop que vous voulez installer est bien compatible avec les versions PHP et MySQL que vous utilisez.
De plus, il faut que la base de données existe avant l'inst Forum: WampServer Francais
Hi,
No, it is not httpd.conf that needs to be modified, but only the VirtualHost(s) for which you want to allow access from the LAN. Forum: WampServer English
Bonjour,
> Le problème semble venir de php 5. 6. 40 car quand je lance les commandes en administrateur
> dans le dossier et que je tape "php -v" sur chaque dossier j'ai un message d'erreur sur ce dossier là.
Quel est le message d'erreur exact et complet ?
Nomalement on doit avoir ça :
E:\wamp64\bin\php\php5.6.40>php -v
PHP 5.6.40 (cli) (built: Jan 9 2019 15:10:36) Forum: WampServer Francais
Hi,
- Right-Click -> Tools -> Empty logs -> Empty all logs files -> Y
Then restart Wampserver.
- If it is not already done, apply Update 3.2.9 to your version of Wampserver
Wampserver update 3.2.9
Starting with Wampserver 3.2.6, if such a problem occurs you must use :
Right-click -> Restart from zero Forum: WampServer English
Hi,
After installing the MySQL 5.7.39 addon, the SQL mode is set to STRICT user mode with, in the my.ini file :
; Set the SQL mode to strict
;sql_mode=""
sql_mode="STRICT_ALL_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_AUTO_CREATE_USER"
After switching to default mode:
- Left-click -> MySQL -> MySQL Configuration -> sql-mode -> sql- Forum: WampServer English
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Is a part of the VirtualHost localhost in the file httpd-vhosts.conf
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiVi Forum: WampServer English
> What would I need to put here to solve my issue:
I don't understand what your problem is!
Your local sites can be located anywhere, even on another partition or disk.
VirtualHosts allow this without any problem and the DocumentRoot of each VirtualHost can be different.
See:
The need for Virtual Host
and
Wampserver 3 - Create or add a VirtualHost Forum: WampServer English
Lorsque vous changez quelque chose « à la main » ans le fichier de configuration wampmanager.conf, ça ne être pris en compte que si vous redémarrer Wampserver éventuellemet par Clic-Droit -> Redémarrer de zéro. Forum: WampServer Francais
Pour vous dépanner en attendant de trouver où est le problème, vous pouvez mettre :
navigator ="Edge"
Bien sûr, il faut redémarrer Wampserver.
Sur le PC où ça fonctionne, qu'est-ce que vous avez pour la ligne navigator ? Forum: WampServer Francais
> Le fichier spécifié est introuvable/Filename: C:/Program(x86)/Mozilla Firefox/firefox.exe
Ça veut bien dire que le fichier n'est pas là !!!!
Dans la ligne navigator= du fichier wampmanager.conf mettez :
navigator ="C:/Program Files (x86)/Mozilla Firefox/firefox.exe"
Qu'y a-t-il dans la Case Cible du raccourci bureau pour Firefox ? Forum: WampServer Francais
Hi,
> Update: The issue resolved itself after rebooting Windows
Windows 11 does not automatically update VC++ redistributables, so you must :
- 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 Forum: WampServer English
Bonjour,
> 4/ localhost se trouve dans le disque E et non C
Je ne comprends pas ce que vous voulez dire !
localhost qui est la page d'accueil de Wampserver se trouve dans le dossier wamp64/www/
> Parameters: 'http://localhost:8000/'
Pourquoi le port 8000 et pas le port par défaut ?
Comment avez-vous fait pour mettre le port 8000 ?
> 1/ Le fichier C:/Program(x86)/Mozilla Fire Forum: WampServer Francais
Bonjour,
Cette option fait partie de la mise à jour 3.2.6 et aurait dû apparaître avec la mise à jour 3.2.9 !
Donc :
- 1 Clic-Droit -> Outils -> Vider logs -> Vider tous les fichiers log -> Y
- 2 Réinstaller la mise à jour 3.2.9 "en tant qu'administrateur" Forum: WampServer Francais
Bonjour,
> ServerName m'indique : baseimport
Si baseimport fait bien partie des VirtualHost reconnus par Apache par :
Clic-Droit -> Outils -> Outils Apache -> Afficher les VirtualHost examinés par Apache
alors le problème ne provient pas d'Apache ou de Wampserver mais d'une mauvaise configuration de WordPress dans le fichier config et/ou dans la base de données WordPress pour Forum: WampServer Francais
Bonjour,
> l'url me mets des tirets dans le nom alors que dans le fichier il y a des underscores...
Un ServerName ne peut pas comporter de tirets bas _ c'est interdit dans les url. Forum: WampServer Francais
Hi,
No, I'm not going to delete this nonsense but rather provide a rational, Cartesian explanation.
Putting an include in the httpd.conf file is exactly the same as writing the instructions of the include file directly in the httpd.conf file.
On the other hand, in your 'http://mysite/phpmyadmin' url, it is quite normal not to have the 'not found' error since the phpmyadmin alias exists. Forum: WampServer English
Hi,
> Still WAMP Server does not work anymore in the way that I can enter to the interface
> and go to work in my databases.
To work on your databases, you can use PhpMyAdmin.
And I repeat that Wampserver can't force to have an https access and is - basically - an http server and not an https server.
On the other hand, a browser can require - in its settings - to have an https Forum: WampServer English