Help with test server - Wampserver

Hello

I've just upgraded to Dreamweaver CC in Dreamweaver 8.  On attepmting to open a php page, Dreamweaver says I need to have a test server.  This is something that has confused kind of me, so I avoided to do.  Well, now I'm trying to set up a test server.  I'm learning!

All my sites web design are kept in a file on my D drive, here:

D:\Documents\local_sites

I understand that although Wampserver wants to put me all my Web site files in:

C:\wamp64\www

I don't understand.  Why should I move all my files?  I want that they kept in my documents!  I don't want to move my files on the drive where are my programs.  I want that they kept on my data disc!      What should I do?


Can someone explain this to me?

You can keep them where they are and push the duplicates on your local server. New versions of DW will do this automatically backup the.

Personally, I keep all of my PHP sites in the server itself to avoid the nonsense of duplication.

Tags: Dreamweaver

Similar Questions

  • Help with apex.server.process

    Hello

    I try to use the new function apex.server.process for and I seem to have some problems with it. The appeal itself seems to work very well as firebug it returns what to expect. It's just that I return the json string to an object, and this is what causes the problem.

    Here is my application process:

    DECLARE
    
      lv_json             VARCHAR2(4000 CHAR);
      lv_score            NUMBER(12);
    
    BEGIN
    
        --Will get the score from the database...
        lv_score := round(fm_apex.events_api.get_percent_complete(:P40_EVENT_ID,'TOTAL'));
        
        IF lv_score = 100 THEN
          lv_json := '{"success":true}';
        ELSE
          lv_json := '{"success":false}';
        END IF;
        
        htp.p(lv_json);
        
    END;
    

    And this is my javascript function:

    function checkScore(pThis) 
    {
        var getScore = apex.server.process(
            'IS_SCORE_COMPLETE_JSON',
            {
                pageItems: "#P40_EVENT_ID"
            }
        );
        
        if ( eval(getScore.success) )  {
            alert('This is successful');
            //doSubmit(pThis.id);        
        } else {
            openModal('notScoredFully');
        }
            
    };
    

    It is done when the answer is {'success': false} and Firebug, it is it was still evaluating true? Everyone can see what I'm doing wrong?

    See you soon,.

    Paul.

    1 / apex.server.process is asynchronous. You manage it as if it is not. You initiate the call and he went, in contrast to htmldb_get that works synchronously (= makes the browser to wait for return). You must use the function of success.

    Apex.Server.process JavaScript APIs

    The return value of the call to server.process is an object jqXHR, documentation on which you can find here: jQuery.Ajax | jQuery API Documentation

    I would just use same success if, as shown in the example in the documentation.

    apex.server.process ( "MY_PROCESS", {
      x01: "test",
      pageItems: "#P1_DEPTNO,#P1_EMPNO"
      }, {
    success: function( pData ) { ... do something here ... }
      } );
    

    So something along these lines:

    apex.server.process(   'IS_SCORE_COMPLETE_JSON'
                         , { pageItems: "#P40_EVENT_ID" }
                         , { success: function( pData ) {
                                        if(pData.success){
                                          alert('This is successful');
                                        } else {
                                          alert('This is NOT successful');
                                        }
                                      }
                           }
    );
    

    2 / default apex.server.process manages the return as a json data type value. It would be pointless to 'eval', he.

  • Help with VC server and disk space

    We run our virtual Center as a virtual machine. It has a 90 GB virtual disk. I know that this is probably not advisable, but it was setup before coming. Disk is running out of space (3 GB remaining). I was wondering where all space is getting pulled to the top. I also wonder what to do next. I thought about simply expanding the drive as 150 GB. But I think that it is not recommended.

    Can someone recommend me a few options on what to do. I would like to do things and not to have any downtime.

    Thank you.

    If your database is local SQL (looks), and is 2.x and complete his recovery mode for SQL, you have probably some large translogs and you might also have a lot of data that has piled up over time in the database that could be purged.

    Browse the system files first, as you would with any other server, and find out what is using the space.   On the domestic ass that your database is in mode local recovery, full and the database is old for a few years and little or no maintenance has been done, this knockout can help http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=1003980&sliceId=1&docTypeID=DT_KB_1_1&dialogID=9840420&stateId=0%200%2011555726

    If this isn't the PB or if these conditions do not apply, and if all goes well a search through the file system will lead you in the right direction.

  • help with robohelp server

    Hello

    I don't know it was user error, but... I'm evaluating Adobe Technical Communications t (which I never used before) because we want to publish help files on a web site with an existing application running in a .net environment. I looked everywhere but could not find documentation that says:

    1. do I or do I not need RoboHelp Server (I think so, but I would like to see why writing)
    2. the actual process of publishing on the Web

    Can anyone help direct me to where this documentation can be?

    Thank you

    zjillian

    Hey zjillian and welcome to the forums!
    In the case to explain, I do not think you need the RoboHelp Server * necessarily *. It is optional and depends on whether you want to use the functionality provided by the server. You can read this article which explains more on the server.

    http://www.Adobe.com/devnet/RoboHelp/articles/rhserver.html

    If you don't need these features, then publish as simple "WebHelp" to support a .NET application would be nice. Or the other method may use the .NET API (also optional) which is included free of charge with RoboHelp along this path on your computer.
    C:\Program Files\Adobe\RoboHelp 7.0\CSH API\RoboHelp .NET

    The actual process of publish depends on your particular destination and method. For example, they are sent by FTP to a web server directly, or placing them on a LAN drive part where the web administrator can pick them up and drop on the web server.

    Check out these two sections of online help for more details. To access paste these two topics in the online help search box.

    Dialog publish WebHelp

    New Destination dialog box

    Thanx
    John

  • Help with Windows server 2008 Enterprise Edition

    Issue 01

    I have problems with plug a USB in my server it says found new device, but when I click on the little icon sometimes as an unknown device on the computer and it happens for each USB device y at - it a reason for this and is there a way to fix it I tried to re install windows, but doe some reason my computer doesn't start from the dvd :(
    Issue 02
    When I tried to install 2 hard disks that are dynamic disks it won't let not mt assigned disk numbers or anything that he says only: file not found
    How can I fix that if possible

    Support is located in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • need help with SQL Server 2008 R2 deadlock uninstall process

    I installed SQL Server 2008 R2 trial version on my PC running Windows Vista Ultimate, a day ago, but he placed himself completely in the disk partition (E :) that I specified. [i.e. I found some parts of the installation in my C:\program files as well as a USB as well].

    I tried to uninstall SQL Server 2008 R2, but was only partially successful.  I'm prevented from uninsalling the main parts using the programs and features Panel - that is "Microsoft SQL Server 2008 R2" and "Microsoft SQL Server 2008 R2 Setup (in English).

    Still visible are:

    1 C:\Program Files (x 86) \Microsoft SQL Server

    2 C:\Program Files (x 86) \Microsoft Visual Studio 9.0

    3 C:\ProgramData\Microsoft\Windows\Start demarrer\programmes\microsoft SQL Server 2008 R2

    I would like your help to uninstall the other goals of SQL Server, so that I can do a clean install once more.

    Any advice on how SQL Server 2008 R2 evaluation version must be correctly installed what a future unistall is not messy, would be welcome.

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the SQL Server forums. Please post your question in the SQL Server forums.

    http://social.msdn.Microsoft.com/forums/en/category/SQLServer

  • Need help with Windows Server Essentials 2012 R2

    So I set up a server and I had a client computer to connect to the server without problem. I can disconnect and different users access to different folders on entry-level servers. On the following client computer, I did the same steps, but now, when that I log out, I can't change what users, I use on the server, only the one that I used when I first booted the computer. The client computer runs Windows 7 Home Premium. Any suggestions would be nice.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • I need help with my server...

    Hello everyone out there! Can someone help me please?
    I have a PowerEdge SC1420, who currently runs on Ubuntu only. Now I want to install Windows XP on it, but I can't do it.
    It is said that the hard drive cannot be detected. And btw I can not connect to Ubuntu as well because nobody around knows the password.
    Thanks in advance! :)

    There are ways to reset the password under Ubuntu... you have to Google a bit (or post to a forum Ubuntu/linux) to find.

    XP needs the driver for the storage controller - that's why it does not detect the drives.  What controller do you have?  How many discs?  RAID?

  • Need help with Test NULL

    I have a case statement in my SQL to check whether one of the four columns is NULL.

    In this case the statement I check if the sum of Q_1, Q_2, Q_3 and Q_4 is greater then 0. I check instead, if one of them is NULL.
    case
    Where (STAT_UID = 1 or STAT_UID = 2) and (Q_1 + Q_2 + Q_3 + Q_4) > 0 then
    APEX_ITEM. SELECT_LIST_FROM_LOV(14,STAT_UID,'STAT_PRPR','','NO')
    on the other
    APEX_ITEM. TEXT_FROM_LOV (STAT_UID, 'STAT', 'not')
    end as STAT_UID,


    Thanks for the help.

    Is that what you want?

    SELECT CASE
             WHEN (q_1 IS NULL OR q_2 IS NULL OR q_3 IS NULL OR q_4 IS NULL) THEN
              'is_this_what_you_want?'
           END
      FROM dual
    
  • Need help for testing and practice the concepts of the server at home

    Original title: Hello team

    I need assistance with testing and to practice the concepts of the server at home... I don't have an option to test laboratory pls suggest possible ways that I can practice... need help... Please help

    Hi Sachinadi,

    You can ask your question in the MSDN Forums: http://msdn.microsoft.com/en-us/hh361695.aspx

    Thank you.

  • MMC hangs with print server when I try to print a test page for the server. Windows Server 2008R2 Printer HP1606n

    MMC hangs with print server when I try to print a test page for the server.

    Windows Server 2008R2

    Printer HP1606n

    Signature of the problem:
    Problem event name: BEX64
    Application name: mmc.exe
    Application version: 6.1.7600.16385
    Application timestamp: 4a5bc808
    Fault Module name: hp1100su.dll
    Fault Module Version: 0.3.1.36655
    Timestamp of Module error: 4dba6516
    Exception offset: 00000000000159bd
    Exception code: c0000409
    Exception data: 0000000000000000
    OS version: 6.1.7601.2.1.0.272.7
    Locale ID: 1033
    Information additional 01:00 c 6
    More information 2: 00c62f6d4134d9a2c3306d7c5b5b94b0
    3 more information: c9eb
    Additional information 4: c9eba0fb841db4dab90b359385c03455

    The module that seems to be the cause of the accident is the hp1100su.dll:

    Fault Module name: hp1100su.dll
    Fault Module Version: 0.3.1.36655

    The hp1100su.dll is a part of the driver for the printer.

    What you could try is uninstalling and reinstalling the driver of printer using the version of HP.

    I believe that the following may be the printer:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?cc=us&DLC=en&lang=en&LC=en&product=4110410

  • Is it possible to use Dreamweaver with WordPress (has the classes by Joseph Lowery) only uses a test server AWS and not an environment local localhost?

    Is it possible to use Dreamweaver with WordPress (has the classes by Joseph Lowery) only uses a test server AWS and not an environment local localhost?

    Yes, I want to talk and EC2 instance and I am able to do Dreamweaver to easily connect using SFTP which I believe is a SSH protocol. See the image below. This method works.

    I currently have a test instance and will finally have an instance of production when the site is finished.

    Local environment is not installed on my workstation and my thought was that put it on the server would allow transparent operation including scripts on the server side. The testing station is not public.

  • Business Catalyst test server, works only with the publication in Muse.

    When I publish on BC in Muse, home page will not update. Export to a folder just fine, but will not update to the Business Catalyst site. So I can't use BC as a test server more. Just can't trust him. So what's up with that. The home page?

    Yes, there were some intermittent server on end of BC problems but I wasn't sure if you were hitting the problem at the same time that the problem has been resolved after some time.

    whenever there is a question of failure or server, engineering team is actively working to solve the problem, and the same is updated on the status page.

    Thank you

    Sanjit

  • Try to download on our FTP Muse site recognizes the following FTP screen then stands up and says... "Unable to validate the specified domain that is associated with the server FTP. Still? "FYI, until I update to the 2014 version it worked fine. Pl help

    Try to download on our FTP site

    Muse recognizes the FTP

    Then the next screen appears and says...

    "Unable to validate the specified domain that is associated with the server FTP. Still? »

    FYI, before I update to version 2014 there worked well.

    Help please. Thank you. Chuck

    OK, I spent about 2 hours on the phone with the support guys Muse and here's what finally worked...

    When the second screen, enter ftp, your domain.com NOT www.yourdomain.com

    then put the name of next folder as usual.

    Why it works that way...? who knows... but it works.

    I would like to know how you do them.

    Chuck

  • I need help with this error on VMware Server 2

    Hello world!  I'm new to using this site, but not to a large part by using VMware, VMware Server software. I have worked with it for 1.0.5 version. I have a Dell 2950 PowerEdge Server with Red Hat 5.2 and VMware Server 2. I installed 3 virtual machines and I made a backup of any of it. I copied this entire virtual machine to another computer (Dell Optiplex 755) with the same Red Hat 5.2 and VMware Server 2 and I added the virtual machine properly in the inventory of machines with VMWare Server 2 recognized the very fast machine. But when I press Play to start the virtual machine I got the error that appears on the image and I don't know what can be the problem.

    Can someone help me please?

    Thank you very much!

    William Anderson

    It looks like may have copied the files when the virtual machine is not correctly - stop search *.lck files/folders in the destination folder and delete them. Also, make sure that the account running the VMware process has permissions to write to the files/folders.

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

Maybe you are looking for

  • Airport Extreme fall wifi

    My preferred Airport extreme router seems to be losing force wifi and drop the base signal.

  • E-mail settings changed

    I've just set up a new MacBook Pro point upward and it changed all my email IMAP accounts but I want all (as they have always been) like POP3.  Why have they been changed and how do I change back?

  • T530 small Question about 2 large screens

    T530 has VGA and miniDP, he would support out-of-the-box 2 extended poster (not including the screen of the laptop itself, so 3 total) with integrated map of 4000 HD or Nvidia Optimus. Also, someone happens to have experience if it is actually compat

  • -Command prompt Aspnet_compiler

    Hello I am trying to compile a project ASP.NET (VB) via the command prompt and have, once again, went the MSDN here notice: https://msdn.Microsoft.com/en-us/library/ms227976 (v = vs. 90) .aspx In C:\Windows\Microsoft.NET, I have two folders: Framewor

  • BlackBerry Smartphones locate my address book

    OK, I have synced my device on my computer and now how do I find the address book on my computer? Thank you!