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

dreamweaver connexion base sql

New Here ,
Jun 19, 2019 Jun 19, 2019

Bonjour, j'ai un problème avec la nouvelle version de Dreamweawer.

J'ai la version 8 avec wamp 5 et je n'ai aucun problème pour me connecter a ma base de donnés j'ai d'ailleurs créé pas mal de site en php avec des bases.

mes versions posant problème de mise à jour je suis passé à DW la dernière version en ligne avec les additifs a installer auto ou manuels (anastasi'y) et wamp 3.1.9 (dernière version aussi), enfin voila pour l'histoire.

Mais j'ai malheureusement un message /your PHP serveur desn't have the MySQL module loaded or you can't use the mysql_(p) connect fonctions./

je n'arrive donc pas à me connecter a mabase que ce soit en localhost ou directement chez mon hébergeur (ovh), qu'importe la version de windows 7-8.1 ou 10 en 32 ou 64 bits j'ai tout essayé. que ce soit dans le dossier wamp64 ou wamp tout simple que je modifie les chemins dans mon fichier 'Connections/xxxx.php' je n'ai toujours de connexion a ma base. J'ai repris un hébergement avec un nouveau compte, sur un nouveau php DW avec la base en localhost ou chez l'hébergeur ne n'arrive pas a m'y connecter. Pouvez vous m'aider ? Merci

484
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

correct answers 1 Correct answer

LEGEND , Jun 19, 2019 Jun 19, 2019

php 5.x is no longer an option for Db connections as all support from php.org has been discontinued. The Dw server behaviours do not work with php 7.x, which means you must either write your own server side code to connect to a database, or purchase an extension to do so.

Translate
LEGEND ,
Jun 19, 2019 Jun 19, 2019

php 5.x is no longer an option for Db connections as all support from php.org has been discontinued. The Dw server behaviours do not work with php 7.x, which means you must either write your own server side code to connect to a database, or purchase an extension to do so.

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 ,
Jun 19, 2019 Jun 19, 2019

Merci pour votre réponse c'est gentil.

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 ,
Jun 19, 2019 Jun 19, 2019
LATEST

You can use Wappler made by DMX Zone

https://wappler.io/

Or the App Connect client-side extension for Dreamweaver by DMX Zone.

https://www.dmxzone.com/go/32763/dmxzone-app-connect/ 

Or the MySQLi (improved) extension for Dreamweaver by WebAssist.

MySQLi Server Behaviors | Dreamweaver extension | WebAssist

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