Can't Send Webform. Please Help!!

Hi,
I have been trying to figure out how to send a email from a web form and have not been having any luck. I built my web form (which is a contact form) with dreamweaver.  I just bought an extension for dreamweaver called Easy PHP Mailer w/ pear for dreamweaver MX or later. I can't seem to figure out how I am supposed to use this program. I tried putting together my own php code using tutorials and most of them I couldnt get to send and some I could get to send but was lacking the info from the form. Then I looked up past threads on this forum to see if I could find the answer and that is where I saw the easy php mailer thing suggested. I purchased it and added it to dreamweaver and can't seem to figure out how to use it. Any help would be greatly appreciated!! Thanks,
Meegan

Well I am still having trouble with this but I think I have made progress in trying to figure this out. If someone could help me that would be great!!
I have dl an extension for dreamweaver called easy php mailer with pear. I fallowed the instructions and I am still having trouble. The instructions said to create a form in a php doc. and put a submit button on it. I did all of this. Then the instructions say to use the easy php mailer with pear above the form somewhere and a form will pop up where I can input my info. This happens fine and I put the info in, I think correctly. Then I added the form to my site and the page will not show up on the site. The site URL is www.CenterStageSalon.netand the URL for the contact page that will not come up is http://www.centerstagesalon.net/PHP/contact%20page.php.
I contacted my hosting provider's support and they said that the php page isn't showing up because it is not coded correctly. I am not understanding what is wrong with the coding.
Here is the code for the php page with the form and the easy php mailer with pear code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Center Stage Salon Template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Center Stage Salon</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
background-color: #000;
text-align: right;
font-size: 12px;
a:link {
color: #936CF9;
text-decoration: none;
a:visited {
color: #936CF9;
text-decoration: none;
a:hover {
color: #5717FF;
text-decoration: none;
a:active {
text-decoration: none;
font-size: 12px;
font-family: "Comic Sans MS", cursive;
font-weight: bold;
.CenterStageHeading {
color: #CCC;
text-align: center;
font-family: "Comic Sans MS";
font-style: italic;
font-size: 14px;
.TopMenuBar {
color: #CCC;
text-align: center;
.bodytextcolor {
color: #CCC;
.footerintext { font-size: 12px;
text-align: left;
.menu {text-align: center;
.menu { text-align: right;
color: #CCC;
font-size: 12px;
.footerintext {
color: #CCC;
a {
font-family: Comic Sans MS, cursive;
font-size: 16px;
.indexpagetext {font-size: 14px;
font-weight: bold;
.indexpagetext { font-weight: bold;
font-size: 12px;
.indexpagetext strong a {
color: #CCC;
.indexpagetext strong a {
font-size: 14px;
.indexpagetext strong a {
font-weight: normal;
color: #936CF9;
font-size: 12px;
.indexpagetext strong {
font-weight: normal;
.indexpagetext strong {
color: #CCC;
font-size: 14px;
.callingallmen2 {font-weight: bold;
.callingallmen2 {color: #CCC;
.callingallmen2 {text-align: center;
font-size: 16px;
color: #CCC;
font-style: italic;
.callingallmen2 { text-align: center;
font-family: "Comic Sans MS";
font-style: normal;
font-size: 12px;
.callingallmen2 { font-weight: normal;
.indexpagetext strong {
font-size: 12px;
.callingallmen2 a {
font-size: 13px;
body p {
font-size: 12px;
body p {
text-align: left;
font-size: 13px;
.CenterStageHeading {
font-size: 12px;
font-style: normal;
text-align: center;
.callingallmen2 {
font-size: 14px;
.indexpagetext strong {
font-size: 14px;
.CenterStageHeading strong a {
font-style: normal;
.CenterStageHeading strong a {
font-weight: bold;
.CenterStageHeading strong a {
font-weight: normal;
.CenterStageHeading strong a {
font-size: 12px;
.CenterStageHeading strong a {
font-size: 13px;
.callingallmen2 .callingallmen2 {
font-size: 14px;
.indexpagetext strong {
font-size: 13px;
.callingallmen2 .callingallmen2 {
font-size: 13px;
.indexpagetext1 {font-size: 14px;
font-weight: bold;
.indexpagetext1 { font-size: 13px;
font-weight: normal;
.senttext {
color: #CCC;
font-size: 14px;
font-family: "Comic Sans MS";
.homebutton {
text-align: center;
-->
</style>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
#form1 table {
font-family: "Comic Sans MS", cursive;
color: #CCC;
font-size: 14px;
text-align: left;
-->
</style>
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
  if (document.getElementById){
    var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
    for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
      if (val) { nm=val.name; if ((val=val.value)!="") {
        if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
          if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
        } else if (test!='R') { num = parseFloat(val);
          if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
          if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
            min=test.substring(8,p); max=test.substring(p+1);
            if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
      } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
    } if (errors) alert('The following error(s) occurred:\n'+errors);
    document.MM_returnValue = (errors == '');
//-->
</script>
<!-- InstanceEndEditable -->
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
//-->
</script>
</head>
<body onload="MM_preloadImages('../Images (web optimized)/Buttons/Home-Down-Button_03.jpg','../Images (web optimized)/Buttons/Home-Over-Button_03.jpg','../Images (web optimized)/Buttons/Services-Down-Button_03.jpg','../Images (web optimized)/Buttons/Services-Over-Button_03.jpg','../Images (web optimized)/Buttons/Packages-Down-Button_03.jpg','../Images (web optimized)/Buttons/Packages-Over-Button_03.jpg','../Images (web optimized)/Buttons/Products-Down-Button_03.jpg','../Images (web optimized)/Buttons/Products-Over-Button_03.jpg','../Images (web optimized)/Buttons/Team-Down-Button_03.jpg','../Images (web optimized)/Buttons/Team-Over-Button_03.jpg','../Images (web optimized)/Buttons/Virtual-Tour-Down-Button_03.jpg','../Images (web optimized)/Buttons/Virtual-Tour-Over-Button_03.jpg','../Images (web optimized)/Buttons/Directions-Down-Button_03.jpg','../Images (web optimized)/Buttons/Directions-Over-Button_03.jpg','../Images (web optimized)/Buttons/Contact-Us-Down-Button_03.jpg','../Images (web optimized)/Buttons/Contact-Us-Over-Button_03.jpg','../Images (web optimized)/Buttons/About-Us-Down-Button_03.jpg','../Images (web optimized)/Buttons/About-Us-Over-Button_03.jpg')">
<table width="800" border="1" align="center" cellpadding="0">
  <tr>
    <td align="center"><table width="800" border="0" align="center" cellpadding="2">
      <tr>
        <td width="12" height="106" align="right" valign="middle"><p> </p></td>
        <td width="100" valign="middle"><img src="../Images (web optimized)/Tour/Tour Thumbnails/Floor7.jpg" width="100" height="100" /></td>
        <td width="100" align="center"><p class="CenterStageHeading"><img src="../Images (web optimized)/Tour/Tour Thumbnails/Wait-Area-3.jpg" width="100" height="100" /></p></td>
        <td width="332" align="center" valign="middle"><img src="../Images (web optimized)/Headings/Center-Stage-Main-Heading.jpg" width="332" height="100" border="0" usemap="#Map2" /></td>
        <td width="100" align="center" valign="middle"><img src="../Images (web optimized)/Tour/Tour Thumbnails/Spa-Room.jpg" width="100" height="100" /></td>
        <td width="100" align="center" valign="middle"><img src="../Images (web optimized)/Tour/Tour Thumbnails/Color-Room-1.jpg" width="100" height="100" /></td>
        <td width="12" align="left" valign="middle"> </td>
        </tr>
    </table>
      <table width="800" border="0" align="center" cellpadding="0">
        <tr>
          <td align="center" class="TopMenuBar"><table border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td><a href="../html/index.html" target="_top" onclick="MM_nbGroup('down','group1','home','../Images (web optimized)/Buttons/Home-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','home','../Images (web optimized)/Buttons/Home-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Home-Up-Button_03.jpg" alt="" name="home" border="0" id="home2" onload="" /></a></td>
              <td><a href="../html/Services.html" target="_top" onclick="MM_nbGroup('down','group1','services','../Images (web optimized)/Buttons/Services-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','services','../Images (web optimized)/Buttons/Services-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Services-Up-Button_03.jpg" alt="" name="services" border="0" id="services2" onload="" /></a></td>
              <td><a href="../html/Packages.html" target="_top" onclick="MM_nbGroup('down','group1','packages','../Images (web optimized)/Buttons/Packages-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','packages','../Images (web optimized)/Buttons/Packages-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Packages-Up-Button_03.jpg" alt="" name="packages" border="0" id="packages2" onload="" /></a></td>
              <td><a href="../html/Products.html" target="_top" onclick="MM_nbGroup('down','group1','products','../Images (web optimized)/Buttons/Products-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','products','../Images (web optimized)/Buttons/Products-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Products-Up-Button_03.jpg" alt="" name="products" border="0" id="products2" onload="" /></a></td>
              <td><a href="../html/Team.html" target="_top" onclick="MM_nbGroup('down','group1','team','../Images (web optimized)/Buttons/Team-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','team','../Images (web optimized)/Buttons/Team-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Team-Up-Button_03.jpg" alt="" name="team" border="0" id="team2" onload="" /></a></td>
              <td><a href="../html/Tour.html" target="_top" onclick="MM_nbGroup('down','group1','tour','../Images (web optimized)/Buttons/Virtual-Tour-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','tour','../Images (web optimized)/Buttons/Virtual-Tour-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Virtual-Tour-Up-Button_03.jpg" alt="" name="tour" border="0" id="tour2" onload="" /></a></td>
              <td><a href="../html/Map.html" target="_top" onclick="MM_nbGroup('down','group1','directions','../Images (web optimized)/Buttons/Directions-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','directions','../Images (web optimized)/Buttons/Directions-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images (web optimized)/Buttons/Directions-Up-Button_03.jpg" alt="" name="directions" border="0" id="directions2" onload="" /></a></td>
              <td><a href="../html/About.html" target="_top" onclick="MM_nbGroup('down','group1','About','../Images (web optimized)/Buttons/About-Us-Down-Button_03.jpg',1)" onmouseover="MM_nbGroup('over','About','../Images (web optimized)/Buttons/About-Us-Over-Button_03.jpg','',1)" onmouseout="MM_nbGroup('out')"><img name="About" src="../Images (web optimized)/Buttons/About-Us-Up-Button_03.jpg" border="0" alt="" onload="" /></a></td>
              <td><a href="contact page.php"><img src="../Images (web optimized)/Buttons/Contact-Us-Up-Button_03.jpg" alt="" name="contactus" border="0" id="contactus2" onload="" /></a></td>
              </tr>
          </table></td>
        </tr>
    </table>
      <!-- InstanceBeginEditable name="EditRegion1" -->
      <table width="770" border="0" align="center">
        <tr>
          <td><img src="../Images (web optimized)/Headings/Contact.jpg" width="400" height="55" /></td>
        </tr>
      </table>
      <?php
if (($_SERVER["REQUEST_METHOD"] == "POST")) {
require("Mail.php");
require("Mail/mime.php");  //HTML Email
$message = new Mail_mime();
//TEXT EMAIL
$text = "\n\n";
$text .= "\n\n";
foreach ($_POST as $Field=>$Value)
$text .= "$Field: $Value\n\n";
$text .= "\n\n";
$text .= "\n" . @gethostbyaddr($_SERVER["REMOTE_ADDR"]) . "\n" . $_SERVER["HTTP_USER_AGENT"]; //Remove Line To Exclude User Info
$text = htmlspecialchars($text, ENT_NOQUOTES); //Removes HTML
$text = wordwrap($text, 80);
//HTML EMAIL
$html = "<html><body>";
$html .= "<br><br>";
foreach ($_POST as $Field=>$Value)
$html .= "<br><strong>" . $Field . ":</strong> " . $Value . "<br>";
$html .= "<br><br>";
$html .= "<br><strong>User Info:</strong><br>" . @gethostbyaddr($_SERVER["REMOTE_ADDR"]) . "<br>" . $_SERVER["HTTP_USER_AGENT"] . ""; //Remove Line To Exclude User Info
$html .= "</body></html>";
$html = wordwrap($html, 80);
$crlf = "\n";
//Email Headers
$recipients = array();
$recipients[] = "Center Stage Salon <[email protected]>";
$recipients[] = " <>";
$hdrs["From"] = "name <email>";
$hdrs["To"] = "Center Stage Salon <[email protected]>";
$hdrs["Subject"] = "New Client Contact";
$mime = new Mail_mime($crlf);
$mime->setTXTBody($text);
$mime->setHTMLBody($html);
$body = $mime->get();
$hdrs = $mime->headers($hdrs);
// SMTP AUTH INFO
$smtpinfo["host"] = "mail.centerstagesalon.net";
$smtpinfo["port"] = "25";
$smtpinfo["auth"] = true;
$smtpinfo["username"] = "[email protected]";
$smtpinfo["password"] = "carol1";
// Sending...
$mail_object =& Mail::factory("smtp", $smtpinfo);
if ($mail_object->send($recipients, $hdrs, $body)) { die(header("www.CenterStageSalon.net/e-mail sent confirmation.html"));}
?>
      <form action="" method="post" name="form1" id="form1" onsubmit="MM_validateForm('name','','R','email','','RisEmail','message','','R');return document.MM_returnValue">
        <table width="750" border="0" align="center">
          <tr>
            <td align="left"><label>Name</label></td>
            <td><input type="text" name="name" id="name" /></td>
          </tr>
          <tr>
            <td align="left"><label>E-mail</label></td>
            <td><input type="text" name="email" id="email" /></td>
          </tr>
          <tr>
            <td align="left"><label>Message</label></td>
            <td><textarea name="message" id="message" cols="45" rows="5"></textarea></td>
          </tr>
        </table>
        <table width="750" border="0" align="center">
          <tr>
            <td align="center"><label>
              <input type="reset" name="Reset" id="button" value="Clear" />
            </label></td>
            <td> </td>
            <td align="center"><label>
              <input type="submit" name="button2" id="button2" value="Send" />
            </label></td>
          </tr>
        </table>
      </form>
      <!-- InstanceEndEditable -->
      <table width="800" border="0" align="center" cellpadding="0">
      <tr>
        <td align="center" class="TopMenuBar"><a href="../html/index.html">Home</a> | <a href="../html/Services.html">Services</a> | <a href="../html/Packages.html">Packages</a> | <a href="../html/Products.html">Products</a> | <a href="../html/Team.html">Team</a> | <a href="../html/Tour.html">Tour</a> | <a href="../html/Map.html"> Map</a> | <a href="../html/About.html">About</a> | <a href="contact page.php">Contact</a> | <a href="../html/Employment.html">Employment Opportunity</a></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="800" border="0" align="center" cellpadding="0">
  <tr>
    <td align="left" class="footerintext">1004 Nissley Rd. Lancaster, Pa 17601 &#8226; (717) 898-6651  &#8226; [email protected]</td>
    <td align="right"><span class="menu">&copy; 2010 Center Stage Salon, All rights reserved. | MTL Web Designs</span></td>
  </tr>
</table>
<map name="Map" id="Map">
  <area shape="rect" coords="-103,45,228,141" href="../html/Index 2.html" target="_self" />
</map>
<map name="Map2" id="Map2">
  <area shape="rect" coords="-2,1,330,99" href="../html/index.html" />
</map>
</body>
<!-- InstanceEnd --></html>
Thanks for taking a look at this and please disregard the codes I put on this thread before this. I am trying to use the easy php mailer extension for dreamweaver so I think the codes I put on this thread before this one are irrelevant. Thanks again,
Meegan

Similar Messages

  • IChat can't send file, please help

    After updating to OSX 10.4.4 my iChat cannot send any file, but it allows me to receive it. When I try to send the message to another person, it shows that it is waiting for me to start and in a couple seconds later I would get an error message stating that the other person did not accepth the file.
    I have seen these problem around the forum, but yet any of them have been answer.
    Is it the new 10.4.4 that is causing it? Anyone with solution please help.
    P.S. I also tried open port 5190, but it is not working.

    Hi APT015,
    Ok.
    Most Connection devices come, as default, with DHCP turned on.
    This means the device (Linksys and Airports) are their own server giving out Addresses dynamically to your Local Network.
    As by default most devices have port 1-1024 open and not part of any methods to open them you tend to be able to add a whole bunch of DHCP server together and applications that use ports below the 1024 threshold can work (web browsing, Mail, FTP to upload Web pages to a server or download files)
    Having IP given out by different devices creates Subnets on your LAN.
    Because of the way routers in particular handle IP addresses given out by previuos devices your computer can recieve more than one IP address on the LAN (Although only one can be seen on the Mac)
    Pause.
    So you have several things to deal with here.
    1) The Mac Firewall if it is On.
    2) The DHCP serving on your Network.
    3) The way the method you use of Opening the ports in one device effects the result of opening the ports on the other device.
    To Solve 1) look at the table on this page
    Also look at the instructions and Pics of the Firewall on this one
    To solve 2) do this:
    Open Airport Admin Utility found in Application/Utlities
    Log on to the Airport
    Go to the NEtwork tab
    Deselect "Distributing Addresses"
    Apply cahnges
    As this also turns of NAT in the Airport it adds to solving 3)
    For Finishing 3) completely do this:
    Type 192.168.1.1 in to your web browser like a page address
    Type Admin for both User ID and Password.
    Go to the Adminsrtaion tab
    Enable UPnP
    Save Settings.
    For other people following this go to http://portforward.com/routers.htm and follow the links to iChat and the Pics and Instructions for your modem.
    You should use this site to see if the Pics show where the UPnP is if your Modem has it, not to mention finding out the default IP address of the modem and the default User ID and Passwords.
    What this achieves is the modem is still doing DHCP to your Network. It is opening the ports by UPnP. The Airport is now basically a wireless access point. The Airport and computer now have IP addresses from the Modem only.
    Ralph

  • How do I remove an email account from iPhoto on an iMac? I set it up with the incorrect password and can no longer send photos, please help!

    "Removing email account from iPhoto"
    How do I remove an email account from iPhoto on an iMac? I set it up with the incorrect password and can no longer send photos, please help!

    To follow Larry's advice, select your email account in the list of accounts and click the "-" button to remove the account:

  • A previous and unrelated text always appears when I need to send a new text. This prevents forwarding texts also, which I need to do all the time for my business. How can I fix? Please help!

    A previous and unrelated text always appears when I need to send a new text. This prevens forwarding texts also, which I need to do all the time for my businss. How can I fix? Please help?

    Hi,
    This sounds like it is about Window positions.
    iChat has Default places for Incoming Invites.
    Video is always top Center of your Screen
    Audio and Text chats are Upper right with the Audio slightly lower than Text Chats.
    Secondary invites are sort of Stacked like when you open multiple files from the same App.
    Your outgoing Windows are "Remembered" as to where the last one was when you used it.
    This can be an issue if you use your Mac with a second display and turn Off Mirroring.
    You windows can get "left" on the other screen.
    Go to System Preferences > Displays and turn On Mirroring and the windows should come back to one Screen/display.
    If this does not help go to your Home Folder/Library/Preferences and delete (Drag to Trash) com.apple.ichat.plist and restart iChat.
    Unfortunately you will need to reset any iChat Preferences you have changed from defaults.
    10:42 PM      Tuesday; April 26, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My iMessage isn't letting me receive pictures but I can send them please help!

    MMy iMessage is not letting me recieve pictures but I am able to send them please help!

    iOS: Troubleshooting Messages

  • TS2755 I recently upgraded my IPhone and for 1 person I began receiving this "7233375 Error Invalid Number. Please re-send using a valid 10 digit mobile number or valid short code". I receive text from this person but cannot send. Please help. Thank you.

    I recently upgraded my IPhone and for 1 person I began receiving this "7233375 Error Invalid Number. Please re-send using a valid 10 digit mobile number or valid short code". I receive text from this person but cannot send. Please help. Thank you.

    Hi there
    I’d be happy to help with this messaging error! This will be due to the device storing the number incorrectly. Please do the following to resolve the issue:
    Delete texts from both old number and new
    Delete any call logs including these numbers
    Delete old number from contacts
    Delete new number from contacts
    Restart device
    Send text to the new number directly (do not save as contact)
    Once the text sends successfully, you can then save as a new contact
    I hope this helps!
    Charise

  • I have paid for Creative Cloud - illustrator CC 1 year monthly plan, but it still show "Trial Expired". I have tried to sign in and sign out creative cloud many times, but still can't work. Please help!

    I have paid for Creative Cloud - illustrator CC 1 year monthly plan, but it still show "Trial Expired". I have tried to sign in and sign out creative cloud many times, but still can't work. Please help!

    Does your Cloud subscription show on your account page?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    Also,
    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • My itunes will not work at all. i have deleted and reinstalled in over ten times, i have ended the process, i have reinstalled quicktime i few times, i have deleted many folders. What else can i do? Please help:(

    My itunes will not work at all. i have deleted and reinstalled in over ten times, i have ended the process, i have reinstalled quicktime i few times, i have deleted many folders such as TEMP, itunes helper et What else can i do? Please help:(

    Now it sometimes keeps coming up and working but once i plug an ipod in it freezes my whole computer up and no i dont get any response from itunes at all

  • My iPhone 5 won't stop scrolling through songs and I can't stop it please help !! :(

    My iPhone 5 won't stop scrolling through songs and I can't stop it please help !! :(

    settings - general - usuage - music - delete.   Then do a reset, hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    Then sync the music back via iTunes.

  • I forgot my icloud account and my email how can i recover it please help me icloud maker and icloud password and username holder

    i forgot my icloud account and my email how can i recover it please help me icloud maker and icloud password and username holder

    If you don't know your ID, you can try to find it as explained here: http://support.apple.com/kb/HT5625.  Then you can reset the password as explained here: http://support.apple.com/kb/PH2617.  Of course, you can only do this if it's your ID.

  • HT5624 My wife and I share the same apple id, we just updated our iphones. When we were asked if we wanted to share the same apple id for icloud we said yes, now our phones can't face time, please help?

    My wife and I share the same apple id, we just updated our iphones. When we were asked if we wanted to share the same apple id for icloud we said yes, now our phones can't face time, please help?

    Read http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    If you wish to share an Apple ID with family members then read: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/

  • TS1702 My iPod Touch 4th generation just won't download apps. I have tried everything I can think of. Please help!

    My iPod Touch 4th generation just won't download apps. I have tried everything I can think of. Please help!

    Hi, when you say you have tried everything... I presume you have gone into Settings > Store and logged out and back in with your account details?
    You could try purchasing an app via iTunes to see if its an issue with the device or the account you're using.
    Hope this helps.

  • Hello! I was on my Mac and then I clicked on iTunes. Then I clicked on iTunes, and accidentally removed my device from my Mac, how can I get it back? Also when I plug my iPod into the computer, it downloads everything, how can I stop this. please help!thx

    Hello! I was on my Mac and then I clicked on iTunes. Then I clicked on Account, and accidentally removed my device from my Mac, how can I get it back? Also when I plug my iPod into the computer, it downloads everything that is on my computer, how can I stop this. please help! please help!!!!!!thank you

    Is the iPod still singed into the account isn Settings>iTunes and App Stores and SettingsZ>iCloudl? If it is then I would not be concerned.
    Also see:
    iTunes Store: Associating a device or computer to your Apple ID
    since you may have started the 90 day window.
    For the other "problem", go to iTunes>Preferences>Devices and check the box that says Prevent iPod....automatically syncing.

  • HT4972 I am using iphone 3g and it is having currently IOS 4.1 version,till what IOS version can i upgrade ? please help me many of my apps are not working esp whatsapp.

    am using iphone 3g and it is having currently IOS 4.1 version,till what IOS version can i upgrade ? please help me many of my apps are not working esp whatsapp.

    iOS 4.2.1 is the latest version of iOS for the 3G.
    Facebook and Whatsapp both require 4.3 or higher.
    If you want to use those apps, either use the old version that should be in your iTunes library or upgrade the hardware to a 3GS or newer device.

  • My iphone 4 of ios 7.1.1 sim card is  not working, it always shows searching whenever i insert sim in it. What can i do? please help me.

    My iphone 4 of ios 7.1.1 sim card has not working from since yesterday, it always shows searching whenever i insert sim in it, i do it again and again, but it cant be fix. What can i do? Please help me.

    Get a new SIM from your carrier.

  • HT5622 I already reseted my apple id password but it still every time says your apple id is disabled. What can i do someone please help me.

    I already reseted my apple id password but  after resetting the apple ID every time I want to login it still  says your apple id is disabled. What can i do someone please help me.

    Maria-2 wrote:
    I already reseted my apple id password but  after resetting the apple ID every time I want to login it still  says your apple id is disabled.
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • ITunes Library.itl corrupt

    iTunes Library.itl corrupt. This is what i get when i open my itunes from this afternoon. i have instaled and removed and reinstatled itunes at least 3-4 times and still happens and also have run a chkdsk check more than once and it still comes up. c

  • MIDI help with Logic X

    Hoping someone can shed some light on a somewhat elusive topic. I am new to recording, so maybe I just don't know where to look.  Info on recording each pad on a different track is pretty sparse. I have the TD-15KV set of Roland V-drums.  I like a lo

  • Creating Crystal Reports with Crystal Report Server XI

    Hello, I am new to Crystal Reports, i installed Crystal Reports Server XI R2 on Windows 2003 server with SP2 and was able to launch Inforview application and also Central Management Console Log On. I can also see some sample reports which are install

  • Missing version filed in response from server when accessing resource

    Hello all, I am getting the following error when trying to do jar version download in webstart. Missing version field in response from server when accessing resource(http://lo alhost:8080/jdc/jnlp/new/SimpleGUI.jar,1.0) I am using Tomcat 5.5. My web.

  • Exit code: 6 Silent workflow completed with errors

    I'm trying to create a silent install package for Dreamweaver CS3. I followed the steps listed in previous listings and created a application.xml.override file and run the setup.exe with the --mode=silent and the --deploymentFile=deployment.xml. Afte