Help sought with W3C Validation issue

In order to place text from a database accurately in a cell I have used:
<span class="cont_layer">
<?php echo $row_restSelect['cel_blb'];  // Insert Details from dbase ?>
</span>
However, I am using tinyMCE at the input interface for the MYSQL database and tinyMCE puts in tags like <p> all over the place, so the output looks something like this:
<span class="cont_layer"><p>Some text.<br /> Some more text. <br /> <br /> And a bit more text.</p></span>
This works fine in practice, but I notice that W3C Validation rejects the structure with:
"document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag"
I am using XHTML Transitional.
Is there a way around this, or should I just stop being so anal about validation?

A <span> is for inline elements and cannot contain block-level elements, such as paragraphs. Replace your <span> with a <div> and all will be hunky-dory.
<div class="cont_layer">
<?php echo $row_restSelect['cel_blb'];  // Insert Details from dbase ?>
</div>

Similar Messages

  • h:form with W3C validation failure

    Hi gurus,
    I tried to validate my JSF page against W3C validation rules. However, each <h:form> in my page creates a hidden field as:
    "+<input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id14:j_id15" />+"
    with same id and value, so as a result, i can't pass the validation.
    So could anyone has a suggestion on this problem?
    BTW, i found some threads suggest to use a "giant" h:form for the entire page, and clearly this is not the answer i am looking for.
    Thanks in advance!

    Yep, it's a known issue.
    I've attempted fixes in the RI in the past, however due to potential reliance on the presence of both
    fields for AJAX libraries+JSF, it's left as is.

  • Confused with W3C validation results

    Ok so i've had problems with this page (please see below), adapting it to respond to any size device. I was advised to start off by tidying up the errors on the W3C validator. I have reduced the errors right down but am having big problems with the error shown below.  I have tried removing all the dl elements from each picture/element and leaving just the one containing the whole section but its still not right.
    Can anyone please help me resolve it?
    Line 462, Column 4: Element dl is missing a required child element.
    <dd>  <input name="CAT_Custom_76926" id="CAT_Custom_76926_0" onclick="Recalcula…
    www.milesfunerals.com/estimator.php

    Ok so i've applied my unordered list. (please see below) and i applied the CSS like you suggest. Now how do i get the pictures to sit side by side in rows of two's down the page? Do i need to apply a float left and right to each <li> element or is there an easier way? This is what it currently looks like (www.milesfunerals.com/estimator.php) and this is the layout i need to acheive (www.milesfunerals.com/estimator.html).
      <ul>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_0" onclick="Recalculate()" type="radio" value="-190" />
                    </li>
                    <li> Basic Simple Coffin (- £190)</li>
                    <li><span class="dropdownmenu" id="CAT_Custom_00010" name="CAT_Custom_00010" onchange="Recalculate()"><select name="CAT_Custom_00010" class="dropdownmenu" id="CAT_Custom_00010" onchange="Recalculate()">
                      <option selected="selected" value="0">-- Select additional services --</option>
                      <option value="225" >Limousine (&pound;225)</option>
                      <option value="200">Chapel visiting (&pound;200)</option>
                      <option value="120">Choice of date & time (&pound;120)</option>
                      <option value="425" >Limousine,Chapel visiting (&pound;425)</option>
                      <option value="345" >Limousine,Choice of date & time (&pound;345)</option>
                      <option value="320">Chapel visiting, Choice of date & time (&pound;320)</option>
                      <option value="545" >Limousine,Chapel visiting, Choice of date & time (&pound;545)</option>
                      </select></span>
                      <img src="images/The_Elgar.jpg" alt="Elgar" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Elgar_copy.jpg','','toolbar=yes,width=800,height=400 ')"></li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_4" onclick="Recalculate()" type="radio" value="260" />
                      <span class="estimatorsmalltext">The Elgar (£260)</span></li>
                    <li><img src="images/The_Gladstone.jpg" alt="Gladstone" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Gladstone_copy.jpg','','toolbar=yes,width=800,height =400')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_5" onclick="Recalculate()" type="radio" value="360" />
                      <span class="estimatorsmalltext">The Gladstone (£360)</span></li>
                    <li><img src="images/The_Drake.jpg" alt="Drake" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Drake_copy.jpg','','toolbar=yes,width=800,height=400 ')">  </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_3" onclick="Recalculate()" type="radio" value="435" />
                      <span class="estimatorsmalltext"> The Drake (£435)</span></li>
                    <li><img src="images/The_Byron.jpg" alt="Byron" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Byron_copy.jpg','','toolbar=yes,width=800,height=400 ')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_1" onclick="Recalculate()" type="radio" value="500" />
                      <span class="estimatorsmalltext">The Byron (£500)</span></li>
                    <li><img src="images/The_Churchill.jpg" alt="Churchill" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Churchill_copy.jpg','','toolbar=yes,width=800,height =400')"></li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_2" onclick="Recalculate()" type="radio" value="560" />
                      <span class="estimatorsmalltext">The Churchill (£560)</span></li>
                    <li><img src="images/The_Nelson.jpg" alt="Nelson" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Nelson_copy.jpg','','toolbar=yes,width=800,height=40 0')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_7" onclick="Recalculate()" type="radio" value="630" />
                      <span class="estimatorsmalltext">The Nelson (£630)</span></li>
                    <li><img src="images/The_Dickens.jpg" alt="Dickens" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Dickens_copy.jpg','','toolbar=yes,width=800,height=4 00')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_12" onclick="Recalculate()" type="radio" value="1060" />
                      <span class="estimatorsmalltext">The Dickens (£1060)</span></li>
                    <li><img src="images/The_Wellington.jpg" alt="Wellington" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Wellington_copy.jpg','','toolbar=yes,width=800,heigh t=400')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_11" onclick="Recalculate()" type="radio" value="2160" />
                      <span class="estimatorsmalltext">The Wellington (£2160)</span></li>
                    <li><img src="images/The_Victoria.jpg" alt="Victoria" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Victoria_copy.jpg','','toolbar=yes,width=800,height= 400')">   </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_10" onclick="Recalculate()" type="radio" value="1060" />
                      <span class="estimatorsmalltext">The Victoria (£1060)</span></li>
                    <li><img src="images/colourful.jpg" alt="Colourful" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/colourfulcopy.jpg','','toolbar=yes,width=800,height=400' )">  </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_13" onclick="Recalculate()" type="radio" value="660" />
                      <span class="estimatorsmalltext"> The Colourful (£660)</span></li>
                    <li><img src="images/The_Nightingale.jpg" alt="Nightingale" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Nightingale_copy.jpg','','toolbar=yes,width=800,heig ht=400')"> </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_8" onclick="Recalculate()" type="radio" value="630" />
                      <span class="estimatorsmalltext">The Nightingale (£630)</span></li>
                    <li><img src="images/The_Pankhurst.jpg" alt="Pankhurst" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Pankhurst_copy.jpg','','toolbar=yes,width=800,height =400')">   </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_9" onclick="Recalculate()" type="radio" value="610" />
                      <span class="estimatorsmalltext">The Pankhurst (£610)</span></li>
                    <li><img src="images/The_Montgomery.jpg" alt="Montgomery" class="coffinpic" width="150" height="68" onClick="MM_openBrWindow('images/The_Montgomery_copy.jpg','','toolbar=yes,width=800,heigh t=400')">  </li>
                    <li>
                      <input name="CAT_Custom_76926" id="CAT_Custom_76926_6" onclick="Recalculate()" type="radio" value="2260" />
                      <span class="estimatorsmalltext">The Montgomery (£2260)</span></li>
                  </ul>

  • Menu problem with w3c validator

    DW CS5.5
    When I test a php page with a select menu in the w3c validator, I get the following error message on each element within it:
    The select element cannot have more than one selected option descendant unless the multiple attribute is specified. [HTML5]
    Whether selected as a menu or a list, it still appears. I was under the impression that you only select one item from a list unless you check "allow multiple" and I only need one item to be selected.
    The list or menu displays and works properly, selecting one item as required.
    Is this a validator error or is there something wrong with my DW generated code? - shown as a list in this case:

    Most containers have their own XML parsing JAR's. You do not want to normally remove these (as they parse XML deployment and configuration files). However, you can add your own XML parsing JAR files to WEB-INF/lib.
    - Saish

  • Can anyone help me with sufficient privileges issue

    Can anyone help me with sufficient privileges issue

    Helping with permissions often requires we know the specific error you find: what program, for example, and what you were doing when told you didn't have privileges.
    If you are running a standard account, you have to get back to the admin acct to make changes. If you are not eh administrator for that computer, find out who is.
    If you are in an admin account, trying a "Repair Permissions" can sometime resolve the issues. Find Disk Utility in Applications > Utilities. Select the indented name of your hard drive, then click the "Repair Permissions" button:
    In OS10.4 this usually under a 2-minute operation. You will probably see a lot of entries in the Reulsts pane but you can ignore those.

  • Help needed with Safari CSS issues

    Hi Everyone
    I'm not sure if this is the best forum to post this in - but couldn't find anywhere more appropriate!
    My site, neilcauldwell.com, is suffering from two issues in Safari (it looks fine in IE6/7, FF and Opera);
    1. The 'Blog' page is supposed to show three 'windows' at the top for quick navigation between the main topics. However, these won't show in Safari 2 or 3 beta. Does anyone know how I fix this issue? Is it a problem with using overflow:hidden;? Is there not enough room for Safari to present all three boxes (they are packed in closely)?
    2. The footer is squashed into a narrow column on the left of the screen, but only in Safari 2 (3 beta doesn't have this issue). The div#footer has been given "float:left; overflow:hidden;" attributes. I've done some reading round and it looks likes the overflow:hidden; is the source of the problems. However, if I don't float the div#footer to the left, all the elements inside the footer are rendered correctly, but the div#footer doesn't wrap all the way round the containing elements and, therefore, appears only to be around 40px in height.
    If you can help solve these issues, you're a legend!

    You can use Edit...Update Thumbnail on selected images.  With 5K images, you'll probably want to do it in stages, perhaps one folder at a time.
    I don't think that Optimizing or Repairing the catalog will solve your problem, but I could be wrong about that....
    Ken

  • Can someone help my with my firewire issues?

    After searching on the web for a while I've discovered that leopard and firewire are having issues working with each other.
    I own a Macbook Pro 10.5.6
    I'm having issues running my mac when I have more than 1 firewire device connected to it. I do a lot of video editing and capture all my video footage with Final Cut Pro via FW400. I have a GRaid 1Tb external HDD that is connected via FW800. Never had problems with any of this before but upgraded to Leopard last week and then this issue hit.
    •If I have my HDD connected but not my camera, the HDD works fine. However my MAC won't recognize my camera if I hook it up.
    •If I have my camera connected but not my HDD the camera will connect just fine. However when I try to hook up my HDD it will not be recognized by my mac.
    •If I have neither of them connected and connect them both, my MBPro will recognize whichever device gets hooked up first but will not recognize the second. If I leave them both connected any try to shut down my MAC- it will not shut down. As soon as I disconnect 1 of them, my MAC will shut down just fine.
    •If I hook up both devices before my MAC is turned on and then try to boot it up. I will get to the blue screen and it will boot no further. If 1 of the devices is then turned off, the MAC will continue to boot just fine.
    I've tried resetting the PRAM by doing the <option> <command> <r> but it had no effect. Not sure I'm doing it propperly. I hold down <option> <command>
    <r> and wait until I hear 3 chimes. Anyway, it hasn't fixed anything.
    Also, I read something about resetting some of the firmware by holding down <option> <command> <o> <f> after the start up chimes and then typing in
    reset-nvram
    set-defaults
    reset-all
    However, whenever I try to do this- I hold down <option> <command> <o> <f> but nothing happens. I never get to any kind of command prompt.
    Anyone have any other ideas? Any help is greatly appreciated!!
    Thanks!

    Thank you all for your replies. I'm trying them all but nothing is working.
    I do have a couple of new pieces of information. I figured out that the reason nothing was showing in my System Profiler was because I had both the HDD and the Camera connected if I disconnected one or the other, the remaining device will show in my firewire tree.
    Here is a listing of some things. Maybe this will help you all.
    Again, thank you for all your suggestions!
    //If I only attach my camera (FireWire400) and not my external HDD (firewire 800) I get this in my firewire tree//
    FireWireBus
    ZR60
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec
    //Which is weird to me because it's only a FW400 port and cable//
    ZR60:
    Manufacturer: Canon
    Model: 0x0
    GUID: 0x850000ACED38
    Maximum Speed: Up to 100 Mb/sec
    Connection Speed: Up to 100 Mb/sec
    Sub-units:
    ZR60 Unit:
    Unit Software Version: 0x10001
    Unit Spec ID: 0xA02D
    ZR60:
    Manufacturer: Canon
    Model: 0x0
    GUID: 0x850000ACED38
    Maximum Speed: Up to 100 Mb/sec
    Connection Speed: Up to 100 Mb/sec
    Sub-units:
    ZR60 Unit:
    Unit Software Version: 0x10001
    Unit Spec ID: 0xA02D
    (If I only attach my external HDD FW800 and do not attach my camera I get this in my firewire tree)
    FireWire Bus
    G-Raid Device 00
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec
    G-RAID Device 00:
    Manufacturer: G-TECH
    Model: 0x0
    GUID: 0x1D27CE0010ABB
    Maximum Speed: Up to 800 Mb/sec
    Connection Speed: Up to 800 Mb/sec
    Sub-units:
    G-RAID Device 00 Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x9102
    Product Revision Level: GM4O
    Sub-units:
    G-RAID Device 00 SBP-LUN:
    Capacity: 931.52 GB
    Removable Media: Yes
    BSD Name: disk1
    Mac OS 9 Drivers: No
    Partition Map Type: APM (Apple Partition Map)
    S.M.A.R.T. status: Not Supported
    Volumes:
    GRaid2:
    Capacity: 931.4 GB
    Available: 663.31 GB
    Writable: Yes
    File System: HFS+
    BSD Name: disk1s3
    Mount Point: /Volumes/GRaid2
    (I thought I would attach this information as well maybe it will be useful, I don't really know what to look for here so I though I would just send as much info as possible.)
    Battery Information:
    Model Information:
    Serial Number: Sony-ASMB012-377b-7650
    Manufacturer: Sony
    Device name: ASMB012
    Pack Lot Code: 0001
    PCB Lot Code: 0000
    Firmware Version: 0110
    Hardware Revision: 0500
    Cell Revision: 0303
    Charge Information:
    Charge remaining (mAh): 4693
    Fully charged: Yes
    Charging: No
    Full charge capacity (mAh): 4772
    Health Information:
    Cycle count: 132
    Condition: Good
    Battery Installed: Yes
    Amperage (mA): 0
    Voltage (mV): 12461
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 0
    Display Sleep Timer (Minutes): 0
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Display Sleep Uses Dim: No
    Battery Power:
    System Sleep Timer (Minutes): 180
    Disk Sleep Timer (Minutes): 180
    Display Sleep Timer (Minutes): 180
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Display Sleep Uses Dim: Yes
    Reduce Brightness: No
    Hardware Configuration:
    UPS Installed: No
    AC Charger Information:
    Connected: Yes
    Charging: No
    USB Bus
    apple internal keyboard / trackpad
    USB Bus
    Bluetooth USB Host Controller
    USB Bus
    IR Receiver
    USB BUS
    USB High Speed Bus
    Built-in-iSight
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27c8
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x1d
    Apple Internal Keyboard / Trackpad:
    Product ID: 0x021a
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 0.18
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer
    Location ID: 0x1d200000
    Current Available (mA): 500
    Current Required (mA): 40
    Apple Internal Keyboard / Trackpad:
    Product ID: 0x021a
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 0.18
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer
    Location ID: 0x1d200000
    Current Available (mA): 500
    Current Required (mA): 40
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27cb
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x7d
    Bluetooth USB Host Controller:
    Product ID: 0x8205
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 19.65
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Inc.
    Location ID: 0x7d100000
    Current Available (mA): 500
    Current Required (mA): 0
    Bluetooth USB Host Controller:
    Product ID: 0x8205
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 19.65
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Inc.
    Location ID: 0x7d100000
    Current Available (mA): 500
    Current Required (mA): 0
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27ca
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x5d
    IR Receiver:
    Product ID: 0x8240
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.10
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer, Inc.
    Location ID: 0x5d200000
    Current Available (mA): 500
    Current Required (mA): 100
    IR Receiver:
    Product ID: 0x8240
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.10
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer, Inc.
    Location ID: 0x5d200000
    Current Available (mA): 500
    Current Required (mA): 100
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBUHCI
    PCI Device ID: 0x27c9
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0x3d
    USB High-Speed Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBEHCI
    PCI Device ID: 0x27cc
    PCI Revision ID: 0x0002
    PCI Vendor ID: 0x8086
    Bus Number: 0xfd
    Built-in iSight:
    Product ID: 0x8501
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.84
    Speed: Up to 480 Mb/sec
    Manufacturer: Micron
    Location ID: 0xfd400000
    Current Available (mA): 500
    Current Required (mA): 100
    Built-in iSight:
    Product ID: 0x8501
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.84
    Speed: Up to 480 Mb/sec
    Manufacturer: Micron
    Location ID: 0xfd400000
    Current Available (mA): 500
    Current Required (mA): 100
    //As a final note I opened up my system profiler and tired to fine any FireWire info. I narrowed the listings by using the search filter for fire*. Here's what it returned.//
    12/22/08 12:43:43 PM SystemStarter[16] /Library/StartupItems/M-Audio FireWire Audio Helper
    12/22/08 12:46:24 PM kernel Loading security extension com.apple.nke.applicationfirewall
    12/22/08 12:46:28 PM kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 0019e3fffe9a6930; max speed s800.
    12/22/08 12:52:36 PM kernel FireWire (OHCI) TI ID 8025 built-in: 1039 bus resets in last 3 minute.
    12/22/08 9:34:42 PM kernel FireWire (OHCI) TI ID 8025 built-in: 150 bus resets in last 3 minute.
    12/23/08 9:02:52 AM SystemStarter[15] /Library/StartupItems/M-Audio FireWire Audio Helper
    12/23/08 9:37:37 AM kernel Loading security extension com.apple.nke.applicationfirewall
    12/23/08 9:37:37 AM kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 0019e3fffe9a6930; max speed s800.
    12/23/08 9:41:41 AM kernel FireWire (OHCI) TI ID 8025 built-in: 466 bus resets in last 3 minute.
    12/23/08 9:44:53 AM kernel FireWire (OHCI) TI ID 8025 built-in: 2538 bus resets in last 3 minute.

  • Can you guys help me with a size issue?

    I have problems with the size of the letter, when I put for example 3 pt it changes to 300.000 pt, and I don't know what to do. Plis HELP ME

    niza,
    You may try the list:
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Unable to Intialize HDV deck - can anyone pls help me with this FCE Issue?

    I have recently moved from a MacBook Pro (circa 2 yrs old) to a new MacBook Pro with the NEW firewire 800 port. I have bought a new firewire cable and my camera does not want to be capture from my Sony A1E.
    I have a MacBook Pro 2.8ghz running on OS X 10.6.2 and have all the updates installed for FCE.
    Every time i try to capture the message comes up "Unable to Intialize HDV deck. Please make sure a deck is connected and try again".
    The System is set up to receive the correct frame rate footage and type of footage (which is: HDV-Apple Intermediate Codec 1080i50. Formats: All formats). I am running on PAL, so 25fps.
    Is there any advice / direction that you could give me at all as I am struggling!
    Any help support would be appreciated!
    Thanks, Martin

    Hi,
    Would you confirm that you are using a 9-pin to 4-pin FW cable to connect to your camcorder and that your camcorder is the only FW device connected to your Mac.
    When you start up FCE with the camera connected to your Mac and already powered on in VTR mode, does FCE 'see' the camera, or do you get a warning message that FCE is "Unable to locate the following external devices ..." ?

  • Can someone help me with App Store Issues?

    When I go on my phone to re-download old apps on my phone, my purchased section is cleared and there is nothing there, but the weird thing is when I sign into my iTunes account on my computer, all my apps are in the "Purchased" section on there. I have purchased dozens of things and I only have one apple ID so there is no confusion there. Has anyone had a similar problem and/or know a solution to this? I have tried to reset and hard reset, but nothing seems to fix the issue. I have also tried to sign out and back in but nothing.

    Ok so I fixed the issue.
    First I went to the App Store, clicked my ID, then clicked "View Apple ID" on the App Store and clicked "Remove This Device."
    Then went on to Sign out of iTunes & App Store (Settings > iTunes & App Store).
    After this I went on my computer version of iTunes and I Unautharized my computer and reauthorized it (it is done from the Store tab on iTunes).
    I did a hard reset of my phone and connected it to my computer and let it sync.
    While connected I signed back in to iTunes from the same "iTunes & App Store" section in the settings.
    I then installed a previously "Purchased" app from the computer version of iTunes
    When it finished installing I went to my purchased section and all my apps were back:)
    Ok so I'm honestly not sure whether these steps were the reason for the fix (or if there was unnecessary steps), but it did fix the problem I was having with my purchased apps not appearing.

  • Can someone help me with an ongoing issue? My devices are accessed repeatedly by another party, someone manipulating my local ISP, I can't access iTunes, I keep finding websites visited on my devices. It seems as if someone accesses remotely.

       I don't know what all this means but I know it shouldn't have happened.
    Apr 18 10:14:58 localhost UserEventAgent[11]: SUNotificationPlugin[uid=0]: Start event monitoring
    Apr 18 10:15:10 localhost Software Update[104]: SoftwareUpdateCheck(Initial): Waiting for AppleSetupDone...
    Apr 18 10:15:45 localhost Setup Assistant[182]: Running as MacBuddy
    Apr 18 10:15:45 localhost Setup Assistant[182]: couldn't get language ordering from file
    Apr 18 10:15:45 localhost Setup Assistant[182]: There is an existing Kerberos realm, [NOT] running configureLocalKDC.
    Apr 18 10:15:45 localhost Setup Assistant[182]: certtool systemdefault 0
    Apr 18 10:15:45 localhost Setup Assistant[182]: --- MBCopyNetworkConfig ---
    Apr 18 10:15:45 localhost Setup Assistant[182]: IP: (null)
    Apr 18 10:15:45 localhost Setup Assistant[182]: Mask: (null)
    Apr 18 10:15:45 localhost Setup Assistant[182]: Router: (null)
    Apr 18 10:15:45 localhost Setup Assistant[182]: Domain: (null)
    Apr 18 10:15:45 localhost Setup Assistant[182]: Config Method: (null)
    Apr 18 10:15:45 localhost Setup Assistant[182]: SwitchController thinks we are pointed to Prod
    Apr 18 10:15:45 localhost Setup Assistant[182]: ----------
       -> searchForValidSystems has arrived.
    Apr 18 10:15:45 localhost Setup Assistant[182]: (Snoop) Listening on 14 / 370445342
    Apr 18 10:15:45 localhost Setup Assistant[182]: Current Language=en, 6 countries found. 227 known
    Apr 18 10:15:45 localhost Setup Assistant[182]: Current Iso LC = en, en
    Apr 18 10:15:45 localhost Setup Assistant[182]: . Found disk (diskIdentifier=disk0, mountpoint=(null), isInternal=1, filesystem=(null))
    Apr 18 10:15:45 --- last message repeated 1 time ---
    Apr 18 10:15:45 localhost Setup Assistant[182]: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr 18 10:15:45 --- last message repeated 1 time ---
    Apr 18 10:15:45 localhost Setup Assistant[182]: . Found disk (diskIdentifier=disk0s1, mountpoint=(null), isInternal=1, filesystem=(null))
    Apr 18 10:15:45 --- last message repeated 1 time ---
    Apr 18 10:15:45 localhost Setup Assistant[182]: . Found disk (diskIdentifier=disk0s3, mountpoint=(null), isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr 18 10:15:45 --- last message repeated 1 time ---
    Apr 18 10:15:45 localhost Setup Assistant[182]: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr 18 10:15:45 localhost Setup Assistant[182]: Current Iso LC = en, en
    Apr 18 10:15:45 localhost Setup Assistant[182]: Found 2 keyboards for the locale: en_US
    Apr 18 10:15:46 localhost Setup Assistant[182]: -[HiCloudWindowController _showFirstPane]
    Apr 18 10:15:46 localhost Setup Assistant[182]: Admin Auth : All clear.
    Apr 18 10:16:01 localhost Setup Assistant[182]: IntlSetValue(0, "AppleDateResID", 0) returned 0
    Apr 18 10:16:01 localhost Setup Assistant[182]: IntlSetValue(0, "AppleTimeResID", 0) returned 0
    Apr 18 10:16:01 localhost Setup Assistant[182]: IntlSetValue(0, "AppleNumberResID", 0) returned 0
    Apr 18 10:16:01 localhost Setup Assistant[182]: User has chosen US set locale to: en_US. result=(en,US)
    Apr 18 10:16:01 localhost Setup Assistant[182]: NSLocale: US
    Apr 18 10:16:01 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- CountryController
    Apr 18 10:16:01 localhost Setup Assistant[182]: Current Iso LC = en, en
    Apr 18 10:16:01 --- last message repeated 1 time ---
    Apr 18 10:16:01 localhost Setup Assistant[182]: Found 2 keyboards for the locale: en_US
    Apr 18 10:16:11 localhost Setup Assistant[182]: Keyboards: Current Input Source <TSMInputSource 0x7fe5b489d9a0> KB Layout: U.S. (id=0)
    Apr 18 10:16:11 localhost Setup Assistant[182]: Keyboards: Current source is layout, ASCII capable
    Apr 18 10:16:11 localhost Setup Assistant[182]: Keyboards: Default ASCII layout: <TSMInputSource 0x7fe5b489d9a0> KB Layout: U.S. (id=0)
    Apr 18 10:16:11 localhost Setup Assistant[182]: Keyboards: Current ASCII layout: <TSMInputSource 0x7fe5b489d9a0> KB Layout: U.S. (id=0)
    Apr 18 10:16:11 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- SelectKeyboard
    Apr 18 10:16:49 localhost Setup Assistant[182]: updated network configuration
    Apr 18 10:16:50 localhost Setup Assistant[182]: CWInterface: joined `<CWNetwork: 0x7fe5b4a15b00> [ssid=Apple Store, bssid=00:27:0d:5f:af:ff, security=Open, rssi=-34, channel=<CWChannel: 0x7fe5b4a687c0> [channelNumber=40(5GHz), channelWidth={20MHz}], ibss=0]'
    Apr 18 10:16:57 localhost Setup Assistant[182]: <NetworkingManager: 0x7fe5b4804aa0>: Internet is reachable after 8 seconds
    Apr 18 10:16:57 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- SelectWiFiNetwork
    Apr 18 10:17:03 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- MigrationWelcome
    Apr 18 10:17:11 localhost Setup Assistant[182]: ServicesManager: Enabled Location Services
    Apr 18 10:17:11 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- EnableCoreLocation
    Apr 18 10:17:54 localhost Setup Assistant[182]: <iCloudAOSDelegate: 0x7fe5b6c14230>: -[iCloudAOSDelegate validateiCloudUsername:andPassword:error:]
    Apr 18 10:17:54 localhost Setup Assistant[182]: iCloud Plugins: loaded delegate plugin com.apple.appstore from AppStore.icdplugin
    Apr 18 10:17:54 localhost Setup Assistant[182]: iCloud Plugins: loaded delegate plugin com.apple.facetime from FaceTime.icdplugin
    Apr 18 10:17:55 localhost Setup Assistant[182]: iCloud Plugins: loaded delegate plugin com.apple.gamecenter from GameCenter.icdplugin
    Apr 18 10:17:55 localhost Setup Assistant[182]: iCloud Plugins: loaded delegate plugin com.apple.madrid from iMessage.icdplugin
    Apr 18 10:17:55 localhost Setup Assistant[182]: <iCloudAOSDelegate: 0x7fe5b6c14230>: _validateNotOK:
    Apr 18 10:17:55 localhost Setup Assistant[182]: iCloud: Account needs TOS/Repair
    Apr 18 10:17:55 localhost Setup Assistant[182]: <iCloudLoginViewController: 0x7fe5b4e11510>: validated existing Apple ID
    Apr 18 10:17:55 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- iCloudLogin
    Apr 18 10:17:57 localhost Setup Assistant[182]: <iCloudAcceptTOSController: 0x7fe5b683ce60>: mbWebkitViewControllerDidFinishLoading:
    Apr 18 10:18:02 localhost Setup Assistant[182]: <iCloudAcceptTOSController: 0x7fe5b683ce60>: forward clicked
    Apr 18 10:18:07 localhost Setup Assistant[182]: <iCloudAcceptTOSController: 0x7fe5b683ce60>: mbWebkitViewSaveFile:content: iCloud_Terms_and_Conditions.txt (53060c)
    Apr 18 10:18:07 localhost Setup Assistant[182]: BOOL MBSaveiCloudTOS(NSString *, NSData *): iCloud_Terms_and_Conditions.txt
    Apr 18 10:18:07 localhost Setup Assistant[182]: <iCloudAcceptTOSController: 0x7fe5b683ce60>: mbWebkitViewSaveFile:content: Game_Center_Terms_and_Conditions.txt (20760c)
    Apr 18 10:18:07 localhost Setup Assistant[182]: BOOL MBSaveiCloudTOS(NSString *, NSData *): Game_Center_Terms_and_Conditions.txt
    Apr 18 10:18:07 localhost Setup Assistant[182]: <iCloudAcceptTOSController: 0x7fe5b683ce60>: mbWebkitViewControllerDidSucceed:
    Apr 18 10:18:07 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- iCloudAcceptTOS
    Apr 18 10:18:26 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- iCloudEnableiCloud
    Apr 18 10:18:42 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- iCloudChooseMessagingAliases
    Apr 18 10:18:42 localhost Setup Assistant[182]: BOOL MBSetFMMOfferedOnThisMachine(BOOL)
    Apr 18 10:18:56 localhost Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- iCloudEnableFindMyMac
    Apr 18 10:18:56 localhost Setup Assistant[182]: NetworkingManager: OpenDirectory: search paths: (
           "/Local/Default"
    Apr 18 10:25:10 localhost Software Update[104]: SoftwareUpdateCheck(Initial): timed out waiting for login
    Apr 18 10:25:17 localhost Setup Assistant[182]: Deleting network migration keychain
    Apr 18 10:25:23 localhost Setup Assistant[182]: Failed to obtain system.preferences right (0) Error Domain=NSOSStatusErrorDomain Code=0 "The operation couldn’t be completed. (OSStatus error 0.)" (noErr: Call succeeded with no error)
    Apr 18 10:25:23 localhost Setup Assistant[182]: User Accounts: Apple ID linked
    Apr 18 10:25:23 localhost Setup Assistant[182]: Entering user context: WAC 501
    Apr 18 10:25:23 localhost Setup Assistant[182]: User Accounts: Created login keychain for WAC
    Apr 18 10:25:23 localhost Setup Assistant[182]: User Accounts: _CSAddAppleIDAccount Failed with error: Error Domain=CSIdentityErrorDomain Code=-100 "The operation couldn’t be completed. (CSIdentityErrorDomain error -100.)"
    Apr 18 10:25:23 localhost Setup Assistant[182]: <iCloudManager: 0x7fe5b48281d0>: iCloud setup running as 501 - /Users/WAC - WAC
    Apr 18 10:25:23 localhost Setup Assistant[182]: <iCloudAOSDelegate: 0x7fe5b6814780>: -[iCloudAOSDelegate signInWithUsername:andPassword:additionalDelegates:omittingDelegates:error:] *
    Apr 18 10:25:23 localhost Setup Assistant[182]: <iCloudAOSDelegate: 0x7fe5b6814780>: 'uber' request: {
           delegates =     {
               "com.apple.appstore" =         {
                   "drm-client" = MacAppStore;
                   "drm-type" = mac;
                   "drm-version" = "1.2.1";
                   guid = 10DDB1A91A71;
                   "user-agent" = "MacAppStore/1.2.1 (Macintosh; U; Intel Mac OS X 10.8.2; en) AppleWebKit/536.26.14";
               "com.apple.facetime" =         {
                   "protocol-version" = 3;
               "com.apple.gamecenter" =         {
                   "device-id" = "D587A39C-CA4A-5AD6-8330-C0A11EA62C49";
               "com.apple.madrid" =         {
                   "protocol-version" = 3;
               "com.apple.mobileme" =         {
               "tos-versions" = "0,117881,0,118366,116201,117841,0,0";
    Apr 18 10:25:24 localhost Setup Assistant[182]: <iCloudAOSDelegate: 0x7fe5b6814780>: _validateOK:
    Apr 18 10:25:24 localhost Setup Assistant[182]: <iCloudManager: 0x7fe5b48281d0>: signIn succeeded
    Apr 18 10:25:24 localhost Setup Assistant[182]: Delegate 'com.apple.madrid' will be configured with iCloud account
    Apr 18 10:25:24 localhost Setup Assistant[182]: Delegate 'com.apple.gamecenter' will be configured with iCloud account
    Apr 18 10:25:24 localhost Setup Assistant[182]: Delegate 'com.apple.appstore' will be configured with iCloud account
    Apr 18 10:25:24 localhost Setup Assistant[182]: Delegate 'com.apple.mobileme' will be configured with iCloud account
    Apr 18 10:25:24 localhost Setup Assistant[182]: Delegate 'com.apple.facetime' will be configured with iCloud account
    Apr 18 10:25:25 localhost Setup Assistant[182]: Stored 16366b replay data in user keychain
    Apr 18 10:25:25 localhost Setup Assistant[182]: Returned to root context
    Apr 18 10:25:27 localhost Setup Assistant[182]: User Accounts: Apple ID reset enabled for
    Apr 18 10:25:27 localhost Setup Assistant[182]: Setting one-time autologin user WAC
    Apr 18 10:25:28 localhost Setup Assistant[182]: Entering user context: WAC 501
    Apr 18 10:25:28 localhost Setup Assistant[182]: Returned to root context
    Apr 18 10:25:28 Williams-MacBook-Pro.local Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- CreateUserAccount
    Apr 18 10:25:28 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdateCheck(Initial): Continuing
    Apr 18 10:25:28 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdateCheck: checking for updates
    Apr 18 10:25:28 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdate: Scan for client pid 104 (/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck)
    Apr 18 10:25:30 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdate: Using catalog https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog.gz
    Apr 18 10:25:33 Williams-MacBook-Pro.local Software Update[104]: JS: 10.8.2
    Apr 18 13:25:40 Williams-MacBook-Pro.local Software Update[104]: Removing package source SUContentLocatorPackageSource from manager
    Apr 18 13:25:40 Williams-MacBook-Pro.local suhelperd[247]: Acquired Lock: 200, 104, 100
    Apr 18 13:25:40 Williams-MacBook-Pro.local suhelperd[247]: Releasing Lock: 200, 104, 100
    Apr 18 13:25:40 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdate: elapsed scan time = 12.4
    Apr 18 13:25:40 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdateCheck: scan found 0 recommended products
    Apr 18 13:25:40 Williams-MacBook-Pro.local Software Update[104]: SoftwareUpdate: 0 enabled config-data product(s):  (want active updates only)
    Apr 18 13:25:47 Williams-MacBook-Pro.local Setup Assistant[182]: NetworkTimeClient start : Auth Failed The operation couldn’t be completed. (OSStatus error 0.)
    Apr 18 13:25:47 Williams-MacBook-Pro.local Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- SelectTimeZone
    Apr 18 13:22:07 Williams-MacBook-Pro.local Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- Register
    Apr 18 13:22:07 Williams-MacBook-Pro.local Setup Assistant[182]: Run compatchecker (
           "-c",
           "-T"
    Apr 18 13:22:07 Williams-MacBook-Pro.local Setup Assistant[182]: compatchecker terminated with 2
    Apr 18 13:22:10 Williams-MacBook-Pro.local Setup Assistant[182]: -[HiCloudWindowController _showNextPane] -- ThankYou
    Apr 18 13:22:10 Williams-MacBook-Pro.local Setup Assistant[182]: Writing MBPerUserState...
    Apr 18 13:22:10 Williams-MacBook-Pro.local Setup Assistant[182]: Entering user context: WAC 501
    Apr 18 13:22:10 Williams-MacBook-Pro.local Setup Assistant[182]: Returned to root context
    Apr 18 13:22:10 Williams-MacBook-Pro.local Setup Assistant[182]: Ran locsetup tool
    Apr 18 13:22:11 Williams-MacBook-Pro.local Setup Assistant[182]: SACBeginLoginTransition
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: --- MBCopyNetworkConfig ---
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: IP: 10.164.19.29
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: Mask: 255.255.252.0
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: Router: 10.164.16.1
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: DNS: 208.67.222.222
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: Domain: apple.com
    Apr 18 13:22:11 Williams-MacBook-Pro.local MiniLauncher[285]: Config Method: DHCP
    Apr 18 13:22:12 Williams-MacBook-Pro.local MiniLauncher[285]: Ran transition tool
    Apr 18 13:22:12 Williams-MacBook-Pro.local MiniLauncher[285]: Launch IncompatibleAppDisplay.app (1)
    Apr 18 13:22:12 Williams-MacBook-Pro.local UserEventAgent[277]: SUNotificationPlugin[uid=501]: Start event monitoring
    Apr 18 13:22:12 Williams-MacBook-Pro.local UserEventAgent[277]: SUNotificationPlugin[uid=501]: trigger on login only to notify appstoreupdateagent
    Apr 18 13:22:13 Williams-MacBook-Pro.local mbicloudsetup[325]: Self destructing...
    Apr 18 13:22:13 Williams-MacBook-Pro.local Software Update[305]: SUCheckService: sending result 2 to peer
    Apr 18 13:22:13 Williams-MacBook-Pro.local UserEventAgent[277]: SUNotificationPlugin[uid=501]: check done with result SUCheckServiceResultUpToDate
    Apr 18 13:22:13 Williams-MacBook-Pro.local UserEventAgent[277]: SUNotificationPlugin[uid=501]: Notifying appstoreupdateagent for user 501
    Apr 18 13:22:13 Williams-MacBook-Pro.local UserEventAgent[277]: SUNotificationPlugin[uid=501]: appstoreupdateagent notification sent
    Apr 18 13:22:13 Williams-MacBook-Pro.local Software Update[305]: SUChe
    <Email Edited by Host>

    .local indicates local activity by the computer host Williams-macbook-pro.local=hostname@domain . The UID of 501 is the standard UID of a local computer administrator.
    Copy and paste this little script in your terminal:
    if [ "SSH_CONNECTION ]; then
         echo I am remote
    else
         echo I am local
    fi
    A return of "i am local" ensures there is no remote connection to your machine (through SSH).
    In the future, to avoid remote entry, I would recommend not posting your IP address though.

  • Help me with an interference issue?

    Here is my network:
    Motorola modem -> Airport Extreme (with external HD) -> 2 MacBooks, 2 iPhones, AppleTV, Sony Bluray.
    I live in a suburban neighborhood with few homes near-by, with only three other wifi networks showing up besides my own. My modem and Extreme are in the den in the back of my house. Everything is fine when in the den or back of the house, however when I get upstairs or on my front porch my internet dies. I still have ALL the bars on my Macbook's wifi display so signal strength and interference is not the issue.
    I have run Apple's (deeply hidden) Wi-Fi Diagnostics app (found via: http://goo.gl/THkZU) and found the signal-to-noise ratio changes dramatically moving from den to front room to front porch. Here is a screen cap of the readout:
    Far-right is in the back den, then kitchen, then front living room, then finally front porch is on the far-left.
    How can I find out more information and remedy this problem?

    Yes, that hidden tool is a good one to use. What you basically have is the means to calculate the Signal-to-Noise Ratio (SNR) which is a good indicator of signal quality.
    SNR (in dB) = Signal (in dBm) - Noise (in dBm)
    In addition to the Wi-Fi Diagnostics app, you can also find the Signal and Noises values using System Profiler on your Mac laptop.
    ref: Click on the Apple icon on the menu bar > About This Mac > More Info... > Contents > Network > AirPort > Interfaces > en1 > Current Network Information > Find your wireless network > Signal / Noise. In addition, you can find the Transmit Rate here as well.
    These values should be negative numbers. For example, mine currently read: -67 dBm / -95 dBm, with a transmit rate of 27 (Mbps). Plugging in these numbers yield: SNR = -67 - (-95) = 28. My Mac Mini is about four rooms away from my AEBS with about five walls between them. As you can see, the signal is still quite useable ... but the bandwidth is minimal, especially for streaming.
    The following is a guidline for SNR values:
    SNR Guideline
    40dB+ SNR = Excellent signal
    25dB to 40dB SNR = Very good signal
    15dB to 25dB SNR = Low signal
    10dB to 15dB SNR = Very low signal
    5dB to 10dB SNR = No signal
    What you will want to do (and have pretty much have already done) is to gather the Signal and Noise values at each point in the house where you would want to access the wireless network ... and then, calculate the SNR resultant. Anywhere where the SNR is 25+dB, you can expect decent wireless performance.
    To improve SNR at any particular location may require reconfiguring your wireless network into either an extended or roaming network and would require additional base stations to do so.

  • Help required with optical drive issues on a 2008 Mac Book Pro

    I've got a problem with my Optical Drive not accepting CD, DVD etc. All the disks I put in just whirr around for a few seconds and then spit out the discs. First I've read on loads of discussion forums that the symptoms said the optical drive was capput, so I bought a new one and installed it using those very good guides by ifixit. Booted up the Mac Book Pro, all working as previously, put in a CD into the NEW optical drive....same result. So methinks this is some sort of software/config issue. Read a few more blogs/discussion and manged to get the optical drive to read my CD's when I put them in during boot up - works as it should, copies them to iTunes etc.....Ejected the CD put in another one.....back to the original problem.....disc whirrs around and get spat out after a few seconds.
    Anyone experienced this problem as well and found a resolution....

    Hi Mate,
    I didn't do an OS install, I took it to an apple store and made a Genius Bar appointemnt. Explained the proble and after 15min conversation, they diagnosed it as teh following;
    The felt/rubber where you put the CD/DVD had gone hard and the friction is causing the CD/DVD to get stuck and be loaded. They tried to tell me that I need to replace the top case  (£140+VAT) as its in-built into it or I can use a £3 spudger to push the CD's in......needles to say the Spudger works fine.....Shame I wasted £100 on the new optical drive ;o( Maybe sell teh spare on eBay....Happy days!

  • Trying to help someone with an Oven issue

    the oven is a GE and is not more than 5 or 6 and still works fine 
    except: it has a rust line at the bottom in the back against the wall.  I don't know how the rust started (I can't imagine they let water sit in it)  Here is my question, it looks like the inner part of the oven is a shell that could come out if you removed the heating elements and everything.  Is this the case and is it a part you would recomend replacing myself?  If not, is this a common fire hazard (that is our main concern)  
    money is tight on everyone and that is why I am trying to help save the cost of a new Range.
    Any help or advice on where to turn would be greatly appreciated.

    zacklee,
    Gosh, I can't even imagine how this rust happened. Have you contacted GE about this issue? I'm assuming you are no longer under any warranty  it I'm understanding your post correctly. I don't know what parts would be available, but again the manufacturer might have the answer for you. 
    Thanks for posting.
    Marti|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Desperate help needed with quote create issues ...

    Dear SD experts
    I am trying to create a quote using 'BAPI_QUOTATION_CREATEFROMDATA2' in the test mode.
    I am entering the bear minimum required (without opening any parameters other than the default
    which are QUOTATION_HEADER_IN and QUOTATION_PARTNERS.
    The problem that I am seeing is with QUOTATION_PARTNERS-ITM_NUMBER.
    When I give QUOTATION_PARTNERS-ITM_NUMBER = '0000000' and run, I get a bogus
    message that the quote (with a number assigned) is created. But when I try to open using VA23
    it is not and even the table 'VBAK' doesn't have an entry for this.
    However when I change QUOTATION_PARTNERS-ITM_NUMBER = '0000020'  where 000020 is a valid value, I get a message that says  "112 Please enter sold-to party or ship-to party".
    What I don't understand is how this ITM_NUMBER "item number of SD document"  is connected
    to ship-to variable. How can I make sure that these two have proper relationship in the database.
    Any suggestions or comments will be highly appreciated.
    Thanks
    Ram

    not answered but am closing this to make place for other questions.

Maybe you are looking for