Dreamweaver and Coldfusion or PHP

Hi..
I am setting up a user generated video site with online
registration and flash video using alot of social media tagging
type services. I'm new to web design and am using Dreamweaver to
get me started. I am looking at using mySQL as the database and a
specific company for the streaming hosting (any recomemndations
welcome).
My question is should I use PHP (which is free) as the
application server or should I use Coldfusion (more expensive)?
How well and importantly simply does either work with and
when using Dreamweaver?
If PHP works well with Dreamweaver for a beginner then I will
go for this (is cheaper) but does anyone have any views on
experience on PHP with dreamweaver?
any help really appreciated
Dan

Both PHP and CF are lead-pipe simple with DW. Both are
robustly supported.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"stumpppppppppp" <[email protected]> wrote
in message
news:ermjf1$7s7$[email protected]..
> Hi..
>
> I am setting up a user generated video site with online
registration and
> flash
> video using alot of social media tagging type services.
I'm new to web
> design
> and am using Dreamweaver to get me started. I am looking
at using mySQL as
> the
> database and a specific company for the streaming
hosting (any
> recomemndations
> welcome).
>
> My question is should I use PHP (which is free) as the
application server
> or
> should I use Coldfusion (more expensive)?
>
> How well and importantly simply does either work with
and when using
> Dreamweaver?
>
> If PHP works well with Dreamweaver for a beginner then I
will go for this
> (is
> cheaper) but does anyone have any views on experience on
PHP with
> dreamweaver?
>
> any help really appreciated
>
> Dan
>
>
>

