Dreamweaver MX 2004 question

Am trying to use Dreamweaver MX 2004 for the first time in about 6 months and can't get the software to boot up. The Adobe website states that they deactivated the servers for some of the Macromedia products late last year, and that I should get an error messaage and be able to enter the new activation code there Do not get any error messages - software just doesn't boot up. Have tried reinstalling software with same lack of results.

John the activation server shut down will only affect new installations of Dreamweaver.  I would recommend posting the specifics of the errors you are receiving in the Dreamweaver forum - http://forums.adobe.com/community/dreamweaver.

Similar Messages

  • Dreamweaver MX 2004 - "An Unidentifed Error has occorred." - Please help!!

    Hi folks. I have scoured the internet for a fix to this problem. Most of the posts I read are unanswered or the solution does not work. I am hoping a guru reads mine and has the magic answer - I am ready to chuck the project altogether if I can't find a solution. Although I am not a newbie to simple page design, I have never really tackled data access (dynamic content) before, like I am about to. I am ready and willing to learn but this obstacle may hinder my interest if it is going to be this big a pain in the keester.
    Let's start with my system config:
    Windows XP Pro w/ SP3
    Dreamweaver MX 2004
    IIS 5.1 - configured with FTP support
    PHP 5.2.11
    MySQL 5.0 - For now I am using the Test DB that comes with MySQL. Using "root" account.
    I have verified that all is running properly to the best of my knowledge. Certainly Dreamweaver up until this issue has worked for years. I have not used DW for data access before on this machine but have successfully on others.
    IIS > Loads web content from http://localhost just fine. Including PHP test page. And IIS help stuff that comes pre-installed.
    MySQL > I can build DB's and Schemas just fine. I can even import data from external sources so I have to assume it's running fine.
    Dreamweaver > The site I am building has the following config:
    Local Info
    Site Name: medimj
    Local Root: C:\medimj *set to refresh
    Images: C:\medimj\images
    HTTP: blank
    Remote Info
    Access: Local/Network
    Remote Folder: C:\inetpub\wwwroot\medimj\       *set to refresh auto
    Testing Server
    Server Model: PHP MySQL
    This site contains: Dreamweaver MX Pages Only (default)
    Access: Local/Network
    Testing Server Folder: C:\indetpub\wwwroot\medimj\          *set to refresh auto
    URL Prefix: http://localhost/medimj
    <<<Everything else I believe is irrelevant to the topic and left to defaults>>>
    SO HERE IS WHAT IS HAPPENING:
    When I go to make a data connection (Step 4 under the Database tab of Applications section in DW), I click the "+" button and select "MySQL Connection". The dialogue window appears and I input:
    Connection Name: medimj
    MySql Server: localhost
    User Name: root
    Password: <password>
    I click "Select" button and get an error window that says "An Unidentified error has occurred." and I am taken back to the MySQL Connection dialogue box. I have tried adding http:, slashes, \medimj, IP address, and pipe name to the Server name to make the connection and none of it works. If I put a DB name and click "ok" the binding will appear but no table ever come into view. If I click on "Test" I get the same error.
    Here is the mysql area of the test.php. From what I see, I should be able to make a connection; but I'm not expert. Should I be seeing more information?:
    mysql
    MySQL Support
    enabled
    Active Persistent Links
    0
    Active Links
    0
    Client API version
    5.0.51a
    Directive
    Local Value
    Master Value
    mysql.allow_persistent
    On
    On
    mysql.connect_timeout
    60
    60
    mysql.default_host
    localhost
    localhost
    mysql.default_password
    no value
    no value
    mysql.default_port
    3306
    3306
    mysql.default_socket
    no value
    no value
    mysql.default_user
    no value
    no value
    mysql.max_links
    Unlimited
    Unlimited
    mysql.max_persistent
    Unlimited
    Unlimited
    mysql.trace_mode
    Off
    Off
    I just don't see what's wrong at this point. I really hope somebody here can help.
    I've been at this for 4 days and uninstalled and reinstalled everything to no avail. I hope I have given enough information for someone to make a suggestion that will help. I thank anyone for their time in advance.
    prdreamweaver

    I would like to share with everyone a fix for this problem. I wish I could say I found it here but I did not. After continuing to search the Internet, while eagerly awaiting an answer here, I stumbled upon the answer deep in a thread in the MySQL website forums.
    If someone should find this topic before the supposed Adobe fix, please do not waste your time with what Adobe suggests. It has been know cause more problems than help - as was the case with me. Applying their "fix" forced me to reinstall MySQL and a fresh version of PHP. I am also providing OS information and versions of all components I am using as well as settings within Dreamweaver. I cannot speak as to whether this fix transitions across other versions of Dreamweaver but it's worth looking at if yours does not match mine.
    NOTE: ALWAYS MAKE A RECORD OF WHAT YOU CHANGE. THIS IS BASIC TROUBLESHOOTING AND WILL MINIMIZE THE NEED TO REINSTALL IF THINGS GET WORSE. BEING ABLE TO REVERSE WHAT YOU'VE CHANGED IS IMPORTANT.
    System Info
    OS: Windows XP Pro w/ SP3 (patched to the hilt)
    IIS: 5.1 (installed from XP Pro CD - additional windows components)
    PHP: v5.2.11 (installer version)
    MySQL: v5.0.87 (installer version)
    Dreamweaver: MX 2004
    Install IIS, PHP, and MySQL per their individual instructions.
    IIS Tweaks
    Note: This tweak assumes you haven't already created your website virtual directory under IIS. If you have, you can delete it and follow these steps. You don't have to but I like this recommendation I found on another site as it tricks DW into thinking its attaching to an "outside" server. You'll see what I mean when you see the DW confg options later in this topic.
    1. Create a folder under c:\inetpub\wwwroot that matches the local folder in DW for the site you are designing. Make sure they are spelled the same. If you have pages and images already in your local folder for DW, you don't have to re-create them here. You can sync them to the "server" much like you would when you FTP your pages up to a live server. Just make sure the root folders are named the same.
    2. Right click your localhost site select "properties". Click the "Home Directory" tab. Click on the "Configuration" button. Under "Application Mappings", click the "Add" button. A new dialogue box appears > In the "Executable" area, browse to the root PHP folder and select file "php5isapi.dll" and click ok to return to the dialogue box. In the "Extension" box type ".php" without the quotes. Make sure "Script Engine" and "Check that file exists" are checked. Click ok.
    NOTE: A DIALOGUE BOX MAY APPEAR ASKING IF YOU WANT TO PROPOGATE THE CHANGES ACROSS ALL OTHER SITES. YOU CAN SAY YES BUT IT DOESN'T ALWAYS WORK. (IT'S AN IIS THING) TO SEE IF IT DID, CHECK THE PROPERTIES OF YOUR VIRTUAL DIRECTORY AND FOLLOW STEP TWO IF YOU DON'T SEE THE PHP MAPPING THERE.
    PHP Tweaks
    1. extension_dir = c:\php\ext ~ change folder to match your install
    2. cgi.force_redirect = 0 ~ required for IIS
    3. register_globals = On
    4. register_long_arrays = On
    5. extension=php_mysql.dll ~ removed the ;
    6. extension=php_mysqli.dll ~ removed the ;
    7. include_path = "."
    8. mysql.default_host = localhost
    9. mysql.default_port = 3306
    **NOTE: IF I DIDN'T PUT QUOTES - NEITHER SHOULD YOU.
    10. Save and Close
    copy the file libmysql.dll
    to c:\windows & c:\windows\system32 ~ this file is in the root of PHP 5 folder
    XP Environment Variables: Add the following at the end of Paths> c:\<php folder>;c:\<php folder>\ext ~ change php folder for your install
    NOTE: ANY CHANGES TO ENVIRONMENT VARIABLES HAS THE POTENTIAL TO CAUSE SYSTEM PROBLEMS IF NOT DONE CORRECTLY. MAKE SURE YOU HAVE A ";" AT THE END OF THE PATH BEFORE YOU ADD THE CHANGES.
    REBOOT!!!! THESE CHANGES WILL NOT TAKE EFFECT UNTIL YOU DO SO.
    DW - edit current site or create it new
    Local Info:
    Should be left however you have it now OR if creating new, just do it like you always have.
    Remote Info:
    Access : Local/Network
    Remote Folder: C:\inetpub\wwwroot\<your virtual directory>
    * Check Refresh Automatically
    Testing Server:
    Server Model: PHP MySQL
    Access: Local/ Network
    Testing Server Folder: C:\inetpub\wwwroot\<your virtual directory>
    URL Prefix: http://localhost/<your site name>
    * Check Refresh Automatically
    ** I don't make changes to anything else under site editing so I stop there. Click OK and you're done.
    At this point, you should see under the "Application" section on the "Database" tab, steps 1,2,3 checked. Now create a connection by clicking the "+" button. Enter the following:
    Connection Name: <whatever you want>
    MySQL Server: localhost
    User Name: root (or another account you have created with sufficient privileges)
    Password:
    Database: enter a DB name you wish to connect to or click select if you wish to browse for it.
    You shouldn't get the "Unidentified Error..." message anymore. I know I don't.
    I hope this helps the next poor sap this happens to. I'm sorry for the long post but I hate, hate, hate, when people post half assed instructions because they are too lazy to type.
    Good luck everyone and happy designing!!!
    prdreamweaver
    email: [email protected]
    (you can email me with questions but remember, I am not an expert with dynamic content. however, I am willing to assist if I can)

  • Cannot activate Dreamweaver MX 2004 on Windows 7 64 bit pc?

    Hello.
    Does anybody in here know how to activate Dreamweaver MX 2004 on a Windows 7 64 bit pc?
    I keep getting the message that there is an internet connection problem.
    I have deactivated my firewall etc., but it doesn't help me.
    Anybody got an idea? Adobe Chat does not have the answer for me!
    Regards Anders Fj

    Wow! Thank you. It Works! Clever!
    This is really helpful for those
    of us who are nore professionals. I only use Dreamweaver MX 2004 to
    maintain and repair my own small homepage with photos. And I know how to
    use Dreamweaver MX 2004 and I am not interested in learning new tools -
    not now
    ONE MORE QUESTION THOUGH: Where and how do I update my
    Dreamweaver MX 2004 now that I have installed Dreamweaver MX 2004 on my
    new Win 7 64 bit pc?
    Regards
    Anders Fjeldberg, Denmark
    Ken Binney
    skrev den 2014-05-04 00:01:
    CANNOT ACTIVATE DREAMWEAVER MX 2004 ON
    WINDOWS 7 64 BIT PC?
    created by Ken Binney  in _Dreamweaver
    support forum_ - View the full discussion 
    >

  • Help building an e-commerce site using DreamWeaver MX 2004 and Oracle 10G

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

  • How do I highlight text in Macromedia Dreamweaver MX 2004

    HI to all Forum Participants:
    HI to anyone:
    I posted a question on how do I highlight text in Dreamweaver MX 2004, to both the Dreamweaver Development Toolbox General Discussion Forum and the Dreamweaver Extension Forum on Tuesday, 6/16/2009 or Wednesday, 6/17/2009, saying this:
    HI Anyone:
    I have looked under Help and Tutorials in Dreamweaver MX 2004, and I am having a heck of a time finding out how to highlight text in Dreamweaver MX 2004.
    Do any of you know how to do this actually in Dreamweaver MX 2004?  Say I wanted to highlight this text, all in Yellow:
    This is sample highlighted text.
    How would I do it?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    Email: [email protected]
    And I got this response from pziecana, in the Dreamweaver Development Toolbox General Discussion:
    Re: How do I highlight text in Dreamweaver MX 2004
    The simplest way is to use a span and set a background-color for the text you wish to highlight.
    e.g.
    <span class="graybg">This is some text</span>
    css for above -
    .graybg{
       backgroung- color: #666666;
    This would give you a gray background.
    HTH
    PZ
    I tried both, and neither worked.  Any other ideas on how to do this?  I cannot believe it is so hard to do this in Dreamweaver MX 2004, highlighting text.  I'm even enclosing an attachment showing how I did this in the <span class="graybg">This is some text</span> above.
    Thank you,
    Jon Lutz
    Promoter Power LLC

    Hi,
    Looking at your screen shot, you didn't add the css.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    .greybg {
        background-color:#999999;
    </style>
    </head>
    <body>
    <span class="greybg">This is my text</span>
    </body>
    </html>

  • Dreamweaver MX 2004

    I am new to DW and I am following a tutitorial in the book
    "macromedia dreamweaver mx 2004 - training from the source". I
    cannot locate the HTML Styles tab in the panels. I changed the
    preferences to use HTML instead of CSS for text editing but still
    cannot find the HTML Styles Panel. Could someone please help me
    with this?
    Thanks,
    Honey

    Please don't repost questions. And please try to use a more
    descriptive
    subject line. Can we close this thread and rely on responses
    to your
    previously posted "HTML Styles", a much better subject line?
    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
    ==================
    "Honey Rubin" <[email protected]> wrote in
    message
    news:gl9ptv$pvb$[email protected]..
    >I am new to DW and I am following a tutitorial in the
    book "macromedia
    > dreamweaver mx 2004 - training from the source". I
    cannot locate the HTML
    > Styles tab in the panels. I changed the preferences to
    use HTML instead
    > of CSS
    > for text editing but still cannot find the HTML Styles
    Panel. Could
    > someone
    > please help me with this?
    >
    > Thanks,
    > Honey
    >

  • DReamweaver MX 2004 Nav Bar

    As you will see from this question, I am a newbie at website
    construction.
    I am working on developing a new site using Dreamweaver MX
    2004. I have included a navigation bar, which seems to work OK
    except for the "Down" mode. "Up", "over" and "Over when down" seem
    to work OK, and links to new pages work too.
    I expected that when I click on a button, it would turn to
    the "Down" graphic, and then when the new page opens, it would also
    show the "Down" graphic.
    That doesn't happen. Clicking on a button, shows the "Down"
    graphic fleetingly, and in the new page which opens the "Up" button
    shows. This seems independent of the browser - IE, Firefox etc.
    Suggestions as to what is going on, and how to fix it would
    be gratefully received. Thanks
    Michael

    The DW "Nav Bar" feature is a long-in-the-tooth antique,
    originally written
    to support frames. It is only with frames where you will get
    the "down"
    state of the buttons working properly. In all other cases,
    the Nav Bar is
    an extreme example of bloated functionality that could
    otherwise be achieved
    using simple image swaps on a series of button images, which
    is what I
    recommend you do. Get rid of the old, and go with the 'new'.
    Now - is your page a template controlled page?
    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
    ==================
    "Captum" <[email protected]> wrote in
    message
    news:fpe7vq$si8$[email protected]..
    > As you will see from this question, I am a newbie at
    website construction.
    > I am working on developing a new site using Dreamweaver
    MX 2004. I have
    > included a navigation bar, which seems to work OK except
    for the "Down"
    > mode.
    > "Up", "over" and "Over when down" seem to work OK, and
    links to new pages
    > work
    > too.
    >
    > I expected that when I click on a button, it would turn
    to the "Down"
    > graphic,
    > and then when the new page opens, it would also show the
    "Down" graphic.
    >
    > That doesn't happen. Clicking on a button, shows the
    "Down" graphic
    > fleetingly, and in the new page which opens the "Up"
    button shows. This
    > seems
    > independent of the browser - IE, Firefox etc.
    >
    > Suggestions as to what is going on, and how to fix it
    would be gratefully
    > received. Thanks
    >
    > Michael
    >
    >
    >

  • How do I highlight text in Dreamweaver MX 2004

    HI to all Dreamweaver extension Forum Participants:
    HI to anyone:
    I posted a question on how do I highlight text in Dreamweaver MX 2004, to both the Dreamweaver Development Toolbox General Discussion Forum and the Dreamweaver Extension Forum on Tuesday, 6/16/2009 or Wednesday, 6/17/2009, saying this:
    HI Anyone:
    I have looked under Help and Tutorials in Dreamweaver MX 2004, and I am having a heck of a time finding out how to highlight text in Dreamweaver MX 2004.
    Do any of you know how to do this actually in Dreamweaver MX 2004?  Say I wanted to highlight this text, all in Yellow:
    This is sample highlighted text.
    How would I do it?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    Email: [email protected]
    And I got this response from pziecana, in the Dreamweaver Development Toolbox General Discussion:
    Re: How do I highlight text in Dreamweaver MX 2004
    The simplest way is to use a span and set a background-color for the text you wish to highlight.
    e.g.
    <span class="graybg">This is some text</span>
    css for above -
    .graybg{
       backgroung- color: #666666;
    This would give you a gray background.
    HTH
    PZ
    I tried both, and neither worked.  Any other ideas on how to do this?  I cannot believe it is so hard to do this in Dreamweaver MX 2004, highlighting text.  I'm even enclosing an attachment showing how I did this in the <span class="graybg">This is some text</span> above.
    Thank you,
    Jon Lutz
    Promoter Power LLC

    HI PZ:
    Here is the new Code:
    This is some text .
    I'm trying to highlight this text in yellow or gray.
    Can anyone help me with this?
    Thank you,
    Jon Lutz
    Promoter Power LLC
    This is some highlighted text
    But I still don't see any of the text higlighted in gray in the browser?
    What's up with that?  Man, Dreamweaver is so hard to get to highlight text -
    GOOD GRIEF, Why can't Adobe make it easy?  What a Pain!!!
    Go to http://promoterpower.com/test.html, and you will see what I mean about
    any of the text being highlighted.
    Thank you,
    Jon Lutz
    Promoter Power LLC

  • Dreamweaver MX 2004 incompatibility with Intel/OS 10.6?

    Hello All,
    I hope this is the correct forum for my question/problem, which is that when I try to launch Dreamweaver MX 2004 or Fireworks MS 2004 on my brand-new MacBook Pro running 10.6.4, they begin to launch, jumping up and down in the dock several times, then simply quit--no error message or indication of why. I am posting the crash report below. Can anyone shed any light on my problem? Thanks.
    Lou
    ------------------Begin Crash Report----------------
    Process: Dreamweaver [3832]
    Path: /usr/libexec/oah/translate
    Identifier: Dreamweaver
    Version: ??? (???)
    Code Type: PPC (Translated)
    Parent Process: Dreamweaver [3827]
    Date/Time: 2010-07-30 02:20:04.558 -0400
    OS Version: Mac OS X 10.6.3 (10D2101a)
    Report Version: 6
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 LaunchCFMApp 0xb815ac07 spinlockwrapper + 89967
    1 LaunchCFMApp 0xb8179fb4 CallPPCFunctionAtAddressInt + 98620
    2 LaunchCFMApp 0xb80c6b13 0xb8000000 + 813843
    3 LaunchCFMApp 0xb80c0037 0xb8000000 + 786487
    4 LaunchCFMApp 0xb80dd8e8 0xb8000000 + 907496
    5 LaunchCFMApp 0xb8145397 spinlockwrapper + 1791
    6 LaunchCFMApp 0xb801ceb7 0xb8000000 + 118455
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0xb8179f16 ecx: 0x00000000 edx: 0x00000001
    edi: 0x00000ef8 esi: 0x00000006 ebp: 0xb7fff978 esp: 0xb7fff954
    ss: 0x0000001f efl: 0x00000246 eip: 0xb815ac07 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xb8179f08
    Binary Images:
    0x80000000 - 0x8005bff7 com.apple.framework.IOKit 2.0 (???) <76E6AC9F-7899-9C75-B477-C75BCEE4AF57> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007a000 - 0x800e4fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x8013f000 - 0x802e4feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <46E95580-DB88-A8B1-6092-3A4F724EC2F2> /usr/lib/libSystem.B.dylib
    0x80364000 - 0x804ddffb com.apple.CoreFoundation 6.6.1 (550.19) <9CA9F114-5DD6-26AA-F909-E9E87B764F93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805d5000 - 0x805e3fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <2020E84A-F5A1-9D49-B0CA-7C68A8085BAA> /usr/lib/libz.1.dylib
    0x805e8000 - 0x805f4ff7 libkxld.dylib ??? (???) <BA58688C-9115-756C-5895-00D4522365A6> /usr/lib/system/libkxld.dylib
    0x805f8000 - 0x8063eff7 libauto.dylib ??? (???) <0898A4A1-28BC-5337-EE17-D55C74F975F4> /usr/lib/libauto.dylib
    0x8064b000 - 0x807cdfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <790F5013-01FD-2CA8-7815-8DB9D009B937> /usr/lib/libicucore.A.dylib
    0x8082f000 - 0x808dcfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
    0x808f0000 - 0x808f3fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <932443AA-5E20-8A62-8D14-B9447CBC87FB> /usr/lib/dyld
    0xb8000000 - 0xb81defff LaunchCFMApp ??? (???) <C6CB6BA8-8BA2-8F0A-4A49-912B00D2FF10> /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <46E95580-DB88-A8B1-6092-3A4F724EC2F2> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[3827]: garbage collection is ON
    NO CRASH REPORT

    It's simply that MX 2004 is not designed for use with Snow Leopard (or Leopard for that matter). It hasn't been tested by Adobe (I believe Dreamweaver was still a Macromedia product when that version was released), and it's unlikely that a bug fix is coming out to resolve the issues. It's also not a Universal app, which means it is using Rosetta to run on your Intel based Mac.
    I know it ***** to have to drop $200 on an upgrade, but depending on how much you use Dreamweaver, the increase in performance might be worth it.

  • Find and replace Dreamweaver mx 2004 problem: not opening saved queries

    Dreamweaver mx 2004 is not opening saved queries! I use find and replace often and uses to save code replacements to reuse
    it. But now when I open the saved query I have 2 situations:
    1) comes completely blank
    2) or only shows truncated text or code in fields.
    I opened the dwr file in text editor and seems to be fine, I mean information saved is there.
    Tried recreating cache, or deleting caché, tried saving new or overwritting existant ones, tried saving into a completely different location,
    tried in other site definition. Nothing seems to work...

    Which FTP app did your predecessor use to upload files?  If it's still on your work station, it should contain the log-in credentials.
    You'll find a few utilities online for revealing passwords
    http://www.rixler.com/?gclid=CJeUxd775LkCFWZk7AodyiAAaQ
    Nancy O.

  • Installed Dreamweaver MX 2004 update for Windows and now Dreamweaver won't open. Help?

    I was having some glitches uploading to a host I ftp to often so I decided to check for a Dreamweaver update for MX 2004.  When I found the Windows update and tried to install - it told me to uninstall Extensions. I uninstalled extensions and continued with the installation of the update.  Now Dreamwever will not open at all - it says Dreamweaver MX 2004 has stopped working.  I can see the update is installed since the version is 7.0.1.  Any ideas on how to undo the update? I have no idea where this program disk is right now for reinstallation plus all my servers are already setup....

    You might try Windows System Restore to a point before you installed the update.
    Good luck.
    Nancy O.

  • Creating a Photo Album In Dreamweaver MX 2004

    I followed the steps to create a web photo album using
    Dreamweaver MX 2004 and Fireworks and it creates it. However, I
    can't get it to display on the web when I upload it. It displays
    the message "Page can not be found". Please help!

    I think the fact that you have spaces in your files/folder
    names is bound to
    have created problems. I suggest you do some renaming and
    re-upload.
    BTW it is incredibly difficult to access pages on the site.
    If Alan hadn't
    put the link in I would have given up.
    Jo
    "Alan" <[email protected]> wrote in
    message
    news:C0D03CEE.295268%[email protected]..
    >
    >
    >> Ithe link is on my Events page. you can get to it by
    entering the site
    >> and
    >> clicking the events link.
    >
    >
    http://www.arelevantministry.com/photo%20album/index.htm
    >
    > have you selected and PUT all the files?
    >
    > find "photo%20album" folder, select and Put it.
    > do all the files transfer?
    >
    >
    >

  • Dreamweaver MX 2004 hangs at start on new Mac Mini OS X 10.5.5

    Dreamweaver MX 2004 hangs at start on Brand New Mac Mini OS X
    10.5.5.
    Mac Mini is brand new, right out of the box. Fresh OS.
    I try to start Dreamweaver, and it hangs, and then the
    Problem Report comes up with the attached info. I've uninstalled,
    downloaded Dreamweaver and re-installed. Nothing works.
    ----------------------- Here is the Problem report
    ----------------------

    Thanks for the reply.
    I downloaded and installed the update.
    I still get the exact same problem, and error report.
    I have the exact same problem with Fireworks MX 2004 as well.
    After a fresh download and install of the software, clicking on the
    application icon just causes it to bounce momentarily in the dock,
    and then it crashes and the error log comes up.
    I have been able to install Flash CS4 without incident,
    though. It works fine, with no problems.
    I shouldn't have to do this on a brand new mini right out of
    the box, but I'm going to run a restore on it, and then try a fresh
    install once again.

  • Dreamweaver MX 2004 won't launch.  Please help!

    My old laptop running Dreamweaver MX 2004 is dying, so I installed it on my new Windows XP laptop.  I have installed it several times before and never had a problem.  On the new laptop, when I launch Dreamweaver, it does not start.  In Task Manager, I see a Dreamweaver process start, then two ~e5d141.tmp processes start, then they all disappear.  One Macromedia Licensing.exe process remains for a few seconds or a minute, then it disappears too.  Technical support said my license and registration are all okay.  I installed the 7.0.1 upgrade but that had no effect.  There is nothing the event logs.  I tried uninstalling and reinstalling in safe mode, launching it in safe mode, disabling the graphic accelerator, and lowering my screen resolution to 1280x1024.  I also tried several "Compatibility mode" settings.  I cannot find any log or dump files, although I might not be looking in the right places or for the right file names.  Can anybody please help me?
    Thank you.

    Good morning ArtieTet,
    I had the exact same problem and came across your post. I've since solved it on my computer. I'm not sure what your level of computer expertise is and whether or not you're comfortable editing your registry, so I've dumbed-down the following instructions a bit - forgive me if they're too dumbed-down!
    1. Click Start
    2. Click Run
    3. Type regedit
    4. Click the OK button
    5. Double click the HKEY_CURRENT_USER key (folder) on the left
    6. Double click the SOFTWARE key
    7. Double click the MACROMEDIA key
    8. Right click the DREAMWEAVER MX 2004 key
    9. Click Rename
    10. Type a new name for the key, such as OLD DREAMWEAVER MX 2004
    11. Press Enter
    12. Try to start Dreamweaver again
    If all goes well, Dreamweaver should open and re-create that DREAMWEAVER MX 2004 registry key from scratch. There's likely some corrupt data in it, though I haven't been able to figure out what. If I do, I'll let you know.

  • In dreamweaver mx 2004 and dreamweaver cs4, how I configure, when download/upload do not ask me to include DEPENDED FILES but act without including ?

    in dreamweaver mx 2004 and dreamweaver cs4, how I configure, when download/upload do not ask me to include DEPENDED FILES but act without including ?

    Open the Preferences panel (Edit menu on Windows, Dreamweaver menu on a Mac), and select the Site category. There are two checkboxes there for dependent files. Make sure both are selected. The Dreamweaver default is NOT to upload/download dependent files. You need to click Yes, if you want the dependent files to be included.

