j'ai du reinstaller wampserver (les 3 services sont bien lancés- en vert) , j'ai importé ma sauvegarde de la base de donnée avec MariaDB
j'ai collé mon repertoire avec la sauvegarde de mon wiki dans C:/wamp64/www
Mais je n'arrive pas à ouvrir mon projet depuis mon navigateur
avez vous une idée de ce que j'ai pu oublier ?
- 1 - Version de Windows utilisée (Précisez la version (8, 10, 11) ET si 32 ou 64 bits) - W11 - 2 - Version de Wampserver (Précisez la version (3.x.y) ET si 32 ou 64 bits) - 3.4.0 64 bits - 3 - Version Apache (Précisez la version) - 2.4 .65 - 4 - Version PHP (Précisez la version) - 8.3.28 - 5 - Version MySQL (Précisez la version) - 8.4.7 - 5a - Version MariaDB si existante -11.4.9 - 6 - De quelle couleur est l'icône Wampserver (Dans la zone de notification de la barre des tâches) Quand tout va bien elle doit être verte, mais peut être rouge ou orange.- vert
- 7 - Dans le fichier c:\Windows\System32\drivers\etc\hosts, quelles sont les lignes actives* ? # 127.0.0.1 localhost ::1 localhost
- Si icône Wampserver verte et en utilisant le menu de cette icône : - 8 - Avez-vous accès à localhost (Page d'accueil de wampserver) ? oui (clic gauche + localhost) - 8a - Si oui, y a-t-il un message d'erreur en bas de page ? non - 8b - Quel navigateur utilisez-vous ?Edge - 9 - Avez-vous accès à phpMyAdmin ? oui
- 10 - Si vous faites référence à un message d'erreur, merci de donner le libellé EXACT et COMPLET de l'erreur - la saisi dans le navigateuir de [localhost] renvoie Forbidden You don't have permission to access this resource.
Apache/2.4.65 (Win64) PHP/8.3.28 mod_fcgid/2.3.10-dev Server at localhost Port 80
- 11 - Si vous utilisez un Anti-virus et/ou un Parefeu, merci de donner les noms de ceux-ci - malawarebyte - 12 - Quel est le chemin complet de l'installation de Wampserver (Par exemple D:\wamp\) C:/wamp64/www/mediawiki-1.39.8_VFR_RC36_2
Merci
Modifie 2 fois. Derniere modification le 13/12/2025 à 16:30 par Schub.
Non pas de .htacess directement dans le répertoire
par contre il y a bien un fichier index.php
<?php // For broken web servers: ><pre>
// If you are reading this in your web browser, your server is probably // not configured correctly to run PHP applications! // // See the README, INSTALL, and UPGRADE files for basic setup instructions // and pointers to the online documentation. // // [www.mediawiki.org] // // -------------------------------------------------
/** * The main web entry point for web browser navigations, usually via an * Action or SpecialPage subclass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * [www.gnu.org] * * @file * @ingroup entrypoint */
define( 'MW_ENTRY_POINT', 'index' );
// Bail on old versions of PHP, or if composer has not been run yet to install // dependencies. Using dirname( __FILE__ ) here because __DIR__ is PHP5.3+. // phpcs:ignore MediaWiki.Usage.DirUsage.FunctionFound require_once dirname( __FILE__ ) . '/includes/PHPVersionCheck.php'; wfEntryPointCheck( 'html', dirname( $_SERVER['SCRIPT_NAME'] ) );
require __DIR__ . '/includes/WebStart.php';
wfIndexMain();
function wfIndexMain() { $mediaWiki = new MediaWiki(); $mediaWiki->run(); }
clic droit / outil / tester le poert 3306 (Maria D
il semble qu'ily ait un Pb?
***** 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 = 3968 The processus of PID 3968 is 'mysqld.exe' Session: Services The service of PID 3968 for 'mysqld.exe' is 'MariaDB' *** WARNING *** This service does not seem from Wampserver Should be: 'wampmysqld64' or 'wampmariadb64'
Test for TCPv6 Your port 3306 is used by a processus with PID = 21004 The processus of PID 21004 is 'mysqld.exe' Session: Services The service of PID 21004 for 'mysqld.exe' is 'wampmariadb64' This service is from Wampserver - It is correct
--- Do you want to copy the results into Clipboard? --- Press the Y key to confirm - Press ENTER to continue...
A priori, il n'y a pas de problème puisque vous accédez à la base de données wiki via PhpMyAdmin.
Néanmoins, vous pouvez : - Clic-Droit -> Outils -> Réinstaller tous les services Attendre "Mise à jour des paramètres - Clic-*Droit -> Outils -> Redémarrage DNS