WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Voir le sujet: Précédent•Suivant
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Recherche•Connexion•Imprimer la vue
Réglage Wamp pour installer un forum phpbb3
Envoyé par: ninouee (---.mobile.fr.orangecustomers.net)
Date: 29 June 2024 à 19:29

Bonjour à tous,

Je viens vers vous que je vais travailler sur un nouveau pc et je fais donc une nouvelle installation de wampserver toute propre avec la dernière mise à jour.

J'ai un autre pc sur lequel j'ai déjà wamp que j'avais réussi à installer et à régler je ne sais plus comment il y a longtemps.

Wamp s'est bien installé, j'ai l'icône vert. Mais c'est après que je bloque.
J'ai bien créé mon répertoire dans lequel figure mon dossier qui correspondra à mon forum. J'ai préparé la base de donnée sur phpmyadmin.
Localhost s'affiche et j'ai créé mon virtualhost ainsi : nom du dossier dans wam64 = tunys, mon servername = tunys et Directory : c:/wamp64/www/tunys.
Quand je clique sur le lien tunys dans vitualhost, il me met que la conexion a échoué.

Alors je n'y connais pas grand chose, mais j'ai cherché sur google. a priori le port 80 n'est utilisé que par wamp, je n'ai pas skype.
J'ai essayé de voir pour le parefeu mais je n'ai pas trouvé.

J'ai cliqué sur plusieur tests en faisant clic droit sur l'icone wamp et dans outil j'ai généré un rapport de configuration que voici :