Maybe you are looking for

  • What is new in the upcoming portal 6.2

    Hi What is new in the upcoming portal 6.2 ? Will the new JSR168 portlet standard be supported ? If so... what else that is new ? Thanks Per-Olov

  • Can't load Google Calendar in existing session tab - constantly loading/reloading/re-directing

    Please always include: Operating system (e.g. WinXP): Win XP Pro Program and version you use to access Google Calendar (e.g. Internet Explorer 7 or Outlook 2003): Firefox (just updated this morning to 3.6.7 and it still isn't working) Any Sync softwa

  • Could someone help? Flash player crashing my computer.

    Okay so here is my problem after the latest update I can't go on websites like tinychat livestream ustream.tv or omegle. I could watch videos, play flash games, edit swf files and play them on my computer, play multiple videos, music, and flash games

  • Section=ResponseHeader Detail=CR must be followed by LF

    I want to query the following API and parse the json response in the selected cells through PowerQuery for Excel 2010 (last version): https://api.mintpal.com/v1/market/summary/ Unfortunately I get this error:     The server committed a protocol viola

  • Change the title of a TitledBorder

    I have a titledBorder and set an initial title. JPanel         panel = new JPanel(); Border         etched = BorderFactory.createEtchedBorder(); TitledBorder   title  = BorderFactory.createTitledBorder(etched, "myPanelNameEnglish"); title.setTitleJus