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

Dreamweaver cc 2015 not working with xampp version 3.2.1??

New Here ,
Feb 14, 2017 Feb 14, 2017

Copy link to clipboard

Copied

i'm trying to use dreamweaver with xampp v3.2.2 but the testing server is not working in dreamweaver live view....it shows the error of object not found ,,error 404?? i have connect dreamweaver with xampp many times but live view is not working with my php files ?

where is the problem??

Views

1.8K

Translate

Translate

Report

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

Community Expert , Feb 14, 2017 Feb 14, 2017

It looks to me like your local server is not seeing a space in your folder name at...

Site > Manage Sites > click your site > Edit > Servers > Testing > Edit > Web URL

pastedImage_1.jpg

Make sure the folder name is the same in your Files window as it is in the server settings.

Votes

Translate

Translate
Community Expert ,
Feb 14, 2017 Feb 14, 2017

Copy link to clipboard

Copied

You need to launch Xampp to use it.  Is Xampp running?

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

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 ,
Feb 14, 2017 Feb 14, 2017

Copy link to clipboard

Copied

Just as a note.

Even if you get the testing server running, it will not work with the deprecated server behaviours. This is because the version of PHP your testing server is running is PHP 7, and the SB's do not work with this version.

Votes

Translate

Translate

Report

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 ,
Feb 14, 2017 Feb 14, 2017

Copy link to clipboard

Copied

Right.  

An older version of Xampp will have older PHP.  But your remote server might not be compatible.  Ideally, you r testing & remote servers should have the same version of PHP & MySQL.   You'll have fewer surprises that way.

Create a new PHP file with code below.

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>PHP info</title>

</head>

<body>

<?php phpinfo() ?>

</body>

</html>

SaveAs phpinfo.php  & upload to server.

Open page in browser.  This will tell you which versions of PHP & MySQL you have.

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

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 ,
Feb 14, 2017 Feb 14, 2017

Copy link to clipboard

Copied

It looks to me like your local server is not seeing a space in your folder name at...

Site > Manage Sites > click your site > Edit > Servers > Testing > Edit > Web URL

pastedImage_1.jpg

Make sure the folder name is the same in your Files window as it is in the server settings.

Votes

Translate

Translate

Report

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 ,
Feb 15, 2017 Feb 15, 2017

Copy link to clipboard

Copied

Thanks that problem is solved

Votes

Translate

Translate

Report

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 ,
Feb 15, 2017 Feb 15, 2017

Copy link to clipboard

Copied

Good deal, was it the folder name mismatch causing the issue or something else?

Votes

Translate

Translate

Report

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 ,
Feb 15, 2017 Feb 15, 2017

Copy link to clipboard

Copied

LATEST

yes it was the problem of mismatch causing issue

Votes

Translate

Translate

Report

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