Similar Messages

  • Where to go next with Dreamweaver and server-side (php/mysql) applications?

    This question is mainly directed at David Powers but  I appreciate any input from anyone with the same concern or question.
    I've been using DW since the change from Macromedia and have developed a number of applications using built in server behaviors and sb extensions from ADDT, WebAssist, etc. I've learned to customize these behaviors to fit my needs always keeping within the "canned" code. In this way I've "learned" php.
    I own most of David's books and in fact, it was because of these that I have any idea about what I'm doing and went in this direction in my "developer" career (building php/mysql applications using Dreamweaver.)
    With the decision to remove server behaviors (and the other "developer" panels) from DW and with the deprecation of the mysql extension from the php landscape, I'm wondering where to go next? I fully understand this has to happen.
    I'm aware of some alternatives:
    Zend or some other framework - to me, this seems extremely complex
    Keep several versions of DW installed
    Stick to Joomla/WordPress/Drupal - let others who know what they're doing build the architecture
    Actually LEARN php - wish I had time; too much work to do (I know how illogical that sounds but it's a very real situation)
    I know I'm going to have to switch out all that deprecated code or better yet, rebuild the many applications which used the DW (and other) server behaviors. I'm just not sure which way to turn.

    rjjacob wrote:
    Since I wrote this post I concluded that there is no substitute for understanding and have started my re-education by delving further into the issue with updated PHP/MySQL books and tutorials so I can prepare for a Dreamweaver without this functionality.
    Yes, I too have concluded that is the way to go as well. There really is no substitute for learning as much as you can. Whilst the DW Server Behaviours were very convenient they have not kept pace, Adobe prefering to spent their time on less important updates in my opinion. The Server Behaviours are what makes Dreamweaver the tool of choice  for database integration for those who lack the knowledge. I feel the Adobe team will regret not coming up with an alternative. Anything that detracts from making the program what it is is a step in the wrong direction and for sure this is a big step in the wrong direction.
    rjjacob wrote:
    I have mainly used DW server behaviors in my development projects that's why I am curious about what others are doing to make the change. I'm surprised there haven't been more posts; perhaps I'm the last one to be taking action about this, or maybe no one is too worried about it yet.
    I think a lot have changed their working practice but many more are burying their heads in the sand. sql_ support is a way off from being completely dropped yet.
    rjjacob wrote:
    Anyway, your assessment of how terrible the server behaviors are is correct. I'm finding that true after barely breaking the binding on a few books about the greater subject and looking into mysqli and PDO.
    Yes, because I relied heavily on them I did not know how bad they were until I forced myself to look further afield. What you can do in a couple of lines of code the DW Server Behaviors produced quadruple or more to achieve the same.
    rjjacob wrote:
    But they sure were convenient!
    Yes, I agree. Maybe some extention developer will come up with a set of new improved behaviours. I tell you if they do they will make a shed load of money.

  • Dreamweaver and Coldfusion deployment

    Hi anyone
    I've developed a dreamweaver/coldfusion/mySQL site that I wish to deploy. I bought Creative Cloud in the hope that the components that work perfectly on my machine could be deployed to the CC site. This appears not to be the case. If Adobe products don't integrate here the CC subscription becomes a trifle redundant?
    Q1. Does this mean I need another supplier to host coldfusion and yet another for mySQL and if so who?
    Thanks for any illumination, I really don't want to go back to java ...
    Alan

    DWCC removes CF support, Adobe wants to migrate people to their CF Builder program (not part of Creative Cloud).
    However DWCS6 still has it and you can have both versions installed on your machine at the same time (they just won't run at the same time).
    Since you're a CC subscriber, you can get DWCS6 by following these directions: http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html

  • Dreamweaver and ColdFusion Builder

    Dreamweaver has frontend design tool and have SQL builder to access database server.
    I just wonder if I have Dreamweaver then I do not need Coldfusion Builder for server side.
    Please let me know if I am wrong,
    iccsi

    Have a look here http://forums.adobe.com/message/3084791#3084791
    Gramps

  • How to create a dynamic newsflash using dreamweaver and PHP

    Hi there,
       I would like to create a dynamic newsflash using dreamweaver and PHP in that the newsflash will be pulling information from a MySQL database. The newsflash should also have a link to view more information about the piece of news a user wants to know more about. Which tools do I need to use in dreamweaver and how's the procedure to go about that. Any advice is highly appreciated. Thanx in advance!

    I think you´ll need at least a MySQL table with the following columns:
    - id (primary key, int, auto_increment etc)
    - news_headline (varchar)
    - news_teaser (text)
    - news_content (text)
    What I´d personally add are columns such as:
    - news_date (date or datetime)
    - news_external_link (varchar), if a "read more..." link is supposed to navigate to an external URL rather than displaying the contens of the "news_contents" column.
    Based on such a MySQL table it should be easy to use Dreamweavers standard Server Behaviors to create the usual datalist.php, insert.php, update.php and delete.php documents, and there are numerous tutorials out there which will teach you how to do that.
    Am I right when assuming that you´ll also need to know how to automatically pull, say, the 5 most recent news records from the database ?

  • Php, dreamweaver and cms

    I have the big project website that must be publish in june
    2009.
    So I have a lot of time now to learn it by myself.
    I'm very new in the online. Which is the best of all if I
    have to learn to do the website.
    Cms I think its the easiest way for me and I love Drupal
    Text
    But in the future what is the best to learn for
    webmaster.

    Hi
    How big is big is the questions? For a small site content
    seed is ok
    (www.contentseed.com)
    I would suggest you supply some more detailed information ie.
    How many
    pages? ecommerce? Lots of animation required?
    As to how to learn, ask lots of questions and buy a good book
    on HTML and
    CSS. Dreamweaver, Expressions etc are good but cannot not
    make up for a
    knowledge of hand coding.
    A good start are the templates supplied by Dreamweaver and by
    Projectseven.com, try to grasp how and why things are done
    and move from
    there.
    Both this and projectseven forums are good and full of
    helpful people
    HTH
    Ian
    "Jeepbull" <[email protected]> wrote in
    message
    news:gh3hf6$nll$[email protected]..
    >I have the big project website that must be publish in
    june 2009.
    > So I have a lot of time now to learn it by myself.
    > I'm very new in the online. Which is the best of all if
    I have to learn to
    > do
    > the website.
    > Cms I think its the easiest way for me and I love Drupal
    http://drupal.org
    > But in the future what is the best to learn for
    webmaster.
    >

  • Is it a Bug? Integration between Dreamweaver and Fireworks is broken in somewhere?

    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    I use CS3 Suite. It is a big trouble for me in working on
    real pages. Integration is broken in somewhere else and after that
    point it becomes impossible to work on Fireworks through
    Dreamweaver.
    I've made test to show this trouble and I narrowed the
    problem to the pictures as shown in the figures below,
    1) In figure one I am creating a completely new Fireworks
    file as arrow.png with two frames and one slice in it. After I am
    saving it as .png I am exporting it as .html with images in /images
    subfolder.
    2) After saving and closing the file in Fireworks, in figure
    two, I am opening the html in Dreamweaver and changing the page
    properties by writing zeros to page margins and by changing the
    default font.
    -----I guess in this point something happens which breaks the
    integration between FW and DW--------because;
    3) In figure three I am opening the .png through Dreamweaver
    (by "Edit") and changes the place and size of the slice a little
    bit
    4) When I press Done in Fireworks I see this picture in
    figure four in Dreamweaver which shows integration between FW and
    DW about table structure is broken. (In this point if I add any
    behaviur to the slice DW doesn't recognize it, or any other change
    in FW can not be recognized by DW)
    5) In order to show this broken integration in table
    sturucture, I am putting a new slice to png when Editing from DW in
    FW.
    6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW doesn't have any effect on html's table
    structure code.
    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282

    damlays wrote:
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    > I use CS3 Suite. It is a big trouble for me in working
    on real pages.
    > Integration is broken in somewhere else and after that
    point it becomes
    > impossible to work on Fireworks through Dreamweaver.
    >
    > I've made test to show this trouble and I narrowed the
    problem to the pictures
    > as shown in the figures below,
    >
    > 1) In figure one I am creating a completely new
    Fireworks file as arrow.png
    > with two frames and one slice in it. After I am saving
    it as .png I am
    > exporting it as .html with images in /images subfolder.
    >
    > 2) After saving and closing the file in Fireworks, in
    figure two, I am opening
    > the html in Dreamweaver and changing the page properties
    by writing zeros to
    > page margins and by changing the default font.
    >
    > -----I guess in this point something happens which
    breaks the integration
    > between FW and DW--------because;
    >
    > 3) In figure three I am opening the .png through
    Dreamweaver (by "Edit") and
    > changes the place and size of the slice a little bit
    >
    > 4) When I press Done in Fireworks I see this picture in
    figure four in
    > Dreamweaver which shows integration between FW and DW
    about table structure is
    > broken. (In this point if I add any behaviur to the
    slice DW doesn't recognize
    > it, or any other change in FW can not be recognized by
    DW)
    >
    > 5) In order to show this broken integration in table
    sturucture, I am putting
    > a new slice to png when Editing from DW in FW.
    >
    > 6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW
    > doesn't have any effect on html's table structure code.
    >
    >
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    >
    I can reproduce your results, but I don't consider this a
    bug; just a
    limitation of Roundtrip editing.
    You can't add or change slices without re-exporting the html
    from
    Fireworks. Roundtrip is for image editing, not for altering
    the table
    structure. If I edit, and re-export, my table remains intact.
    If you want to edit the slices and resulting html, open the
    PNG file
    independently of Dreamweaver, change your slices and images
    and then
    choose File > Update HTML (this option is not available
    when in
    Roundtrip mode). FW will ask you to locate the html file.
    When located,
    you will have the options of
    Replace Images and Their HTML - replaces the previous
    Fireworks HTML.
    Update Images Only - overwrites only the images.
    As an aside, the rigid table created by FW is rarely
    desirable for a
    production web site.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Dreamweaver and Wordpress compatibility

    Hi,
    I'm not familiar with this community so hopefully this is the appropriate venue for this question.
    I am an old school coder and have switched to using wordpress for my health website/ blog ( http://doctorscotthealth.com ). I'm struggling to create the design elements and personalizations I'm envisioning. I am frustrated with some of the limitations. Can Dreamweaver help updating wordpress templates by accessing and manipulating the php scripts? or is Dreamweaver strictly for writing standard html/css pages? Does it work with php I guess? Is there any teamwork that can be acheived with the two frameworks?
    If so are there are any recommended tutorials?

    You certainly can use Dreamweaver to code a custom template/theme for WordPress, but you're going to need to have strong php coding skills. I recommend you spend a lot of time with the tutorials and forums over at WordPress which can guide you through some of the process. You'll also need to set up a "local host" on your computer in order to test your code. (Google local host, WAMP or XAMPP or MAMP for more info; there are also a number of threads here about setting up a local host, so search here as well.)
    I don't know if Pinboard is a free or premium theme (the one you've currently selected for your site), but if you are not strong in coding php, you might have an easier time finding a good, well-documented premium theme that meets your needs. You'll be able to do some customization, but all the heavy lifting will have been coded for you.
    Chris

  • BPEL and Coldfusion

    Hello *!
    I wanted to consume the HelloWorld webservice with Coldfusion, but I always get an HTTP 500 - Internal server error and the application log says "Web service operation initiate with parameters {payload={something}} cannot be found." The page is made with Dreamweaver and the webservice added under components->Web Services
    I have added rpc style and encoded to the WSDL but it produces the same error.
    HelloWorld is deployed without errors and works fine in BPELconsole.
    Anyone who uses CF and Dreamweaver?
    Thanks
    Klemens

    You should try document encoded style.

  • Dreamweaver and Spyware

    Hello!
    Anyone out there know how to prevent spyware from being
    attached to a Dreamweaver website?
    I am new to Dreamweaver, and know very little HTML or XHTML
    (thought I have a pocket reference for these codes, and can look
    things up).
    I have no idea how hackers attach spyware to a website, and
    am interested if there are methods of detecting and eliminating any
    spyware they might attach to a site I design.
    Anyone?

    Yep - makes good sense. Thanks.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Michael Fesser" <[email protected]> wrote in message
    news:[email protected]...
    > .oO(Murray *ACE*)
    >
    >>> I've already seen pages with an upload feature,
    but an improper check of
    >>> the uploaded files. So I was able to easily
    upload my own PHP script and
    >>> even call it in my browser ... some people just
    make it too easy for an
    >>> attacker.
    >>
    >>You mean by verifying that the file type is not an
    executable file, right?
    >
    > That's not enough. IMHO there are at least two things
    that should be
    > taken into account:
    >
    > 1) What filetypes you want to allow.
    >
    > If it's only about images, then it's pretty easy to
    check the correct
    > type with getimagesize(). For other types this
    "sniffing" can become
    > more difficult.
    >
    > 2) What will be done with the uploaded files and how
    users will be able
    > to access them.
    >
    > Storing them in a public directory, where they can all
    be reached by
    > URLs is very dangerous, because then it's the webserver
    which delivers
    > and perhaps interprets these files. On the site I
    mentioned above I was
    > able to upload a script with a name like "foo.php.txt".
    This easily
    > bypassed the "security" check on that site, which was
    just a simple test
    > of the file extension to prevent the upload of PHP
    scripts. My file was
    > seen as a text file - nice. Additionally it was stored
    in a public
    > directory and could be reached by a URL - even nicer.
    And finally the
    > server was configured to also accept URLs with
    incomplete or no
    > extension at all. So I was able to call my uploaded file
    like this:
    >
    >
    http://example.com/foo.php
    >
    > which made the server execute my own script ... *boom*
    >
    > This would not have been possible if the uploaded files
    would have been
    > stored outside the document root and be
    delivered/streamed by a script:
    >
    >
    http://example.com/download.php?file=foo.php.txt
    >
    > Then it doesn't really matter of what type these files
    are - as long as
    > the webserver can't get his own hands on them.
    >
    > Micha

  • Dreamweaver templates not updating *.php file

    Hello everyone,
    I have been given an exisiting website to update that uses
    Dreamweaver templates.
    I have made the changes successfully within the content.dwt
    file, saved it, and then uploaded both the new content.dwt file and
    the related *.htm pages that were linked to it.
    After going to the website to double check the new pages I
    found a *.php file that uses the same template, content.dwt, but it
    never asked to update that particular file.
    So, I opened the *.php file in Dreamweaver and tried to apply
    changes from the content.dwt file to it using: Templates - Update
    current page, but no such luck. Since there is no code at the start
    of this file like the other *.htm files how do I "connect" it with
    the newly updated template. I tried making a small change on the
    content.dwt file so see what files would come up in the "do you
    wish to update..." list but for some reason the *.php file is not
    there.
    Perhaps the answer is fairly obvious to someone who has
    worked with Templates a lot but since I have just started working
    with templates I still have a large knowledge gap in this area.
    Any help would be appreciated.
    Many thanks
    Mr Zedd

    Can you post a link to the PHP page, please? This will allow
    me to see the
    HTML markup on it....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mr Zedd" <[email protected]> wrote in
    message
    news:eviqn8$ntm$[email protected]..
    > Hello everyone,
    >
    > I have been given an exisiting website to update that
    uses Dreamweaver
    > templates.
    >
    > I have made the changes successfully within the
    content.dwt file, saved
    > it,
    > and then uploaded both the new content.dwt file and the
    related *.htm
    > pages
    > that were linked to it.
    >
    > After going to the website to double check the new pages
    I found a *.php
    > file
    > that uses the same template, content.dwt, but it never
    asked to update
    > that
    > particular file.
    >
    > So, I opened the *.php file in Dreamweaver and tried to
    apply changes from
    > the
    > content.dwt file to it using: Templates - Update current
    page, but no such
    > luck. Since there is no code at the start of this file
    like the other
    > *.htm
    > files how do I "connect" it with the newly updated
    template. I tried
    > making a
    > small change on the content.dwt file so see what files
    would come up in
    > the "do
    > you wish to update..." list but for some reason the
    *.php file is not
    > there.
    >
    > Perhaps the answer is fairly obvious to someone who has
    worked with
    > Templates
    > a lot but since I have just started working with
    templates I still have a
    > large
    > knowledge gap in this area.
    >
    > Any help would be appreciated.
    >
    > Many thanks
    >
    > Mr Zedd
    >

  • Dreamweaver and My SQL

    I installed MAMP on my iMac Mac OS 10.4 Tiger. The connection
    seems to work. I have Dreamweaver MX and My SQL connection seems to
    work too. But my problem is that I don't see the same table list in
    phpMyAdmin and Dreamweaver.
    In phpMyAdmin I have those databases:
    information_schema (17)
    mysql (17)
    login_system (1)
    test (1)
    In Dreamweaver, I have
    information_schema
    mysql
    test
    test1
    Can someone tells me why?

    There is also a CS3 version of his book as well.
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:gldcjj$c2q$[email protected]..
    > Get David Powers' book (Dreamweaver CS4 with CSS, Ajax,
    and PHP) - he
    > gives you explicit steps for this.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "supergrabbit" <[email protected]>
    wrote in message
    > news:gldcfs$brh$[email protected]..
    >> Hello friends :
    >> I'm hoping someone here can direct me to a tutorial
    regarding : Register
    >> /
    >> Login / Remember Me & Forget Password . I'm
    constructing a CSS-based
    >> Dreamweaver CS3 site in PHP and My SQL environment .
    >> Amanda Nguyen
    >>
    >

  • Dreamweaver and ASP

    Is there an extension for ASP in Dreamweaver like the
    Developer Toolbox for PHP?
    I need to use ASP rather than PHP for dynamic pages and am
    looking for coding help and shortcuts in DW. There are lots of
    extensions for PHP but I have not found any for ASP yet.
    Regards,
    Bill Schaepe

    There are a lot of ASP extensions on the Adobe Dreamweaver
    Exchange .. have
    you looked there? There IS a version of the Developer Toolbox
    for ASP, but
    it has never been finished so some of the real advanced stuff
    like Captcha
    are not there. Same with their Cold Fusion version.
    Another ASP source would be the DMXZone at
    http://www.dmxzone.com. Give
    those guys a try.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "TurboBill" <[email protected]> wrote in
    message
    news:gbbcl6$2a5$[email protected]..
    > Is there an extension for ASP in Dreamweaver like the
    Developer Toolbox
    > for PHP?
    >
    > I need to use ASP rather than PHP for dynamic pages and
    am looking for
    > coding
    > help and shortcuts in DW. There are lots of extensions
    for PHP but I have
    > not
    > found any for ASP yet.
    >
    > Regards,
    > Bill Schaepe
    >

  • Using forms and coldfusion?

    Hi,
    I'm building a website for selling boats, I would like to open for people to be able to put in their boats for sale and that this information they are putting in automatically comes out on the website.
    I'm building the site in dreamweaver and was thinking about using the form function. Also, I'm unsure if coldfusion is the cheapest and best way to do this. I also would like to be able to verify that input information is ok to go on website.
    Any ideas, help?
    Thanks!

    I don't think posting my code will help on this one. I just
    tested it with nothing but a blank flash form. It works in firefox,
    both on my machine (localhost:8500) and on my server
    (hostmysite.com). It runs in internet explorer on my machine, but
    it gives me this error on my server:
    Line: 89
    Char: 1
    Error: Object expected
    Code: 0
    When i look at the page's view source (html only no
    coldfusion) and paste it into dreamweaver, the code on that line is
    pointing the flash plugin.
    Any ideas?
    If everyone who would visit my site used firefox i wouldn't
    care lol.

  • Error updating Dreamweaver and Extension Manager CS6 (Creative Cloud)

    Hello,
    I'm having troubles updating Dreamweaver and Extension Manager CS6 (Creative Cloud) on Macbook Pro with OS version 10.8.2. I get this error codes for both updates U44M1P7.
    The log files are generated.
    Here is an extract (last lines) of the dreamweaver log file (Adobe Dreamweaver CS6 12.2.0 04-16-2013.log):
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Session {A9861095-6F8C-11E2-B313-84E4FE4B0A47} modify request for AdobeCode: {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:024 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Effective AdobeCode for: {CB894C92-6F8C-11E2-B313-9980D700C45F} is {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:070 | [INFO] |  | OOBE | DE |  |  |  | 118619 | PDB install manipulation failed
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Payload Operation :{CB894C92-6F8C-11E2-B313-9980D700C45F}] took 101 milliseconds (0.101 seconds) DTR = 39.604 KBPS (0.0386757 MBPS)
    04/16/13 10:17:40:099 | [INFO] |  | OOBE | DE |  |  |  | 118086 | User specified overrideFile:
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | The csu inventory was not updated for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}, value of local var is -1
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:143 | [INFO] |  | OOBE | DE |  |  |  | 118086 | No operation.  We're done:
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components installed: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components repaired: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components removed: 0
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050: The following payload errors were found during install:
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12-mul: Patch already installed
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack: Install failed
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Call PostSession Custom Hook
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | ::START TIMER:: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}]
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | In ReinstallSessionCloseProc
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Custom action return code: 0
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}] took 0 milliseconds (0 seconds)
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Total Timer] took 17239 milliseconds (17.239 seconds) DTR = 1.16016 KBPS (0.00113297 MBPS)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | OSX version: 10.8.3 
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------------------------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | END - Installer Session
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Here is an extract (last lines) of the extension manager log file (Adobe Extension Manager CS6 6.0.5 04-16-2013.log):
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Session {7E13F325-CE11-42B3-BFD8-C15A8296EACB} modify request for AdobeCode: {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:316 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Effective AdobeCode for: {7E13F325-CE11-42B3-BFD8-C15A8296EACB} is {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:364 | [INFO] |  | OOBE | DE |  |  |  | 117458 | PDB install manipulation failed
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Payload Operation :{7E13F325-CE11-42B3-BFD8-C15A8296EACB}] took 102 milliseconds (0.102 seconds)
    04/16/13 10:17:17:389 | [INFO] |  | OOBE | DE |  |  |  | 117373 | User specified overrideFile:
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | The csu inventory was not updated for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}, value of local var is -1
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:433 | [INFO] |  | OOBE | DE |  |  |  | 117373 | No operation.  We're done:
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components installed: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components repaired: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components removed: 0
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050: The following payload errors were found during install:
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050:  - Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All: Install failed
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Call PostSession Custom Hook
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Total Timer] took 3213 milliseconds (3.213 seconds) DTR = 4.97977 KBPS (0.00486306 MBPS)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | OSX version: 10.8.3 
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------------------------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | END - Installer Session
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Regards
    Jan

    In this log file I can see you are getting Error : U44M1P7 while updating the software
    This Error comes where language packs for software are not installed properly on the machine.
    I would suggest to update Adobe Application manager from
    Windows : http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    MAC: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    then try to install the update if still you are not able to update software and getting same error then uninstall all the Adobe software selecting remove prefernces.
    After uninstalling the software run the Adobe Cleaner tool(http://www.adobe.com/support/contact/cscleanertool.html) and remove the leftovers.
    Regards,
    Jatin Dembla

Maybe you are looking for

  • Issues with Catalogs in Organiser when photos on hard disk other than C:

    Hello Folks; I face the following issue with PSE7 : the Catalog function does not work when I try to import pictures located on any other hard disk different from C: disk. In other words, the following happens : 1) in the Organiser, I create a new Ca

  • [solved] vmware-server aur build fails

    I'm trying to install vmware-server from aur.  Downloaded the .tar.gz file from vmware, placed it in the build directory, and let it go.  Build fails with the following: (in building vmware-server-modules) /tmp/yaourt-tmp-david/aur-vmware-server-modu

  • Error message when using Photoshop Elments as editor

    Hi, I'm using PSE 10 (and 9) and added Lightroom 4 as a new program. I linked PSE 10 as external editor like shown in http://tv.adobe.com/de/watch/von-photoshop-elements-zu-lightroom-wechseln/elements-als-ext ernen-editor-in-lightroom-nutzen-/ (germa

  • PDDocSaveWithParams does not change PDF version from 1.8 (Acrobat 9, Acrobat X) to 1.4

    Dear all, this post seems similar to this discussion: http://forums.adobe.com/message/1160826#1160826 but it is not. Our customers prepare documents to be presented at regulatory  authorities, and it is required that these documents have PDF Version 

  • Linking Lifeblog to Contacts on the N70

    Hi I am running Lifeblog 1.7 on my N70. I have been sending and receiving texts and taking pictures on it since before Xmas, so the database has built up to a reasonable size. But I only very recently got round to synching my Contacts onto the phone.