Re: htaccess hidden?
Re: PHP + HTML Form: The email I receive does not show the info that the user types in
The HTML form must contain the exact same names as your script.
Re: Dreamweaver Ultra Dev
I hate to point out the obvious, but ultra dev does include an extensible code editor, so if the OP can write their own extension to include even css 2.1 and parts of html5, they would in my opinion have a code editor equal in html and css support to even the latest CC2018.
The reason I say equal to CC2018, is because it is missing a lot of css and html5 support, and before anyone asks ME to say what is missing, I suggest that they go and read the W3C specs for html5 and css, as it is easier and shorter to say what it supports than list what is missing.
Re: DW says no links, can't find when hundreds
Do your pages contain absolute links?
More often than not, your links are site root relative / or document relative ../, not absolute. See link below.
How to link pages and content and set up web site navigation in Dreamweaver
Re: Responsive not working on mobile
It looks OK at my end too.
Re: DW says no links, can't find when hundreds
They have the http www
Re: Dreamweaver CC 18.0 Unbelievably Slow
well I posted bugs , logs files about it, and so on... since many builds... DW CC 2018 is still so sloooow... and setting it in standard doesn't help either. so cool that it works for you... but not here... I downgrade and use CS6... works like a charm and is really responsive
Re: DW says no links, can't find when hundreds
larry4545 wrote
John , thanks, this is not code!
Understood but you're asking DW to search your code to find the links.
It's just easier and quicker to diagnose if we can see a typical page of your code.
Problem previewing page on realtime preview
I am running dreamweaver 2017 and when i try to preview on real-time preview i get all browsers coming blank. Have tried clearing cache and no luck. can anyone help am stuck for days. on chrome it shows this error:
Failed to load resource: the server responded with a status of 404 (Not Found)
Then on Jquery:
15 Adobe Systems Incorporated. All rights reserved. */
/*global $, console, URI, unescape*/
/*jslint regexp: true nomen: true, plusplus: true, bitwise: true, vars:true*/
function DevicePreviewUtils() {
'use strict';
this.createAjaxOptions = function (type, host, location, query) {
var formedUrl = host + location,
key,
uri = new URI(formedUrl),
options;
for (key in query) {
if (query.hasOwnProperty(key)) {
uri.addSearch(key, query[key]);
}
}
options = {
'type': type,
'url': uri.toString()
};
return options;
};
this.doAjaxGetRequest = function (host, location, query, successCallback, errorCallback) {
var ajaxOptions = this.createAjaxOptions('GET', host, location, query);
$.ajax(ajaxOptions).fail(function (jqXHR, textStatus, errorThrown) {
// We got an error trying to run the work not sure what to do here
console.log("call Failed!! " + textStatus);
errorCallback.call(jqXHR, errorThrown);
}).done(function (data, textStatus, jqXHR) {
console.log("call succeeded!!");
console.log(textStatus);
successCallback.call(jqXHR, jqXHR.responseText);
});
};
this.getAccessMethod = function () {
var uri = new URI(window.location);
return uri.search(true).m || '';
};
this.getDwSocketAppUrl = function () {
return window.preview.config.DW_SERVER_PROTOCOL + '://' +
window.preview.config.DW_SERVER_HOST +
(window.preview.config.DW_SERVER_PORT ? ':' + window.preview.config.DW_SERVER_PORT : '');
};
this.convertPathArrayToString = function (pathArray) {
if (!pathArray) {
return '';
}
var path = '',
index = 0;
for (index = 0; index < pathArray.length; ++index) {
var editedPath = pathArray[index];
if (editedPath && editedPath.indexOf('DP_CLIENT_SOCKET_ID') !== -1) {
editedPath = editedPath.replace('DP_CLIENT_SOCKET_ID', URI.encode(window.preview.socketApp.getSocket().id));
}
path += this.getDwSocketAppUrl() + editedPath;
}
return path;
};
}
window.preview.utils = new DevicePreviewUtils();
Re: Problem previewing page on realtime preview
That usually happens when you try to open a server side scripted document and the server is not running. For example, a PHP document and no PHP server running.
Re: Problem previewing page on realtime preview
OK let change my html page to php and try again
Re: Problem previewing page on realtime preview
Re: Problem previewing page on realtime preview
Re: Problem previewing page on realtime preview
Are you sure that the XAMPP server is running? One way to find out is to type localhost into the address bar of the browser.
SFTP layer problem: requires uninstall - IDD_SSH_KEY_CHANGE_DIALOG - setegid(): Operation not permitted - WPengine Hosting problem
VIDEO EXPLANATION AND FULL DOCUMENTATION OF PROBLEM
SFTP layer problem: Dreamweaver and WPengine Hosting problem - YouTube
Please watch this video
Error: IDD_SSH_KEY_CHANGE_DIALOG
FTP Log (from Dreamweaver) : Username and password incorrect
FTP Log (from WPengine server) : setegid(): Operation not permitted
Problem:
Dreamweaver can not connect using SFTP once an IP, username, password are changed
DWR must be uninstalled, the roaming folder deleted, and STE files imported again to reconnect.
Does not happen with ALL servers, at this time is specific to AmazonAWS (more specifically the host WPengine)
Expected:
When SFTP connection info is updated and saved the connection should work.
To compound the problem:
Adobe DWR support chat says it's WPengine
WPengine support chat says it's Dreamweaver
Conclusions: one or both of the following are true
A: Dreamweaver is not connecting to SFTP correctly
B: WPengine is restricting something that Dreamweaver specifically does
(I believe that WPengine is using Amazon AWS)
-------------------------------------
To recreate the problem:
WPengine:
Create an SFTP connection, Save it
Dreamweaver
Connect using SFTP user/pass setting on port 2222 and upload files
WPengine Hosting
Change the SFTP password
Update the password in Dreamweaver
Try to reconnect
=> failure, intermittent
WPengine Hosting
Change the IP address
Request an IP migration
-or-
Switch from PHP 5 => 7
=> failure, guaranteed
-------------------------------------
Links to all tickets:
Adobe Forum:
Adobe DWR bug report documented here:
35211247 "dreamweaver-stfp-error-id-ssh-key-change-dialog"
Dreamweaver STFP error "ID_SSH_KEY_CHANGE_DIALOG" – Adobe Dreamweaver CC: Feature Ideas
WPengine Support Ticket documented here:
Request #1155186 -
WPengine Rep: Connor - https://help.wpengine.com/hc/en-us/requests/1155186
Re: Problem previewing page on realtime preview
Yes it's running have been using it on CS6 and when I put in cc 2017 thus when it started these issues.
Re: Trouble configuring Git on DW CC for Mac
Mac doesn't have C: or git-bash
FYI, Pointing path to /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal doesn't work.
Re: Problem previewing page on realtime preview
Google maps API key
Is there any workaround for getting a Google Maps API key without having to add a credit card? My understanding was that you would only have to provide credit card information if you believed you could get over 25,000 map loads a day.
I do not like the idea of having to contact all my clients and telling them they have to provide a credit card to Google to keep their maps loading correctly.
Re: Trouble configuring Git on DW CC for Mac
FYI, this question has already been answered. If the answer does not apply to you then you should start a new discussion stating your case.
In the meantime, you could have a look at Dreamweaver: Working with Git Version Control