Help with Mac Dreamweaver PHP

Well, I finally PHP in HTML works however the directory structure is totally confused me.  I put files is/MAMP/htdocs and yet nothing works unless I add/MAMP/htdocs/htdocs and place the index and other files ALSO php in there.  I have to open those of/MAP/htdocs and still when I run it using my test server files in/MAMP/htdocs/htdocs are those that are actually used.

My setup of SITES is

Test server

local/network

/ Applciations/MAMP /.

http://localhost: 8888.

I should be grateful if you would help to understand how to properly configure the DreamWeaver SITE so that I can put all the files in the MAMP/htdocs and eliminate the reducntant one.

Thank you

Rick

If you use MAMP, your local site of DW must be something like this:

/Applications/MAMP/htdocs/sitename

Htdocs being roads MAMP default localhostfile. Any site you have in the htdocs directory will be suffixed with localhost in your browser to test.

For example, your site (work files) files can be put in a folder and this file must be placed in the MAMP Application folder in "htdocs" folder.

Say, you have a folder named 'test' containing index.php and this folder is placed in htdocs, your local site DW will be:

/Applications/MAMP/htdocs/test

To check in the browser, you just enter

http://localhost: 8888/test

This will run the index.php file in the default test folder.

Your test server can be the same aslocalhost:8888 / test' for the site.

If you want your remote FTP also configured, enter the details of your host and get configured.

-ST

Tags: Dreamweaver

