Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Fichiers à association dynamique

New Here ,
Apr 14, 2021 Apr 14, 2021

Bonjour, j'ai importer un site sur dreamweaver et chaque fois que je veux ouvrir un fichier PHP

j'ai ce message :

 

Cette page peut comporter des fichiers à association dynamique qui ne peuvent être détectés

que par le serveur.

 

Besoin d'aide, merci d'avance et bonne journée.

TOPICS
Import and export
535
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 14, 2021 Apr 14, 2021

To run php files locally you need a local testing environment set up like XAMPP, MAMP or WAMP. These are packages which are freely available to download and install on your computer, search for the packages in Google. The most popular one seems to be XAMPP.

 

You need to locate your website folder in the htdocs folder of one of these local server applications and then set Dreamweaver up to run php files through localhost. How far are you into this process?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 14, 2021 Apr 14, 2021
Xampp est déjà installé, j'ai localisé le dossier dans le dossier htdocs

C'est pour ça que je ne comprends pas.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 14, 2021 Apr 14, 2021

What's in the page - any calls to a database, which may not have been set up or server-side include files which are not present in the website folder?

 

Presumably XAMPP is working correctly? If you call the same page by directly typing its location into the browsers url bar http://localhost/yourSiteFolderName/pageName.php does it function correctly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 14, 2021 Apr 14, 2021

Imported a site from where?

What kind of site is it?

 

To work with PHP files and server-side data (as with WordPress or Joomla!), you need a local testing server and a local database.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 15, 2021 Apr 15, 2021
LATEST

bonjour,

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines