Skip to main content
Participating Frequently
June 21, 2011
Question

are there php differences from dreamweaver 8 to 11.5?

  • June 21, 2011
  • 3 replies
  • 3111 views

I have just upgraded from dreamweaver 8 to 11.5.  I would call myself somewhat of a newbie with dreamweaver actually.

The scripts I have been working on were existing and I have been making changes just fine with dreamweaver 8.  Now that I

have upgraded, it seems that all the pages are pretty much broken.  The inital html page works ok, but once it tries to run the

php code and create the dynamic page, I get what looks like my php code being displayed on the page.  Is there somewhere

to go read about changes that might be needed when migrating from dreamweaver 8 to dreamweaver 11.5?

Thanks!

Patty

This topic has been closed for replies.

3 replies

Participant
November 16, 2011

I had the same problem and found a simple answer on this forum. The answer I received is from  Murray *ACP*

"The symptoms you describe are almost always related to a mismatch between the linebreak type in the code and the native linebreak type on the server.  Check your DW PREFERENCES and see what you have specified under Code Format > Line break type:.  That should match the SERVER's usages."

To see the full thread in context click below:

Nov 15, 2011 6:21 PM

Dreamweaver striping out the returns and white space from files uploaded to my server

This question has been Answered.


Nancy OShea
Community Expert
Community Expert
June 24, 2011

Yes the PHP is different.

Which PHP version does your server have?  Your scripts need to be compatible with your server's PHP.

If they're not, you may need to have your host upgrade the PHP & MySql for you.

Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Nancy O'Shea— Product User & Community Expert
Participating Frequently
June 24, 2011

The php version on my webhost is 5.2.17. Does that need upgrading?

John Vellela

3rd Planet Studio

[Personal information deleted by moderator]


Participating Frequently
June 22, 2011

I would like to add to this discussion. Uploading files in Dreamweaver CS5.5 seems to compress all the html and php by removing spaces and returns. The result creates broken php.

I thought it might be caused by the FTP Performance Optimization option on the testing server, but that has not been the case. When I disabled this option, the compression continued to occur. It's not evident on the local server, because it happens on upload. Anyone know why?

Participating Frequently
June 22, 2011

PS Don't overwrite your local files without saving a copy first.