Dreamweaver cs6 error 148:3

Whenever I launch Dreamweaver CS6 I get a big message with an error code, "Error: 148:3"

https://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windows.html

Similar Messages

  • Dreamweaver CS6 error "out of memory" as standard domain user; works fine as admin level user

    i have a recent issue come up: a Dreamweaver CS6 user has started getting an out of memory error as he uses the app. when i login as local admin level user, there are no problems. its a Windows 7 64bit domain client user, so wont have local admin rights.
    anyone come across this please.
    Danny Jacobs
    UBM
    London office

    This page might help:
    http://support.microsoft.com/kb/947246
    I would spend some time on the Microsoft site to find the exact error you're seeing. W7 is  known for its  permissions issues.
    If you don't have full rights to the machine, you'll want to bring up the problem with your IT guy/gal.

  • Dreamweaver CS6 error message

    I am teaching a unit to my Year 11 class, and we set up their websites as a group, all following the same steps to set up their root folder and start creating pages etc.  Out of the entire class, for some reason 5 students get an error message every time they try to save their site.  The error says "encountered incorrect argument".  It appears that the page is still saved in the folder, however you cannot preview it in a browser so it's obvious there is something wrong.  I have checked that the pages are saved as html files and that they are in the correct folder.  We are running Windows 7.  Has anyone encountered this before?

    Have you tried clearing the cache http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/ or removing the personal configuration folder http://forums.adobe.com/thread/494811.

  • Renaming templates, DreamWeaver CS6, error code 3

    Hello,
    Thanks in advance.
    # Settings
    Local Site Folder: "C:\some\local\dir\"
    Server Folder: "X:\"
    Web URL: "http://some.remote.site/dir/"
    Links relative to: ( ) Document   ( ) Site root    (X) Doesn't seem to matter, same thing happens either way
    Cache Enabled
    # Problem setup
    ## Create a template @{LocalSiteFolder}\templates\SomeTemplate.dwt :
    <!DOCTYPE html>
    <html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <!-- TemplateInfo codeOutsideHTMLIsLocked="false" -->
    <head>
      <!-- TemplateParam name="title" type="text" value="My Favorite Title" -->
      <title>@@(title)@@</title>
    </head>
    <body>
      <!-- TemplateBeginEditable name="body" -->
      <!-- TemplateEndEditable -->
    </body>
    </html>
    ## Create a page based off that template and save it to @{LocalSiteFolder}\SomePage.html :
    <!DOCTYPE html>
    <html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/SomeTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
      <!-- InstanceParam name="title" type="text" value="My Favorite Title" -->
      <title>My Favorite Title</title>
    </head>
    <body>
      <!-- InstanceBeginEditable name="body" -->
      <h1>User Added Content</h1>
      <!-- InstanceEndEditable -->
    </body>
    <!-- InstanceEnd --></html>
    ## Close open files.
    # To cause a problem
    ## Rename the template to @{LocalSiteFolder}\templates\SomeOtherName.dwt.  Update child pages if asked (this update introduces the problem)
    ## Add something to the template; upon saving the template you are asked if you want to update pages; click update and receive an error code 3.
    ## Open @{LocalSiteFolder}\SomePage.html.  Notice that the template's path has been changed to include the site's subdirectory (problem) in addition to its new name! :
    <!DOCTYPE html>
    <html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/dir/templates/SomeOtherName.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
      <!-- InstanceParam name="title" type="text" value="My Favorite Title" -->
      <title>My Favorite Titel</title>
    </head>
    <body>
      <!-- InstanceBeginEditable name="body" -->
      <h1>Hello World</h1>
      <!-- InstanceEndEditable -->
    </body>
    <!-- InstanceEnd --></html>
    #  Any ideas?
    Thank you,
    Travis

    Thanks for replying.
    After renaming a template and letting DreamWeaver update the child pages, DW suddenly starts getting an error code 3 whenever modifying that template again.  The problem is that DreamWeaver is adding the site's remote Web URL to the child page's local template instance path. 
    Deleting the Web URL from the site's settings seems to let DW write the proper template path in child pages.
    * Settings
    Local Site Folder: "C:\some\local\dir\"
    Server Folder: "X:\"
    Web URL: "http://some.remote.site/dir/"  <-- leaving this blank seems to fix issue
    * Issue / Problem
    ** Creating a template @{LocalSiteFolder}\templates\SomeTemplate.dwt with the following header.
    <!DOCTYPE html>
    <html>
    <!-- TemplateInfo codeOutsideHTMLIsLocked="false" -->
    ** Creating a page based off that template and saving it somewhere yields this following header. (note that template path is relative to the local site folder)
    <!DOCTYPE html>
    <html>
    <!-- InstanceBegin template="/Templates/SomeTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    ** Renaming the template to something else promulgates the change to the child pages, yet it is adding the Web URL subdirectory to the template path. 
    <!DOCTYPE html>
    <html>
    <!-- InstanceBegin template="/dir/templates/SomeOtherName.dwt" codeOutsideHTMLIsLocked="false" -->
    * Conclusion
    Dreamweaver's adding the remote sub directory to the local path seems like an odd feature.  Is there any particular reason why I should use the Web URL if I can already publish content via the Server Folder?  It seems that the Web URL is best left out of a site's settings.
    Any thoughts?
    Thank you,
    Travis

  • Dreamweaver CS6 Error

    When working with a page in Dreamweaver that has a templates assigned to it I start to edit code. If I click anywhere outside of the page after making changes to the code I see this error
    After a bit of research and help I discoved that the cause was content holders in the page IE: {module_contentholder,61250}. Once I remove those from the template the error stops happening.
    Are others seeing this error? Is there a way to stop it without removing the content holders? I assume this is a DW bug but am I correct in this assumption?
    Couple Notes: When editing the code I only make changes to the page code, not the template code. Also for a more in depth discussion on this see my original forum post on the DW forums.

    Maybe I miss understand you or I wasn't clear. This is a normal template without content:
    <!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" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
    <!-- InstanceBegin template="my-template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" --><title></title><!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <!-- InstanceBeginEditable name="ContentArea" -->{tag_pagecontent}<!-- InstanceEndEditable -->
    </body>
    <!-- InstanceEnd --></html>
    I have 3 content holders within template but outside the
    <!-- InstanceBeginEditable name="ContentArea" -->{tag_pagecontent}<!-- InstanceEndEditable -->
    IE:
    <body>
    <!-- InstanceBeginEditable name="ContentArea" -->{tag_pagecontent}<!-- InstanceEndEditable -->
    {module_contentholder,12345}
    {module_contentholder,23456}
    {module_contentholder,34567}
    </body>
    I save the template and close the template. I then open a page that has the template applied to it. I start to edit code contained within {tag_pagecontent} when I click outside of the page the error I mention is then thrown. However if I remove the content holders from the template the error does not happen. I never attempt to mess with anything outside the {tag_pagecontent} code.

  • Error Message when Opening Dreamweaver CS6

    I am getting this error when I try and open Dreamweaver CS6 Adobe ...Adobe Dreamweaver CS6” because PowerPC applications are no longer supported.. I am working on a week old MacBook Pro with Mountain Lion.  There have not been any previous installation of Dreamweaver since this is a new computer. Thanks for any help.

    Murlean I would recommend you begin by checking for installation errors.  Please see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html which discusses how to locate and intrepret the installation log files.
    If you are not seeing any particular errors then please remove Dreamweaver using the uninstaller located in Applications/Utilities/Adobe Installers.  I would then recommend download a fresh copy of the install files from http://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver.
    Finally to confirm what version of Mac OS 10.8 are you using?

  • Error when installing Dreamweaver CS6 from Master Collection on Mac OS 10.7.1 or 10.6.8

    Full error log at <http://pastebin.com/r208XaqY>
    Short error message below
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF027, DW063 ... WARNING: DW065 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 1 warning(s)
    WARNING: DW065: Display requirements not met for {8ACD4814-788B-11E1-AC70-A860A781E0D9} Adobe Dreamweaver CS6 12.0.0.0
    ----------- Payload: {8ACD4814-788B-11E1-AC70-A860A781E0D9} Adobe Dreamweaver CS6 12.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirarpAhfff/Assets1/Adobe Dreamweaver CS6.app/Contents/Resources/SharedImages/904.png" to "/Applications/ThirdParty/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Resources/SharedImages/904.png" (Seq 1746)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 1746)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    I have tried installing both from a standard account and from an admin account. The same error occurs each time.

    Hi Michael,
    The final issue I mentioned is not with the installation but with the first launch.
    My solution was to:
    Open System Preferences at the Accounts pane
    Click on the Lock icon in order to make changes, and enter an admin user name and password.
    Select the standard user account that is to use Dreamweaver
    Check the Allow User To Administer This Computer checkbox
    Reboot the computer
    Launch Dreamweaver from the user's account (now with admin privileges)
    Dreamweaver does whatever it is that it needs admin privileges for
    Repeat steps 1 to 3
    Uncheck the Allow User To Administer This Computer checkbox, so that the user goes back to a standard account
    Reboot the computer
    Dreamweaver will now launch happily from the chosen user's standard account.
    I imagine that it would not take a whole morning to fix Dreamweaver CS6 so that it throws up a "Please give me temporary Admin privileges" dialog on first launch. It might also not take that much longer to do whatever it is that it has to do on first launch in a folder where admin privileges are not required.
    This would save hours of frustration on the part each of the thousands of end users who are likely to encounter these symptoms.

  • Adobe Dreamweaver CS6 Javascript error

    I was using adobe dreamweaver CS6 Without any problems
    But today i tryed to open adobe dream weaver and i get A lot of javascript errors like MMinit.htm and many other startup errors.
    When startup errors end then the program is starting but when i do something, example opening an html or something i get a lot more java script errors and then the program crash
    I uninstalled adobe dream weaver and installed it again but still the same problem after reinstall
    Help please

    Have you tried clearing the program cache file?
    http://forums.adobe.com/thread/494811
    Even after a plain reinstall, DW will leave files behind that can affect your program. If you uninstall, make sure to run the Cleaner Tool before you reinstall to get a completely fresh installation of the program...
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Error on installing updates to Dreamweaver CS6

    I am running Dreamweaver CS6 v12.0 and I was checking to see if there were any updates available. I located three of them on the downloads page and proceeded to try to install the  next version up from mine.  It downloaded and I ran the installer, however I'm getting an error: Dreamweaver CS6 12.0.1 update to address critical issues Installation failed. Error Code: U44M2P7.  This number is not listed in the possible causes for this, so does anyone know what it is I need to do to get this to work?  I also tried to download another of the updates but that would not even download. Any help would be appreciated.

    Graphicedge I would recommend reviewing the installation logs to determine the exact cause of the update failure.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • "Help" error 404 in Dreamweaver CS6

    I have just purchased Dreamweaver CS6 after more than twelve years of web-site development using NetObjects Fusion and hand-coding.
    Conscious of the step-up in possibilities offered by CS6, I am keen to learn as I go (un-learning my existing bad habits too). 
    Sadly, at the first hurdle, I tried to click on "Help" on the first page and had Error 404 returned.
    I have been looking at the excellent tutorials, but thought all the promises of seamless integration would not trip up so soon.
    My default browser is Firefox - is that the problem?  I don't trust IE which keeps falling over.
    Any help would be happily received!
    NigelHS

    Hi Nigel,
    Welcome to the Dreamweaver forum. 
    Having used NOF for several years, I know what you're going through.
    First, define your local site folder.  Go to Site > New Site.  Tell DW where to find  the folder containing all your site files.  This is an important 1st step, otherwise DW cannot properly manage links and assets for you.  See screenshots.
    You will probably want to define your remote server settings too, but you don't need to do that to work on local files.
    Root directory is where your hosting provider told you to put your files.  This varies by host.  The directory could be public_html, www or htdocs.  Some hosts don't use a directory in which case you should leave this field blank.
    Run a Test.  If you can't connect, click on More Options:
    Chances are you will need to re-build your site with CSS layouts and cleaner HTML code.  Initially, I used Find & Replace to strip out all the old NOF proprietary tags, inline font styles, tables, etc...  It's a tedious task but well worth it in the long run.
    Finally, validate your code with the W3C validation tools and fix all reported errors.
         Code validation tools:
              CSS - http://jigsaw.w3.org/css-validator/
              HTML - http://validator.w3.org/
    Have fun!
    Nancy O.

  • Dreamweaver CS6 and Coldfusion 9 - Syntax Errors & Code Coloring

    I recently purchased Dreamweaver CS6. 
    Also, I'm running Coldfusion 9 on Windows 7, but that's probably irrelevant.
    The issue is that Dreamweaver keeps on marking my files with syntax errors, and the code coloring gets all messed up.
    For instance, such function would indicate an error due to the #var#:
    <cfoutput><script>functionXYZ(#var#);<script><cfoutput>
    But this would work just fine:
    <script>functionXYZ(<cfoutput>#var#<cfoutput>);<script>
    The issue is that I have entire pages wrapped in cfoutput, redoing everything would take months.
    Or this would break the code coloring for the entire select as such:
    <select <cfif test eq 'test'>class="test"</cfif> name="selectbox">
    While this breaks the code coloring for the closing cfif as such:
    <select class="<cfif test eq 'test'>test</cfif>" name="selectbox">
    I'm getting syntax errors on thousands of my files, I understand that I could rewrite the code slightly to remove some of the error indications, but these are not actual errors so I feel that there is no point of me spending months updating the code.
    Is there a patch that I can apply so that this would work without any of these issues?
    Can someone please help?

    Have you posted this question in the Cold Fusion Forums?
    http://forums.adobe.com/community/coldfusion
    I don't use CF myself and the few CF coders I know have long since moved to Eclipse/ColdFusion Builder. 
    Nancy O.

  • Error installing Adobe Dreamweaver cs6 unhandled excption in PDApp.exe kernalbase.dll

    I am trying to install Adobe Dreamweaver CS6 on to a computer running windows server 2008 R2. I keep getting an error Adobe Applications Manager has stopped working. Under details it has:
    Problem Event Name: APPCRASH
      Application Name: PDApp.exe
      Application Version: 6.0.335.0
      Application Timestamp: 4f7b9abd
      Fault Module Name: KERNELBASE.dll
      Fault Module Version: 6.1.7601.18409
      Fault Module Timestamp: 53159a86
      Exception Code: 000006ba
      Exception Offset: 0000c42d
      OS Version: 6.1.7601.2.1.0.16.7
      Locale ID: 1033
      Additional Information 1: ead5
      Additional Information 2: ead5689f15bbae57a63622bd10ffac97
      Additional Information 3: a89a
      Additional Information 4: a89ab45d311e4c179be9933ffe111dc5
    I've tried rebooting and disabling the Antivirus.
    I can't find any help by searching.

    Can you try this solution? PDApp.exe crashes, cant run, uninstall, deactivate

  • Error when installing free trial of Dreamweaver cs6

    I have a Mac with OSx Lion. I wanted to try out Dreamweaver CS6, however, the trial installation failed on me several times. I've tried enabling the root user and repairing the disk utility to see if it would be of any help, however the installation is still unsuccessful.
    This is the error I receive each time:
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF015, DW063 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {8ACD4814-788B-11E1-AC70-A860A781E0D9} Adobe Dreamweaver CS6 12.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Resources"(Seq 418)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 418)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    I can't think of what else to do. Please help!

    Hi scooter.404,
    Please refer the Kb Doc : http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.
    Please see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html
    for information on how to review your installation logs

  • Unable to install Dreamweaver CS6 Upgrade ! from Hard Drive DUMP - Error : Adobe Genuine Software Verification Failure

    Hello,
    I am Unable to install Dreamweaver CS6 Upgrade  from CS4  from Hard Drive DUMP -
    Error :Installation Failed
    Adobe Genuine Software Verification Failure
    The product you are trying to install is not an adobe Genuine Software and appears to be counterfeit.
    Can any one help me with this issue. I earlier installed it from DVD but, i am unable to find DVD. I have a copy of full DVD Dump in network.
    Can someone help me fix the issue.
    Note: I have installed Dreamweaver CS4 with serial number.and am trying to install upgrade over cs4.
    Please help.
    Thank you,
    Sin

    It was because i was installing directly from network dump.
    I've managed to install and register software.
    Thanks and my problem is resolved.

  • Install error Dreamweaver cs6

    I download trial dreamweaver cs6 and I run installer. Installer write this error : Installer failed to initialize.

    Please make sure you have Administrator rights while installing Dreamweaver CS6. If you have already then try creating a new test administrator user account and copy the installer onto the desktop and try to install from there.

Maybe you are looking for

  • I want to know about time machine if i can use the hard drive that i use for time machine back up as a normal hard drive too or if it's only for time machine

    I want to know about time machine if i can use the hard drive that i use for time machine back up as a normal hard drive too or if it's only for time machine and if it yes i want to know if i have 1TB hard disk to use the 500gb for time machine and t

  • GL Chart of Account

    In Which i Develop the Chart of Account which Flexfield is need to open my company is working on the basis of company ,location,department ,account ,sub account in which way i develop the chart of account of my company in Oracle Apps Thanks

  • Where are my tabs in itunes.

    Im having sync(error 13019) problems with my nano. I've reinstalled itunes but it hasnt fixed it. People say to check "my devices" in itunes but I cant find it. Any ideas?

  • Most cost effective solution for HD monitoring

    MXO box to display, Deck Link through HDMI or simple steal a professional HD monitor and face the consequences. Too many options? any suggestions? Much Thanks, Matt

  • My upgrade options?

    I have 3 devices on my plan and am looking to upgrade.  some of the devices are eligible, and some are not. 1. LG Cosmos (basic, not smart phone)... Eligible for early upgrade now 2. LG Cosmos (basic, not smart phone)... Eligible 2/2012 3. MiFi... El