1719681218
------ Wampserver configuration report
samedi 29 juin 2024 - 17:13
- Windows NT 10.0 build 19045 (Windows 10)
- Text_Encoding = Array
(
[IsSingleByte] => True
[BodyName] => iso-8859-1
[EncodingName] => Europe de l'Ouest (Windows)
[HeaderName] => Windows-1252
[WebName] => Windows-1252
[WindowsCodePage] => 1252
[CodePage] => 1252
[LocaleCtype] => 1252
)
- Windows Charset: Windows-1252
- Wampserver version 3.3.5 - 64bit
- Wampserver install version 3.3.5 installed on 2024-06-29
- Update
- Install directory: c:/wamp64
- Default browser: C:/Program Files/Mozilla Firefox/firefox.exe
- Default text editor: C:/Windows/system32/notepad.exe
- Default log viewer: C:/Windows/system32/notepad.exe
- Apache 2.4.59 - Port 80
- Additional Apache listening ports:
- PHP 8.2.18
MySQL versions seen by refresh listDir:
8.3.0
MariaDB versions seen by refresh listDir:
11.3.2
PHP versions seen by refresh listDir:
7.4.33 - 8.0.30 - 8.1.28 - 8.2.18 - 8.3.6
Apache versions seen by refresh listDir:
2.4.59
- MySQL 8.3.0 Port 3306
MySQL basedir = c:/wamp64/bin/mysql/mysql8.3.0
MySQL datadir = c:/wamp64/bin/mysql/mysql8.3.0/data
- MariaDB 11.3.2 Port 3307
MariaDB basedir = c:/wamp64/bin/mariadb/mariadb11.3.2
MariaDB datadir = c:/wamp64/bin/mariadb/mariadb11.3.2/data
- PHP 8.1.28 for Internal Wampserver PHP scripts
------ Wampserver configuration ------
---------- Section [main]
language = french wampserverVersion = 3.3.5
installDir = c:/wamp64 installVersion = 3.3.5
navigator = C:/Program Files/Mozilla Firefox/firefox.exeeditor = C:/Windows/system32/notepad.exe
logviewer = C:/Windows/system32/notepad.exedefaultLanguage = english
wampserverMode = 64bit installDate = 2024-06-29
wampStartDate = 2024-06-29 16:53:45
---------- Section [options]
AliasSubmenu = off NotCheckVirtualHost = off
NotCheckDuplicate = off HomepageAtStartup = off
VhostAllLocalIp = off SupportMySQL = on
SupportMariaDB = on ShowadminerMenu = on
HostsLinesLimit = 5000 NotVerifyHosts = off
NotVerifyTLD = off AutoCleanLogs = on
AutoCleanLogsMax = 1000 AutoCleanLogsMin = 50
AutoCleanTmp = on AutoCleanTmpMax = 1000
BackupHosts = off ShowWWWdirMenu = off
LinksOnProjectsHomePage = off LinksOnProjectsHomeByIp = off
LocalTest = off ScrollListsHomePage = off
utf8_beta = off httpsReady = off
UseWampHttps = on AllowLocalhostHttps = off
---------- Section [apacheoptions]
apacheUseOtherPort = off apachePortUsed = 80
apacheCompareVersion = off apacheRestoreFiles = off
apacheGracefulRestart = on apachePhpCurlDll = off
---------- Section [mysqloptions]
mysqlPortUsed = 3306 mysqlUseOtherPort = off
mysqlPortOptionsMenu = on
---------- Section [mariadboptions]
mariaPortUsed = 3307 mariaUseOtherPort = on
mariadbPortOptionsMenu = on
---------------------------------------------
------ C:/Windows/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 unystest
::1 unystest
127.0.0.1 tunys
::1 tunys
127.0.0.1 tunys
::1 tunys
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.59/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
# Virtual Hosts
#
<VirtualHost _default_:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName tunys
DocumentRoot "c:/wamp64/www/tunys"
<Directory "c:/wamp64/www/tunys/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
----------------------------------------------
-- PHP Configuration values
allow_url_fopen = On allow_url_include = Off
auto_append_file = auto_globals_jit = On
auto_prepend_file = date.timezone = UTC
default_charset = UTF-8 default_mimetype = text/html
disable_classes = disable_functions =
display_errors = On display_startup_errors = On
enable_dl = Off error_reporting = E_ALL
expose_php = On file_uploads = On
ignore_repeated_errors = Off ignore_repeated_source = Off
implicit_flush = Off log_errors = On
max_execution_time = 120 max_input_time = 60
max_input_vars = 2500 memory_limit = 128M
opcache.jit = off output_buffering = 4096
post_max_size = 8M register_argc_argv = Off
report_memleaks = On request_order = GP
session.save_path = c:/wamp64/tmp short_open_tag = Off
upload_max_filesize = 2M upload_tmp_dir = c:/wamp64/tmp
variables_order = GPCS xdebug.log_level = 7
xdebug.mode = develop xdebug.show_local_vars = 0
zend.enable_gc = On zlib.output_compression = Off
--------------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
Tray Menu Manager Build=Release
Tray Menu Manager Version=3.2.6.1
Tray Menu Manager Mode=64 Bits
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Start type : DEMAND_START
Service Session : LocalSystem
The service 'wampmysqld64' is started
Start type : DEMAND_START
Service Session : LocalSystem
The service 'wampmariadb64' is started
Start type : DEMAND_START
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
all services START_TYPE are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) %AeTrayVersionBuild% - %AeTrayOldModeBuild%
Compiler Visual C++ versions used:
PHP 7.4.33 Compiler => Visual C++ 2017 - Architecture => x64
PHP 8.0.30 Compiler => Visual C++ 2019 - Architecture => x64
PHP 8.1.28 Compiler => Visual C++ 2019 - Architecture => x64
PHP 8.2.18 Compiler => Visual C++ 2019 - Architecture => x64
PHP 8.3.6 Compiler => Visual C++ 2019 - Architecture => x64
MySQL Ver 8.3.0 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 11.3.2-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.59 Apache Lounge VS17 Server built: Apr 4 2024 15:03:17
Architecture: 64-bit
--------------------------------------------------
-- Apache loaded modules
- Core:
core_module http_module mpm_winnt_module
so_module win32_module
- Shared modules:
actions_module alias_module allowmethods_module
asis_module authn_core_module authn_file_module
authz_core_module authz_groupfile_module authz_host_module
authz_user_module auth_basic_module auth_digest_module
autoindex_module cache_disk_module cache_module
cgi_module dir_module env_module
fcgid_module file_cache_module include_module
isapi_module log_config_module mime_module
negotiation_module php_module rewrite_module
setenvif_module userdir_module vhost_alias_module
--------------------------------------------------
Apache includes
Included configuration files:
(*) C:/wamp64/bin/apache/apache2.4.59/conf/httpd.conf
(553) C:/wamp64/bin/apache/apache2.4.59/conf/extra/httpd-autoindex.conf
(565) C:/wamp64/bin/apache/apache2.4.59/conf/extra/httpd-vhosts.conf
(593) C:/wamp64/alias/adminer.conf
(593) C:/wamp64/alias/phpmyadmin.conf
(593) C:/wamp64/alias/phpsysinfo.conf
--------------------------------------------------
Apache variables (Define)
- With command httpd.exe -t -D DUMP_RUN_CFG
APACHE24 = Apache2.4
VERSION_APACHE = 2.4.59
INSTALL_DIR = c:/wamp64
APACHE_DIR = c:/wamp64/bin/apache/apache2.4.59
SRVROOT = c:/wamp64/bin/apache/apache2.4.59
PHPROOT = c:/wamp64/bin/php/php
--------------------------------------------------
VirtualHost configuration:
Default server: localhost
Virtual Host: localhost
Virtual Host: tunys
--------------------------------------------------
-- PHP Loaded Extensions
With function get_loaded_extensions()
-- For PHP 8.2.18 used as Apache module
bcmath calendar com_dotnet Core ctype curl
date dom exif fileinfo filter gd
gettext gmp hash iconv imap intl
json ldap libxml mbstring mysqli mysqlnd
openssl pcre PDO pdo_mysql pdo_sqlite Phar
random readline Reflection session SimpleXML soap
sockets SPL sqlite3 standard tokenizer xdebug
xml xmlreader xmlwriter xsl Zend OPcache zip
zlib
--------------------------------------------------
-- Use of PHP versions
PHP 7.4.33 not used
PHP 8.0.30 not used
PHP 8.1.28 used for Wampserver internal PHP scripts
PHP 8.2.18 used as APACHE module
PHP 8.3.6 not used
--------------------------------------------------
-- Show Excluded port by the System
With command:
netsh int ip show excludedportrange protocol=tcp
50128
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 13288
The processus of PID 13288 is 'httpd.exe' Session: Services
The service of PID 13288 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 13288
The processus of PID 13288 is 'httpd.exe' Session: Services
The service of PID 13288 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.59 (Win64) PHP/8.2.18 mod_fcgid/2.3.10-dev
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Test for TCP
Your port 3306 is used by a processus with PID = 9140
The processus of PID 9140 is 'mysqld.exe' Session: Services
The service of PID 9140 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 9140
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 7556
Test for TCPv6
Your port 3306 is used by a processus with PID = 9140
The processus of PID 9140 is 'mysqld.exe' Session: Services
The service of PID 9140 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 9140
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 7556
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Test for TCP
Your port 3307 is used by a processus with PID = 9828
The processus of PID 9828 is 'mysqld.exe' Session: Services
The service of PID 9828 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3307 is used by a processus with PID = 9828
The processus of PID 9828 is 'mysqld.exe' Session: Services
The service of PID 9828 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
--- File cleaned up by Wampserver installation or update ---
[Sat Jun 29 18:53:50.890328 2024] [mpm_winnt:notice] [pid 12584:tid 436] AH00455: Apache/2.4.59 (Win64) PHP/8.2.18 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Sat Jun 29 18:53:50.890328 2024] [mpm_winnt:notice] [pid 12584:tid 436] AH00456: Apache Lounge VS17 Server built: Apr 4 2024 15:03:17
[Sat Jun 29 18:53:50.890328 2024] [core:notice] [pid 12584:tid 436] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.59\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.59'
[Sat Jun 29 18:53:50.890328 2024] [mpm_winnt:notice] [pid 12584:tid 436] AH00418: Parent: Created child process 8436
[Sat Jun 29 18:53:51.374669 2024] [mpm_winnt:notice] [pid 8436:tid 424] AH00354: Child: Starting 64 worker threads.
[Sat Jun 29 18:59:33.363939 2024] [mpm_winnt:notice] [pid 12584:tid 436] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jun 29 18:59:35.391265 2024] [mpm_winnt:notice] [pid 8436:tid 424] AH00364: Child: All worker threads have exited.
[Sat Jun 29 18:59:35.569657 2024] [mpm_winnt:notice] [pid 12584:tid 436] AH00430: Parent: Child process 8436 exited successfully.
[Sat Jun 29 18:59:38.181392 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00455: Apache/2.4.59 (Win64) PHP/8.2.18 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Sat Jun 29 18:59:38.181392 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00456: Apache Lounge VS17 Server built: Apr 4 2024 15:03:17
[Sat Jun 29 18:59:38.181392 2024] [core:notice] [pid 13288:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.59\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.59'
[Sat Jun 29 18:59:38.181392 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00418: Parent: Created child process 12440
[Sat Jun 29 18:59:38.759477 2024] [mpm_winnt:notice] [pid 12440:tid 420] AH00354: Child: Starting 64 worker threads.
[Sat Jun 29 18:59:50.568063 2024] [core:alert] [pid 12440:tid 1240] [client ::1:51051] C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
The 'wampapache64' service is restarting.
The 'wampapache64' service has restarted.
nt:notice] [pid 13288:tid 440] AH00424: Parent: Received restart signal -- Restarting the server.
[Sat Jun 29 19:03:46.655407 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00455: Apache/2.4.59 (Win64) PHP/8.2.18 mod_fcgid/2.3.10-dev configured -- resuming normal operations
[Sat Jun 29 19:03:46.655407 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00456: Apache Lounge VS17 Server built: Apr 4 2024 15:03:17
[Sat Jun 29 19:03:46.655407 2024] [core:notice] [pid 13288:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.59\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.59'
[Sat Jun 29 19:03:46.655407 2024] [mpm_winnt:notice] [pid 13288:tid 440] AH00418: Parent: Created child process 13192
[Sat Jun 29 19:03:47.219405 2024] [mpm_winnt:notice] [pid 13192:tid 448] AH00354: Child: Starting 64 worker threads.
[Sat Jun 29 19:03:48.221368 2024] [mpm_winnt:notice] [pid 12440:tid 420] AH00364: Child: All worker threads have exited.
[Sat Jun 29 19:06:23.179084 2024] [core:alert] [pid 13192:tid 1232] [client ::1:51143] C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
[Sat Jun 29 19:08:39.225781 2024] [core:alert] [pid 13192:tid 1236] [client 127.0.0.1:51199] C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[Sat Jun 29 19:08:43.979869 2024] [core:alert] [pid 13192:tid 1232] [client 127.0.0.1:51200] C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[Sat Jun 29 19:08:50.402569 2024] [core:alert] [pid 13192:tid 1232] [client 127.0.0.1:51201] C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
127.0.0.1 - - [29/Jun/2024:18:59:18 +0200] "POST /add_vhost.php?lang=french HTTP/1.1" 200 12815
127.0.0.1 - - [29/Jun/2024:18:59:47 +0200] "GET / HTTP/1.1" 200 21339
127.0.0.1 - - [29/Jun/2024:18:59:48 +0200] "GET /wampthemes/classic/style.css HTTP/1.1" 200 2972
127.0.0.1 - - [29/Jun/2024:18:59:48 +0200] "GET /wampthemes/classic/img/gifLogo1.gif HTTP/1.1" 200 2681
::1 - - [29/Jun/2024:18:59:50 +0200] "GET / HTTP/1.1" 500 644
127.0.0.1 - - [29/Jun/2024:19:05:07 +0200] "GET / HTTP/1.1" 200 21339
127.0.0.1 - - [29/Jun/2024:19:05:15 +0200] "GET /adminer/ HTTP/1.1" 200 4498
127.0.0.1 - - [29/Jun/2024:19:05:15 +0200] "GET /adminer/?file=default.css&version=4.8.1 HTTP/1.1" 200 6811
127.0.0.1 - - [29/Jun/2024:19:05:18 +0200] "POST /adminer/ HTTP/1.1" 302 -
127.0.0.1 - - [29/Jun/2024:19:05:18 +0200] "GET /adminer/?username= HTTP/1.1" 403 4619
127.0.0.1 - - [29/Jun/2024:19:05:25 +0200] "GET /add_vhost.php?lang=french HTTP/1.1" 200 16339
127.0.0.1 - - [29/Jun/2024:19:05:28 +0200] "POST /add_vhost.php?lang=french HTTP/1.1" 200 16095
127.0.0.1 - - [29/Jun/2024:19:05:33 +0200] "POST /add_vhost.php?lang=french HTTP/1.1" 200 16636
127.0.0.1 - - [29/Jun/2024:19:05:55 +0200] "POST /add_vhost.php?lang=french HTTP/1.1" 200 16339
127.0.0.1 - - [29/Jun/2024:19:06:12 +0200] "POST /add_vhost.php?lang=french HTTP/1.1" 200 16096
127.0.0.1 - - [29/Jun/2024:19:06:20 +0200] "GET / HTTP/1.1" 200 21339
127.0.0.1 - - [29/Jun/2024:19:06:21 +0200] "GET /wampthemes/classic/style.css HTTP/1.1" 200 2972
::1 - - [29/Jun/2024:19:06:23 +0200] "GET / HTTP/1.1" 500 644
127.0.0.1 - - [29/Jun/2024:19:08:32 +0200] "GET / HTTP/1.1" 200 21339
127.0.0.1 - - [29/Jun/2024:19:08:32 +0200] "GET /wampthemes/classic/style.css HTTP/1.1" 200 2972
127.0.0.1 - - [29/Jun/2024:19:08:32 +0200] "GET /wampthemes/popupmodal.css HTTP/1.1" 200 3477
127.0.0.1 - - [29/Jun/2024:19:08:33 +0200] "GET /wampthemes/classic/img/gifLogo1.gif HTTP/1.1" 200 2681
127.0.0.1 - - [29/Jun/2024:19:08:33 +0200] "GET /wampthemes/classic/img/pngWrench.png HTTP/1.1" 200 741
127.0.0.1 - - [29/Jun/2024:19:08:33 +0200] "GET /wampthemes/classic/img/pngFolderGo.png HTTP/1.1" 200 694
127.0.0.1 - - [29/Jun/2024:19:08:33 +0200] "GET /favicon.ico HTTP/1.1" 200 202575
127.0.0.1 - - [29/Jun/2024:19:08:39 +0200] "GET /tunys HTTP/1.1" 500 648
127.0.0.1 - - [29/Jun/2024:19:08:43 +0200] "GET /tunys/ HTTP/1.1" 500 648
127.0.0.1 - - [29/Jun/2024:19:08:50 +0200] "GET /tunys/install HTTP/1.1" 500 648
127.0.0.1 - - [29/Jun/2024:19:10:56 +0200] "GET / HTTP/1.1" 200 21339
127.0.0.1 - - [29/Jun/2024:19:13:34 +0200] "GET / HTTP/1.1" 200 21339
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
--- File cleaned up by Wampserver installation or update ---
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
2024-06-29T16:55:09.894365Z 24 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:09.900196Z 25 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.038917Z 26 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.042672Z 27 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.120871Z 28 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.136059Z 29 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.388283Z 30 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:10.390716Z 31 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:12.372191Z 32 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:12.377932Z 33 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:35.534664Z 34 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:55:35.538359Z 35 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:46.832289Z 36 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:46.844827Z 37 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:46.905344Z 38 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:46.908803Z 39 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:47.155380Z 40 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:47.159484Z 41 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:47.369009Z 42 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:57:47.372865Z 43 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-06-29T16:59:36.179928Z 0 [System] [MY-013105] [Server] c:\wamp64\bin\mysql\mysql8.3.0\bin\mysqld.exe: Normal shutdown.
2024-06-29T16:59:37.298893Z 0 [System] [MY-010910] [Server] c:\wamp64\bin\mysql\mysql8.3.0\bin\mysqld.exe: Shutdown complete (mysqld 8.3.0) MySQL Community Server - GPL.
2024-06-29T16:59:37.300088Z 0 [System] [MY-015016] [Server] MySQL Server - end.
2024-06-29T16:59:38.853506Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2024-06-29T16:59:39.138474Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.3.0\bin\mysqld.exe (mysqld 8.3.0) starting as process 9140
2024-06-29T16:59:39.172461Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-06-29T16:59:39.552430Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2024-06-29T16:59:40.343580Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-06-29T16:59:40.344012Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-06-29T16:59:40.378915Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.3.0\bin\mysqld.exe: ready for connections. Version: '8.3.0' socket: '' port: 3306 MySQL Community Server - GPL.
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
2024-06-29 18:53:55 0 [Note] c:\wamp64\bin\mariadb\mariadb11.3.2\bin\mysqld.exe: ready for connections.
Version: '11.3.2-MariaDB' socket: '' port: 3307 mariadb.org binary distribution
2024-06-29 18:59:37 0 [Note] Windows service "wampmariadb64": received SERVICE_CONTROL_STOP
2024-06-29 18:59:37 0 [Note] c:\wamp64\bin\mariadb\mariadb11.3.2\bin\mysqld.exe (unknown): Arrêt normal du serveur
2024-06-29 18:59:37 0 [Note] InnoDB: FTS optimize thread exiting.
2024-06-29 18:59:37 0 [Note] InnoDB: Starting shutdown...
2024-06-29 18:59:37 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
2024-06-29 18:59:37 0 [Note] InnoDB: Shutdown completed; log sequence number 47779; transaction id 15
2024-06-29 18:59:37 0 [Note] c:\wamp64\bin\mariadb\mariadb11.3.2\bin\mysqld.exe: Arrêt du serveur terminé
2024-06-29 18:59:40 0 [Note] Starting MariaDB 11.3.2-MariaDB source revision 068a6819eb63bcb01fdfa037c9bf3bf63c33ee42 as process 9828
2024-06-29 18:59:40 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-06-29 18:59:40 0 [Note] InnoDB: Number of transaction pools: 1
2024-06-29 18:59:40 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2024-06-29 18:59:40 0 [Note] InnoDB: Initializing buffer pool, total size = 256.000MiB, chunk size = 4.000MiB
2024-06-29 18:59:40 0 [Note] InnoDB: Completed initialization of buffer pool
2024-06-29 18:59:40 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
2024-06-29 18:59:40 0 [Note] InnoDB: End of log at LSN=47779
2024-06-29 18:59:40 0 [Note] InnoDB: Opened 3 undo tablespaces
2024-06-29 18:59:40 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
2024-06-29 18:59:40 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2024-06-29 18:59:40 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2024-06-29 18:59:40 0 [Note] InnoDB: log sequence number 47779; transaction id 14
2024-06-29 18:59:40 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-06-29 18:59:42 0 [Note] mysqld.exe: SSPI: using principal name 'localhost', mech 'Negotiate'
2024-06-29 18:59:42 0 [Note] Server socket created on IP: '::'.
2024-06-29 18:59:42 0 [Note] Server socket created on IP: '0.0.0.0'.
2024-06-29 18:59:42 0 [Note] mysqld.exe: Event Scheduler: Loaded 0 events
2024-06-29 18:59:42 0 [Note] c:\wamp64\bin\mariadb\mariadb11.3.2\bin\mysqld.exe: ready for connections.
Version: '11.3.2-MariaDB' socket: '' port: 3307 mariadb.org binary distribution
--------------------------------------------------


Pourriez vous m'aider à comprendre où j'ai mal fait mon installation?

Je vous remercie par avance.

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: Otomatic (Modérateur)
Date: 29 June 2024 à 20:09

Bonjour,

> Default text editor: C:/Windows/system32/notepad.exe
À éviter. Le notepad de Windows n'est pas un "vrai" éditeur de texte.
Il est préférable d'installer Notepad++ gratuit et de mettre le chemin dans le fichier wampmanager.conf :
editor ="C:/chemin complet vers /notepad++.exe"
logviewer ="C:/chemincomplet vers /notepad++.exe"

Dans le log Apache, on a :
C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]

La commande Order date de Apache 2.2 et n'est plus supportée basiquement par Apache 2.4
Néanmoins, on peut installer, sous Apache 2.4, un module de compatibilité :
Donc installez dans les modules Apache, le module : mod_access_compat

De plus, vérifiez que votre phpBB est bien compatible avec votre version de PHP.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: ninouee (---.fbx.proxad.net)
Date: 03 July 2024 à 21:24

Bonjour,

Merci pour votre réponse détaillée.

J'ai résolu une partie des problèmes que vous avez découvert. Cependant il y en a un que je n'arrive pas à régler c'est celui du module apache "mod_access_compat", moi dans mes modules, il me propose "access_compat_module" je me suis dit que c'était la même chose et je l'ai activé mais ça n'a rien changé.
Est-ce que le nom du module sur le fichier htaccess peut être lié?

Ma version de php est 8.2.18 qui est accepté par le forum.

Merci à vous.

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: Otomatic (Modérateur)
Date: 04 July 2024 à 08:42

Bonjour,

C'est effectivement "access_compat_module" qui doit donc être coché dans :
Clic-Gauche -> Apache -> Modules Apache

> ça n'a rien changé.
Il ne doit plus y avoir l'erreur : "C:/wamp64/www/tunys/.htaccess: Invalid command 'Order', "

Vu qu'il s'agit de la "copie" d'un forum phpBB existant, il faut sans doute modifier des paramètres de connexion à la base de données (nom base, utilisateur, mot de passe) dans un fichier "config.php" ou quelque chose comme ça.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: ninouee (---.fbx.proxad.net)
Date: 04 July 2024 à 21:06

Bonsoir,

J'ai tout repris de zéros avec une nouvelle installation.


Vos indications m'on beaucoup aidée mais il y avait un problème auquel je n'avais pas songée.

Ma version de phpbb3 était la 3.3.11 et ils sont passés à 3.3.12. Je voulais profiter de cette installation de wamp pour faire ma mise à jour.

En utilisant une version 3.3.12 d'un forum vierge ça a marché.

Il y avait aussi un autre problème qui est uniquement de ma faute: j'avais mal modifié la table phpbb_config avec les réglages en local qui n'étaient pas correctes.

Voulez-vous les réglages à faire pour les autres utilisateurs?

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: Otomatic (Modérateur)
Date: 04 July 2024 à 22:20

Bonsoir,
Les champs des tables à modifier sont les bienvenus winking smiley

Je noterai ça dans mes "tablettes", ça pourra servir à d'autres.
Merci.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Réglage Wamp pour installer un forum phpbb3
Envoyé par: Sylver35 (---.abo.bbox.fr)
Date: 29 November 2024 à 09:35

Bonjour,

Les champs de la table config de phpBB à modifier sont :

Définition du nouveau serveur local :
force_server_vars => mettre 0
server_name => mettre le Nom du Virtual Host
server_port => 80 (ou 443 si https)
server_protocol => http (ou https)

Définition des cookies :
cookie_domain => mettre le Nom du Virtual Host
cookie_name => mettre un nouveau nom
cookie_path => /
cookie_secure => 0 (ou 1 si https)

Puis supprimer le dossier cache/production pour faire prendre en compte les modifications...

__________________________________________________________________________________________

Support pour phpBB | Conception d'Extensions | Sécurité Web
[breizhcode.com]



Modifie 2 fois. Derniere modification le 29/11/2024 à 09:37 par Sylver35.

Options: Répondre•Citer ce Message


Aller à : Liste des Forums•Liste des messages•Recherche•Connexion
Désolé, seuls les utilisateurs connectés peuvent envoyer des messages dans ce forum.
Cliquer ici pour se connecter

design by jidePowered by Alter Way get firefoxget PHP