Similar Questions

  • Need help with Adobe Dreamweaver license (was: adobe Dream Weaver)

    Hello Hello I have great need of assistance with regard to the dreamweaver license, obtain comment?

    If you use Windows 7 or Mac OS x 10.7, or earlier, you can call Adobe to get a perpetual license DWCS6 version (sold as-is with no other updates).

    If not, your only option will buy a subscription to the creative cloud: pricing and membership creative cloud plans | Adobe Creative Cloud

  • Help with Adobe Dreamweaver tutorial (by David Powers)

    When you use Dreamweaver tutorial Adobe (create your first website by David Powers), I met my only problem to step 18 of the fourth part.  The insctruction is as follows:

    "Once you added properties to all the three rules, press F5 or click once in Design view to refresh the view.

    Look at what happened to the text. The h2 title has turned blue; the h3 title has been resized and now fits on a single line; and the text of the paragraph has been reduced in size (see Figure 16). »

    My problem is that changes to the text of the said does not happen.  Step 17 is a code to change the text as described above, and I entered the text, verbatum, checked several times (it was entered correctly).

    Here is a link to the fourth part tutorial): http://www.Adobe.com/devnet/Dreamweaver/articles/first_website_pt4.html

    I had no problem until then and have done everything that the tutorial has loaded.  It is extremely detailed and everything that preceded eighteen number should be correct.

    Is that what the Cill problem someone please suggest me?

    Thank you.

    hello020 wrote:

    I entered the text, verbatum, checked several times (it was entered correctly).

    If it has been entered correctly, it will work as described. So, obviously there's a mistake somewhere. But as John pointed out, we must see what you've done to identify the problem.

    It would also help if you describe what happens. Say that something is not working is only half of the story. If something unexpected happens, that often gives a clue as to where the error is located.

    Common errors in the CSS are mix upward of colons and semicolons (or them leaving aside). You should also check that your opening and closing braces match. In addition, the color used in one of the rules is #00b4e1 . The first two characters after the sign of hash are zeros, and the last character is the number one. It's small errors that can make a big difference.

  • Help with voting system (PHP)

    I'm working on a voting system for my site, allowing users to rate presentations.

    On the overview page, there is a counter with voting rights (1-5) that is in fact five individual images side by side. "Everyone connects the user to the same page (index.php? page = submission & id = [id]) but adds ' & vote = [a number 1-5]" to the url. When the page loads it checks if $_GET ['voting'] is set and will take measures accordingly. Once these actions have been performed, I wanted to use the function header PHP to reload the same page without the variable 'vote' in the url, but I can't do that because the presentation page is an inclusion on index.php, then he tells me that the header has already been set.

    Of course, this method isn't going to work. Could someone tell me a better way to do this?

    I'm working on a voting system for my site, allowing users to rate presentations.

    On the overview page, there is a counter with voting rights (1-5) that is in fact five individual images side by side. "Each one connects the user to the same page (index.php? page = submission & id = [id]) but adds ' & vote = [a number 1-5]" to the url. When the page loads it checks if $_GET ['voting'] is set and will take measures accordingly. Once these actions have been performed, I wanted to use the function header PHP to reload the same page without the variable 'vote' in the url, but I can't do that because the presentation page is an inclusion on index.php, then he tells me that the header has already been set.

    Of course, this method isn't going to work. Could someone tell me a better way to do this?

  • need help with mac security

    I changed from pc to mac and now my msn e-mail account sent dozens of emails to everyone I know, including my boss. How can I stop this and is there a mac security program that I can download? getting desperate...

    Immediately change your password and security questions.

    Chances are you are not infected, but not to be lulled into a false sense of security just because you use Mac OS X. Apple marketing would have you believe that you're safe just because you're using a Mac, but you are still sensitive to social engineering, i.e. Web sites and programs designed to get you to give up your password.

    For more information and questions about Mac security, visit Apple Discussions.

  • Help with character in PHP

    Hello

    I am trying to allow a request to accept the characters such as: ' (Apostrophe)

    But I am nowhere.

    The application will not perform if there are special characters in one of the fields of the form and the habit so insert in the database

    Do I have to change the charset of the query?

    I tried: $mysqli-> set_charset("utf8")

    But I get the error: Fatal error: call a member function set_charset() on a non-object in /home4/X/public_html/productions/productions_update.php on line 57

    Thank you

    Max Resnikoff says:

    Hello

    I am trying to allow a request to accept the characters such as: ' (Apostrophe)

    But I am nowhere.

    The application will not perform if there are special characters in one of the fields of the form and the habit so insert in the database

    real_escape_string/stripslashes should work.

    $news = $conn-> real_escape_string (stripslashes($_POST['news']));

  • Help with the session variable PHP CS5.5 - Please

    Hi all

    I am needing a little help with the help of a session variable, and I hope someone can point me in the right direction.

    I created a PHP page that uses the Dreamweaver 'User authentication' feature and the basics of this works very well, to direct a user to the correct page depending on whether they are or are not a valid user. I want to customize the page 'user valid' with people, user name entered in the authentication of the user table... a seemingly simple task using a session variable, but I just seem not to be able to make it work!

    The generated code for the AU on page 1 is the following:

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['txtfirst_name'])) {}

    $loginUsername = $_POST ['txtfirst_name'];

    $password = $_POST ['txtsurname'];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "member_update.php";

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_panto, $panto);

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username'] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    First of all, the text highlighted in red above seems to be setting the session variable that I need. Is this correct?

    If so, what is the code that I need to put on page 2 to use this session variable? or

    I have to do something else on the page 1 to correctly assign the session variable?

    Would be very grateful for your expertise

    Mark

    It seems that you put the columns incorrectly in the user authentication server behavior. This is the SQL query that checks the credentials of the user:

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    You are looking for first name and last name, while you should look for the user name and password of the user.

    $_SESSION ['MM_Username"] is a session variable that stores the login name of the user. To use it in a page, all that is needed is the page start with session_start(). You can then echo the value to display.

    If you want to display the person's true name, you must create a recordset in the second page, use of $_SESSION ['MM_Username'] to search for the first name and the patronymic. Alternatively, you can change the code like this (I copied only part of it):

    $LoginRS__query = sprintf ("SELECT firstname, surname OF web_access WHERE firstname = %s AND password is %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    $row = mysql_fetch_assoc ($LoginRS);

    $_SESSION ['full_name'] = $row ["FirstName"]. ' ' . $row ['name'];

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    You can then use $_SESSION ['full_name'] in a page which begins with session_start().

  • Help with horror? El Capitan Mac

    Hello, I have major issues with horror.  It interferes with almost all of the process: navigation (Firefox or Chrome), MS Office, Adobe Pro, Finder...  I ran a report EtreCheck (see below) and the major problem seems to be Firefox.  I was wondering if someone could take a look at this and make other suggestions.

    Thank you!

    EtreCheck version: 3.0 (300)

    Report generated 2016-08-12 12:44:23

    Download https://etrecheck.com EtreCheck

    Time 06:53

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: Beachballing

    Description:

    Beach ball with Firefox, Chrome, MS Office, Adobe Pro, Finder

    Hardware information: ⓘ

    MacBook Pro Intel Core i5, Intel Core i7, 13 "(mid-2012)"

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 38

    Video information: ⓘ

    Graphics Intel HD 4000

    LED Cinema Display 1920 x 1200

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disk information: ⓘ

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 150,27 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information: ⓘ

    RD Slim BUP Seagate 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    SEAGATE External 2 to (disk1s2) Volumes/external Seagate 2 Tb: 2.00 TB free 1.20

    Apple Inc. Apple LED Cinema Display

    ISight Apple Display Inc.

    Apple Inc. Apple's USB audio device

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Logitech USB-PS/2 optical mouse

    Apple Inc. Apple Keyboard

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Kernel Extensions: ⓘ

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-08-05) [Support]

    [loading] com.sophos.nke.swi (9.4.53 - SDK 10.9 - 2016-08-05) [Support]

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 152 tasks Apple

    [operation] 65 tasks Apple

    [killed] 13 tasks Apple

    13 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 89 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-02) [Support]

    [operation] com.brother.LOGINserver.plist (2016-03-10)

    [loading] com.gog.galaxy.commservice.plist (2016-04-24) [Support]

    [failure] com.maintain.PurgeInactiveMemory.plist (2016-06-09) [Support]

    com.maintain.Restart.plist [no charge] (2016-06-09) [Support]

    com.maintain.ShutDown.plist [no charge] (2016-06-09) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-06-09)

    [operation] com.sophos.uiserver.plist (2016-05-12)

    Launch of the demons: ⓘ

    [performance]    BESAgentDaemon.plist (2016-05-16)

    [loading] com.adobe.fpsaud.plist (2016-06-28)

    [loading] com.gog.galaxy.clientservice.plist (2016-04-24) [Support]

    com.maintain.HideSpotlightMenuBarIcon.plist [no charge] (2016-06-09) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25)

    [operation] com.prey.agent.plist (2016-05-17)

    [operation] com.sophos.common.servicemanager.plist (2016-05-12)

    Launch User Agents: ⓘ

    [loading] com.adobe.ARM. [...]. plist (2016-04-22)

    [loading] com.bittorrent.uTorrent.plist (2016-04-19) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11)

    [operation] com.spotify.webhelper.plist (2016-08-10) [Support]

    [loading] com.valvesoftware.steamclean.plist (2016-07-14)

    org.Hola.VPN.plist [no charge] (2016-08-01) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    ClipMenu application (/ Applications/ClipMenu.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    MightyText application (/ Applications/MightyText.app)

    Internet Plug-ins: ⓘ

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-02) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-29)

    AdobePDFViewerNPAPI: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    AdobePDFViewer: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-29)

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-28) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-29) [Support]

    The internet user Plug-ins: ⓘ

    Picasa: 1.0 - SDK 10.6 (2015-10-13) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-06-28) [Support]

    Time Machine: ⓘ

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 348,98 GB

    Destinations:

    TB external Seagate 2 [Local]

    Total size: 2.00 TB

    Total number of backups: 29

    An older backup: 15/05/16, 06:27

    Last backup: 12/08/16, 11:45

    Size of backup drive: Excellent

    Size of backup 2.00 TB > (disk size 499,25 GB X 3)

    Top of page process CPU: ⓘ

    35% firefox

    11% kernel_task

    7% mdworker (13)

    4% WindowServer

    2% BESAgent

    Top of the process of memory: ⓘ

    GB firefox 3.08

    Kernel_task 848 MB

    180 MB mdworker (13)

    90 MB Microsoft Word

    Finder 82 MB

    Information about virtual memory: ⓘ

    24 MB of free RAM

    7.98 GB RAM (1.31 GB being cached) used

    3.01 GB used Swap

    Diagnostic information: ⓘ

    August 12, 2016, 12:24:55 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-122455_ [redact ed] .crash

    / Library/Sophos Anti-Virus/SophosWebIntelligence.bundle/Contents/MacOS/SophosWebIntelligence

    August 12, 2016, 12:00:06 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-120006_ [redact ed] .crash

    August 11, 2016, 01:40:07 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-11-134007_ [redact ed] .crash

    August 11, 2016, 10:17:21 /Library/Logs/DiagnosticReports/tcosrj_2016-08-11-101721_[redacted].hang

    / Volumes/VOLUME / * / Romeo & Juliet.app/Contents/MacOS/tcosrj

    August 11, 2016, 06:33:30 /Library/Logs/DiagnosticReports/_2016-08-11-063330_[redacted].crash

    ???

    August 10, 2016, 13:44:38 /Library/Logs/DiagnosticReports/firefox_2016-08-10-134438_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    August 10, 2016, 06:43:13 AM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-10-064313_ [redact ed] .crash

    9 August 2016, 15:17:53 self-test - spent

    First uninstall Sophos. Anti virus apps are not necessary and may cause problems. Remove the bittorrent as well. It can be a source od malware.

  • Thunderbird will only connect if stop then reopened. (With the help of Mac 10.9.4)

    With the help of Mac 10.9.4
    If I open Thunderbird, I can connect to my e-mail address and download the messages. If I select "Get Mail" once again, Thunderbird crashes and fails to connect to my emails. If I then close Thunderbird and re-open it, I'm able to immediately connect to my mail.

    It seems to have sorted itself after a few days. (Fingers crossed). Until today it worked properly. Will keep an eye on things for the next week and the report does so again.

  • New iPhone IS does not work with MAC Mini 10.6.8. Apple support says upgrade your iTunes. Its the wrong color icon. WHAT? iTunes is the last 11.4 for my mac. All my music is on my Mac. Help!

    New iPhone IS does not work with MAC Mini 10.6.8. Apple support says upgrade your iTunes. Its the wrong color icon. WHAT? iTunes is the last 11.4 for my mac. All my music is on my Mac. Help!

    That is right. The requires iTunes 12.3.3 and in order to get it, you will need to update OS X to El Capitan. That's how Apple has created for better or worse, I'm sorry.

  • ow change titles &amp; dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    How to change titles & dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    With the help of Mac 'Pages '.

    A typing mistake?

    If it is and you mean Photos Date of Mac are modified by selecting the photos using the Image menu == > adjust the time and date of order and changes made to the metadata such as keywords, location, etc. are made by selecting the photos and find the info and registering metadata in the Info window

    These are detailed in the help topics of pictures - a good place to look for help on the Photos

    View and add information about the photos

    You can view and add information about your photos. For example, you can see the date and time a photo was taken, the information about the camera that took the photo and badges that indicate the status of the photo. You can assign titles and captions to photos, add or change the location of the photos and change the date and time for them information. You can select multiple photos in an instant and add or change information about them all at once.

    Open pictures for me

    View and add information about the photos

    To view or change information for the photos, you select one or more photos, and then open the information window.

    • Open the Info window: Double-click a photo to view it, and then click the Info button in the toolbar or press on command I.
    • Add or change information: Change the following.
      • Title: Enter a name in the title field.
      • Description: In the Description field, type a caption.
      • Favorite: Click the Favorites button to mark the photo as a favorite. Click the button again to deselect.
      • Keywords: Enter the keywords in the keywords field. When you type, Photos suggest keywords that you have used before. Press enter when you have finished a keyword. To remove a keyword, select it and press DELETE.
      • Faces: Click on and type a name to identify a face. Click on several times, and then drag the identifier of the face different faces to identify many faces in a photo.
      • Location: Enter a location in the location field. When you type, Photos suggest places you can choose. To change a location, you can search a different location or change the location by dragging a PIN on the map. To remove location information, delete it or choose Image > location, then choose Remove location or back to the original location. You cannot assign a location if your computer is not connected to the Internet.

    Show titles, other metadata and badges

    Change the date and time of photo

    You can change the date and time associated with a picture. You can do this if you are traveling to a location in another time zone, and your camera affect your dates photos and periods that are correct for your House, but not the place you visited.

    1. Select the photos you want to edit.
    2. Choose Image > adjust Date and time.
    3. Enter the date and time you want in the modified field.
    4. Click a time zone on the map, if necessary.
    5. Click on adjust.
  • help-problems with Mac book since the upgrade to Yosemite

    I have a 13 "Macbook, end of 2010. It is used to run perfectly until I installed Yosemite in late 2014 when he started to run slowly and Safari would crash. The problems have got worse with each update. Now when I boot, I get a white screen with a progress downstairs bar and it may take between 1-3 minutes before I get the logon screen. Programs also take a long time to load and I constantly get the rotation beach ball.  I don't have any external hardware attached and am does not have any software that needs to use a lot of RAM. I ran an EtreCheck - results below. Can someone help me understand?

    EtreCheck version: 2.9.11 (264)

    Report generated 2016-04-14 19:23:39

    Download EtreCheck from https://etrecheck.com

    Time 06:25

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Another problem

    Description:

    System is slow to start up and constantly get the spinning beachball.

    Hardware Information:

    MacBook (13-inch, mid 2010)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook - model: MacBook7, 1

    1 2.4 GHz Intel Core 2 Duo CPU: 2 strands

    2 GB RAM - Insufficient RAM! Extensible - [Instructions]

    BANK 0/DIMM0

    ok 1 GB DDR3 1067 MHz

    BANK 1/DIMM0

    ok 1 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 770

    Video information:

    NVIDIA GeForce 320M - VRAM: 256 MB

    Color LCD 1280 x 800

    Software:

    OS X Yosemite 10.10.5 (14F1713) - since the start-up time: 13 hours

    Disc information:

    TOSHIBA MK3255GSXF disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) /: 318,88 (Go 256,24 free)

    Storage of carrots: disk0s2 319.21 GB Online

    OPTIARC DVD RW AD - 5970H)

    USB information:

    Built-in ISight from Apple Inc..

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Guardian:

    Mac App Store and identified developers

    Launch system officers:

    [loaded] 5 tasks of Apple

    [loading] 147 tasks Apple

    [operation] 49 tasks Apple

    [killed] 11 tasks Apple

    11 killed process lack of RAM

    Launch system demons:

    [loaded] 47 tasks Apple

    [loading] 135 tasks Apple

    [operation] 74 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers:

    [loading] com.hp.help.tocgenerator.plist (2009-07-28) [Support]

    [operation] com.trusteer.rapport.rapportd.plist (2016-03-19) [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-04-05) [Support]

    [loading] com.microsoft.office.licensingV2.helper.plist (2016-01-09) [Support]

    [operation] com.trusteer.rooks.rooksd.plist (2016-03-19) [Support]

    User launch officers:

    [failure] com.amazon.cloud - player.plist (2014-06-07) [Support]

    [operation] com.amazon.music.plist (2015-12-29) [Support]

    [out] [email protected]

    Other applications:

    [ongoing] com.etresoft.EtreCheck.127548

    [loading] 364 tasks Apple

    [operation] 143 tasks Apple

    [killed] 16 tasks Apple

    Plug-ins Internet:

    FlashPlayer - 10.6: 21.0.0.213 - SDK 10.6 (2016-04-08) [Support]

    QuickTime Plugin: 7.7.3 (2016-03-30)

    NP_2020Player_IKEA: 5.0.94.0 - SDK 10.6 (2011-10-26) [Support]

    Flash Player: 21.0.0.213 - SDK 10.6 (2016-04-08) [Support]

    Default browser: 600 - SDK 10.10 (2015-09-24)

    Silverlight: 5.1.41105.0 - SDK 10.6 (2016-01-23) [Support]

    iPhotoPhotocast: 7.0 - 10.7 SDK (2012-04-05)

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2015-09-26)

    Add to wishlist Amazon - Amazon.com - https://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2014-06-26)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2014-06-26)

    Add to wishlist Amazon - Amazon.com - https://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2014-06-26)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2015-07-02)

    3rd party preference panes:

    Flash Player (2016-04-05) [Support]

    Trusteer Endpoint Protection (2016-03-28) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    kernel_task 17%

    8% WindowServer

    3% ScreenSaverEngine

    PS 1%

    0% fontd

    Top of page process of memory:

    349 MB kernel_task

    96 MB mdworker (5)

    Safari 94 MB

    Com.apple.WebKit.WebContent (2) 92 MB

    45Mo mail

    Virtual memory information:

    99 MB free RAM

    1.90 used GB RAM (213 MB Cache)

    482 MB used Swap

    Diagnostic information:

    April 14, 2016, 18:53:37 /Library/Logs/DiagnosticReports/rapportd_2016-04-14-185337_[redacted].cpu_resou rce.diag [details]

    /Library/rapport/*/rapportd.app/Contents/MacOS/rapportd

    April 14, 2016, 06:01:32 self-test - spent

    April 13, 2016, 21:13:29 ~/Library/Logs/DiagnosticReports/Activity Monitor_2016-04-13-211329_ [redacted] .crash

    com.apple.ActivityMonitor - Applications/Utilities/Activity Monitor Monitor.app/Contents/MacOS/Activity

    April 13, 2016, 18:43:44 /Library/Logs/DiagnosticReports/Safari_2016-04-13-184344_[redacted].hang

    /Applications/Safari.app/Contents/MacOS/Safari

    You need more RAM. Note related errors in red. According to my information, you can install:

    Maximum memory 16 GB (actual) 4 GB (Apple)
    Memory locations 2-204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM

    Reliable suppliers include OWC, DataMemand Crucial.

  • Wireless installation need help with Photosmart c309a Mac OS x 10.6.8

    I lost my hard drive and am now reinstalling my drivers etc. for the HP Photosmart c309a Mac OS x 10.6.8. It will print if I connect via the USB port, but my office is across the room from the printer. At the same time, I was able to print and scan wireless. The last time I had to reinstall I lost the ability to scan wireless, so I think I originally had it network via airport, but used Bluetooth when I reinstalled.

    Now, I can print when connected by USB, but I can't make a wireless setup works. When I try to print it says I am offline, and when I try to connect it says I am connected via the URL: usb://HP/Photosmart%20C309a%20series?serial= [my serial number here shows].

    I am connected to Internet via WiFi to the installation service. I can also connect through our Verizon MiFi. I would like the ability to scan and print, but if I am limited to Bluetooth and print only, I would appreciate help with this setup as wireless printing is the most important.

    Oh, the manual shows how to configure a Windows wireless system in both directions, but I do not use Windows. Thank you for all you can offer instructions.

    AHG,

    This guide should guide you through the installation process and get you up and running wireless. Let us know if this helps: http://goo.gl/c2IXf

    Good luck!

  • I bought the lightroom 6 worked fine, now it used to open when I try to open the Dungeon of circle of color on spining and wont start, I work with mac, please help me, tried to shut down and restart, nothing works

    I bought the lightroom 6 worked fine, now it used to open when I try to open the Dungeon of circle of color on spining and wont start, I work with mac, please help me, tried to shut down and restart, nothing works?

    Try to hold the alt/option key while you restart Lightroom. Make sure that the right catalog file is selected and click on the "integrity test" box to see if there is a problem with the catalog file that might be repaired.

  • Accidentally, I bought the Mac in December and contacted support which helped me to get the right version installed, but now the PC version is not in my account downloads and I need to add it to a new computer. I don't know how to get help with this.

    Accidentally, I bought the Mac in December and contacted support which helped me to get the right version installed, but now the PC version is not in my account downloads and I need to add it to a new computer. I don't know how to get help with this. I don't remember how I got the PC version, I think I have access to my computer remotely and she sent, but I can't find any record of it.

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

Maybe you are looking for

  • Received e-mail links disappear after use

    received email will indicate a link to click on but later the location of the link is empty, but I can click on the white spot and continue. Why the link disappears?

  • Why my emails will not actually send?

    I have the same settings for the address of my website ([email protected]) on Thunderbird as I do on my phone's email client. HOWEVER, while I can send or receive on my phone, when I send with Thunderbird, e-mail will appear in my sent on TB and we

  • Failed to install Ubuntu on L650D - 10 H - ACPI / Bios problem

    Hello It is not possible to install Ubuntu newer than 9.10 to Toshiba laptop, L650D - 10H. This is where the Live CD stuck (you get not even the menu) http://www.casimages.com/img.php?i=100809073739544531.jpg I made ist with the spare DVD menu, disab

  • Pavilion DM1-4000sd keyboard and touchpad not working not

    Hello I'm back from holiday yesterday and when I tried to power on my laptop that he had to go through the windows recovery. Normally this wouldn't be a problem, but it seems the keyboard and touchpad are not working in windows or recovery recovery s

  • Simulation Serial Monitor of the Arduino with Labview?

    Objective: Simulate Serial Arduino using Labview base series Monitor write and Read.Vi. Problem: When a stream of ASCII data is sent to the base series writing and Read.VI it stops playing after about 3 seconds.  Whereas that must be continually read