My cs4 mail list sign up has stopped functioning.  Need help to correct "warning" messages

Don't know what's happening, but I do have a screen shot of the warning messages:
I'm not code conversant enough to figure this one out.  Help!

Here ya go:
<?php require_once('Connections/innerchoice_books.php'); ?>
<?php require_once('Connections/innerchoice_books.php'); ?>
<?php require_once('Connections/innerchoice_books.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  return $theValue;
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  return $theValue;
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
  $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
  $insertSQL = sprintf("INSERT INTO email_list (ml_fname, ml_lname, ml_email, ml_job, ml_state) VALUES (%s, %s, %s, %s, %s)",
                       GetSQLValueString($_POST['ml_fname'], "text"),
                       GetSQLValueString($_POST['ml_lname'], "text"),
                       GetSQLValueString($_POST['ml_email'], "text"),
                       GetSQLValueString($_POST['ml_job'], "text"),
                       GetSQLValueString($_POST['ml_state'], "text"));
  mysql_select_db($database_innerchoice_books, $innerchoice_books);
  $Result1 = mysql_query($insertSQL, $innerchoice_books) or die(mysql_error());
mysql_select_db($database_innerchoice_books, $innerchoice_books);
$query_rsSubscribers = "SELECT * FROM email_list";
$rsSubscribers = mysql_query($query_rsSubscribers, $innerchoice_books) or die(mysql_error());
$row_rsSubscribers = mysql_fetch_assoc($rsSubscribers);
$totalRows_rsSubscribers = mysql_num_rows($rsSubscribers);
mysql_select_db($database_innerchoice_books, $innerchoice_books);
$query_rsStates = "SELECT * FROM states ORDER BY state_id ASC";
$rsStates = mysql_query($query_rsStates, $innerchoice_books) or die(mysql_error());
$row_rsStates = mysql_fetch_assoc($rsStates);
$totalRows_rsStates = mysql_num_rows($rsStates);
mysql_select_db($database_innerchoice_books, $innerchoice_books);
$query_rsJobs = "SELECT * FROM jobs ORDER BY job_id ASC";
$rsJobs = mysql_query($query_rsJobs, $innerchoice_books) or die(mysql_error());
$row_rsJobs = mysql_fetch_assoc($rsJobs);
$totalRows_rsJobs = mysql_num_rows($rsJobs);
?>
<?php require_once("webassist/email/mail_php.php"); ?>
<?php require_once("webassist/email/mailformatting_php.php"); ?>
<?php
if (!isset($_SESSION))session_start();
if ((($_SERVER["REQUEST_METHOD"] == "POST") && (isset($_SERVER["HTTP_REFERER"]) && strpos(urldecode($_SERVER["HTTP_REFERER"]), urldecode($_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"])) > 0) && isset($_POST)))     {
  //WA Universal Email object="mail"
  set_time_limit(0);
  $EmailRef = "waue_mailList_signup_2";
  $BurstSize = 0;
  $BurstTime = 0;
  $WaitTime = 0;
  $GoToPage = "mailList_signup_thanks.php";
  $RecipArray = array();
  $StartBurst = time();
  $LoopCount = 0;
  $TotalEmails = 0;
  $RecipIndex = 0;
  // build up recipients array
  $CurIndex = sizeof($RecipArray);
  $RecipArray[$CurIndex] = array();
  $RecipArray[$CurIndex ][] = "".((isset($_POST["ml_email"]))?$_POST["ml_email"]:"")  ."";
  $TotalEmails += sizeof($RecipArray[$CurIndex]);
  $RealWait = ($WaitTime<0.25)?0.25:($WaitTime+0.1);
  $TimeTracker = Array();
  $TotalBursts = floor($TotalEmails/$BurstSize);
  $AfterBursts = $TotalEmails % $BurstSize;
  $TimeRemaining = ($TotalBursts * $BurstTime) + ($AfterBursts*$RealWait);
  if ($TimeRemaining < ($TotalEmails*$RealWait) )  {
    $TimeRemaining = $TotalEmails*$RealWait;
  $_SESSION[$EmailRef."_Total"] = $TotalEmails;
  $_SESSION[$EmailRef."_Index"] = 0;
  $_SESSION[$EmailRef."_Remaining"] = $TimeRemaining;
  while ($RecipIndex < sizeof($RecipArray))  {
    $EnteredValue = is_string($RecipArray[$RecipIndex][0]);
    $CurIndex = 0;
    while (($EnteredValue && $CurIndex < sizeof($RecipArray[$RecipIndex])) || (!$EnteredValue && $RecipArray[$RecipIndex][0])) {
      $starttime = microtime_float();
      if ($EnteredValue)  {
        $RecipientEmail = $RecipArray[$RecipIndex][$CurIndex];
      }  else  {
        $RecipientEmail = $RecipArray[$RecipIndex][0][$RecipArray[$RecipIndex][2]];
      $EmailsRemaining = ($TotalEmails- $LoopCount);
      $BurstsRemaining = ceil(($EmailsRemaining-$AfterBursts)/$BurstSize);
      $IntoBurst = ($EmailsRemaining-$AfterBursts) % $BurstSize;
      if ($AfterBursts<$EmailsRemaining) $IntoBurst = 0;
      $TimeRemaining = ($BurstsRemaining * $BurstTime * 60) + ((($AfterBursts<$EmailsRemaining)?$AfterBursts:$EmailsRemaining)*$RealWait) - (($AfterBursts>$EmailsRemaining)?0:($IntoBurst*$RealWait));
      if ($TimeRemaining < ($EmailsRemaining*$RealWait) )  {
        $TimeRemaining = $EmailsRemaining*$RealWait;
      $CurIndex ++;
      $LoopCount ++;
      session_commit();
      session_start();
      $_SESSION[$EmailRef."_Index"] = $LoopCount;
      $_SESSION[$EmailRef."_Remaining"] = round($TimeRemaining);
      session_commit();
      wa_sleep($WaitTime);
      include("webassist/email/waue_mailList_signup_2.php");
      $endtime = microtime_float();
      $TimeTracker[] =$endtime - $starttime;
      $RealWait = array_sum($TimeTracker)/sizeof($TimeTracker);
      if ($LoopCount % $BurstSize == 0)  {
        $TimePassed = (time() - $StartBurst);
        if ($TimePassed < ($BurstTime*60))  {
          $WaitBurst = ($BurstTime*60) -$TimePassed;
          wa_sleep($WaitBurst);
        else  {
          $TimeRemaining = ($TotalEmails- $LoopCount)*$RealWait;
        $StartBurst = time();
      if (!$EnteredValue)  {
        $RecipArray[$RecipIndex][0] =  mysql_fetch_assoc($RecipArray[$RecipIndex][1]);
    $RecipIndex ++;
  $_SESSION[$EmailRef."_Total"] = 0;
  $_SESSION[$EmailRef."_Index"] = 0;
  $_SESSION[$EmailRef."_Remaining"] = 0;
  session_commit();
  session_start();
  if ($GoToPage!="")     {
    header("Location: ".$GoToPage);
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Join the Innerchoice Network</title>
<link href="assets/Main.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#apDiv2 {
    position:absolute;
    left:1033px;
    top:965px;
    width:63px;
    height:322px;
    z-index:1;
-->
</style>
<style type="text/css">
<!--
a:link {
    color: #060;
    text-decoration: underline;
a:visited {
    text-decoration: underline;
    color: #006900;
a:hover {
    text-decoration: none;
    color: #C60;
a:active {
    text-decoration: underline;
    color: #DC6100;
#apDiv1 {
    position:absolute;
    left:790px;
    top:506px;
    width:80px;
    height:80px;
    z-index:1;
#apDiv3 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
#apDiv4 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
#featuredCover {
    position:absolute;
    width:136px;
    height:174px;
    z-index:1;
    left: 20px;
    overflow: hidden;
-->
</style>
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="specials">
  <p>Sign up for the FREE Monday Morning Sharing Circle and More!</p>
</div>
<div id="wrapper">
  <div id="header">
    <h1>INNERCHOICE Publishing</h1>
    <h2>Bringing Emotional Intelligence to Life!</h2>
    <!--begin main-nav element-->
    <div>
    <ul>
    <li id="home"><a href="index.html"></a></li>
    <li id="books"><a href="books.php" class="visited"></a></li>
    <li id="training"><a href="circleWorkshops.html"></a></li>
    <li id="resources"><a href="resources.html"></a></li></ul></div>
    <!--begn sub-nave element-->
<div id="subNav">
         <form method="GET" action="/remsearch.cgi">
            <img src="assets/images/homePage/cart.png" alt="cart.gif" width="25" height="15" style="margin-bottom:-2px;">
            <a href="cart.php">CART</a> | 
            <a href="contactHelp.html">CONTACT US</a> | 
            <a href="contactHelp.html#help">HELP</a> | 
            <a href="aboutUs.html">ABOUT INNERCHOICE</a>  
          </form>
    </div>
    <div id="kids"><img src="assets/images/kids-sans-text.png" width="300" height="442" alt="Happy Kids" />
</div>
</div>
  <div id="selResources">
        <p><img src="assets/images/homePage/SELresources.png" width="691" height="66" alt="SEL Resources" /></p>
  </div>
  <div id="mainContent">
    <div id="mailList">
      <h1>Become part of the Sharing Circle Community. Join in the fun!</h1>
      <h2>Sign up now to start enjoying the <span class="free"><br />
      FREE</span> Monday Morning Sharing Circle</h2>
      <p class="introText">As our site  grows,you'll find more and more great resources to support your Social and Emotional Learning efforts. Right now, enjoy a weekly treat as we send  the <a href="circleMonday.html">Monday Morning Sharing Circle Topic</a> your way. This is a sample of the <a href="circleCentral.html">EQ Super Strategy</a> that you can use to bring another dimension to your SEL work with students. Here's this week's<a href="circleMonday.html"> Sharing Circle</a>.</p>
      <p class="introText"><strong>*</strong>Required fields</p>
      <form id="form1" name="form1" method="POST" action=<?php echo $editFormAction; ?>>
        <table width="99%" border="0">
          <tr>
            <td width="606" height="22" valign="bottom" nowrap="nowrap">Email Address: *</td>
          </tr>
          <tr>
            <td align="left" nowrap="nowrap"><span id="spryEmail">
            <label>
              <input name="ml_email" type="text" id="ml_email" size="60" />
            </label>
            <span class="textfieldRequiredMsg">An email address is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
          </tr>
          <tr>
            <td height="22" valign="bottom" nowrap="nowrap">First Name: *</td>
          </tr>
          <tr>
            <td nowrap="nowrap"><span id="spryFirstname">
              <label>
                <input name="ml_fname" type="text" id="ml_fname" size="60" />
              </label>
            <span class="textfieldRequiredMsg">Your first name is required.</span></span></td>
          </tr>
          <tr>
            <td height="22" valign="bottom" nowrap="nowrap">Last Name: *</td>
          </tr>
          <tr>
            <td nowrap="nowrap"><span id="spryLastname">
              <label>
                <input name="ml_lname" type="text" id="ml_lname" size="60" />
              </label>
            <span class="textfieldRequiredMsg">Your last name is required.</span></span></td>
          </tr>
          <tr>
            <td height="45"><p>To guide us in giving you the most useful resource please tell us a little more about your role in education and where you are located.</p></td>
          </tr>
          <tr>
            <td height="22" valign="bottom">Please select a category from the following: *</td>
          </tr>
          <tr>
            <td nowrap="nowrap"><span id="spryRole">
              <label>
                <select name="ml_job" id="ml_job">
                  <?php
do { 
?>
                  <option value="<?php echo $row_rsJobs['job_id']?>"><?php echo $row_rsJobs['job_title']?></option>
                  <?php
} while ($row_rsJobs = mysql_fetch_assoc($rsJobs));
  $rows = mysql_num_rows($rsJobs);
  if($rows > 0) {
      mysql_data_seek($rsJobs, 0);
      $row_rsJobs = mysql_fetch_assoc($rsJobs);
?>
                </select>
                <span class="selectRequiredMsg">Please select your role.</span><br />
              </label>
            </span></td>
          </tr>
          <tr>
            <td height="22" valign="bottom">Please tell us the state in which you work: *</td>
          </tr>
          <tr>
            <td nowrap="nowrap"><span id="spryState">
                <label>
                <select name="ml_state" id="ml_state">
                  <option value="AA">select...</option>
                  <?php
do { 
?>
                  <option value="<?php echo $row_rsStates['state_id']?>"><?php echo $row_rsStates['state_name']?></option>
                  <?php
} while ($row_rsStates = mysql_fetch_assoc($rsStates));
  $rows = mysql_num_rows($rsStates);
  if($rows > 0) {
      mysql_data_seek($rsStates, 0);
      $row_rsStates = mysql_fetch_assoc($rsStates);
?>
                </select>
                <span class="selectRequiredMsg">Please select your state.</span><br />
                </label>
            </span></td>
            </tr>
          <tr>
            <td height="40" valign="bottom"><label>
              <input type="submit" name="submit" id="submit" value="Sign me up!" />
            You'll receive an acknowledgment email from Innerchoice shortly.</label></td>
          </tr>
        </table>
        <input type="hidden" name="MM_insert" value="form1" />
      </form>
      <p class="introText">In the coming weeks you'll find other exciting things to enhance your SEL experience. These will include articles and insights about making the most of Social and Emotional Learning, and right away, our new monthly newsletter with even more ideas and interesting, engaging, and fun things to do with your students. You probably get that we're inventing this along the way. So we hope to hear your ideas for broadening the impact of our site and its impact on SEL.  </p>
    </div>
  </div>
<div id="mlQuote">
  <p>Over the years, Sharing Circles have been one of the best counseling interventions.  They are powerful tools for creating social and emotional learning.</p>
  <p> </p>
</div>
<div id="mlUpdate">
  <h5>Current Subscribers—</h5>
  <h5><a href="mailList_updateTrigger.php">Update your information</a></h5>
  <p><em>(Keep Your Email address current)</em></p>
  <h5><a href="mailList_deleteTrigger.php">Unsubscribe</a></h5>
</div>
  <p> </p>
  <p> </p>
  <div id="events"><a href="icEvents.html"><img src="assets/images/homePage/training_button.png" width="460" height="99" /></a></div>
  <div id="bookBrowse"><a href="titleBrowse.php"></a></div>
  <!--begin for footer content-->
  <div id="footer">
    <div class="left">
      <h5>About Innerchoice</h5>
      <div class="footer-links"> <a href="index.html">Home</a>  |  <a href="aboutUs.html">Mission</a>  |  <a href="aboutUs.html#ourStory">History</a> |  <a href="aboutUs.html#ourCommitment">Commitment to You</a></div>
      <h5>Resources for</h5>
      <div class="footer-links"> <a href="contactHelp.html#writersAuthors">Writers and Authors</a>  |  <a href="resources.html">Those Who Educate</a></div>
    </div>
    <div class="right">
      <div class="icLinks">
        <p><a href="mailto:[email protected]">Send Us Your Ideas</a><a href=""></a></p>
        <p><a href="contactHelp.html">Contact Us</a>  |  <a href="contactHelp.html#help">Help</a>  |  <a href="privacyPolicy.html">Privacy Policy</a>  |  <a href="siteMap.html">Site Map</a>  |  <a href="contactHelp.html#internationalRights">International Rights</a></p>
      </div>
      <div class="copyright"> <a href="aboutUs.html#ourCopyright">Copyright &#169; 2010</a> by <a href="index.html">Innerchoice Publishing, Inc.</a> All rights reserved. </div>
    </div> 
        <hr class="clearing"/>
</div>
</div>
<script type="text/javascript">
<!--
var sprytextfield1 = new Spry.Widget.ValidationTextField("spryEmail", "email", {validateOn:["change"]});
var sprytextfield2 = new Spry.Widget.ValidationTextField("spryFirstname", "none", {validateOn:["change"]});
var sprytextfield3 = new Spry.Widget.ValidationTextField("spryLastname", "none", {validateOn:["change"]});
var spryselect1 = new Spry.Widget.ValidationSelect("spryRole", {validateOn:["change"]});
var spryselect2 = new Spry.Widget.ValidationSelect("spryState", {validateOn:["change"]});
//-->
</script>
</body>
</html>
<?php
mysql_free_result($rsSubscribers);
mysql_free_result($rsStates);
mysql_free_result($rsJobs);
?>

Similar Messages

  • TS4002 mail access on PC has stopped

    mail access on PC has stopped. I can send receive from mac and phone but PC is main work station.
    Ive sent a test email from iphone which comes straight through on PC but if i send a mail from PC it goes nowhere!!!
    I can see the mail in sent items but it doesnt return back!!!
    Using Vista... not the best but it has always worked for the CAD software I use and running Safari. Tried Explorer 9, the same problem.
    Any ideas?
    Thanks in advance...

    Mail: Troubleshooting sending & receiving email messages (OS X Lion, Mac OS X v10.6)

  • LR 5.3 has stopped functioning. Message : LR encountered an error when reading fromit's previous cac

    LR 5.3 has stopped functioning. Message Lightroom encountered an error when reading from it's previous cache and needs to Quit. Re boot comes backtio the same message how do I get the software back?

    Thanks, it makes sense but I am a little worried about the files that are coming up for lr catalog. In order to process today's photos I opened a new catalog and that went well -- up to Smugmug and out to the client. but the only other file with today's (date which is when I had the problem -- power failure while I was importing) --  is not a previews file but in fact the corrupt lr.cat.
    the rest listed including previews are dated 2012. Am I not looking in the proper place.
    Thanks for your help
    Bill

  • HT5055 Just updated to lion and my cctv access has stopped functioning all I get is a white screen in the middle of the control panel where the camera shots should be.  I think it is caused by JAVA but am confused as when i view on snow leopard it works 

    Just updated to lion and my cctv access has stopped functioning all I get is a white screen in the middle of the control panel where the camera shots should be.  I think it is caused by JAVA but am confused as when i view on snow leopard it works  can you help

    Open "Java Preferences" either from spotlight or your utilities folder...it's probably going to say you need to install a java runtime. Then just click install!

  • My IP4 on/off switch has stopped functioning.

    My On/Off switch has stopped functioning. No depression, no click and no response. Has anyone else had this problem and if so, did you solve it? How?

    You have a hardware failure.  Bring your phone into Apple for replacement.  If it's under warranty, it will be replaced free of charge.  If not, you will be charged an out of warranty replacement fee of $149.00

  • Re CS5 Ruler tool has stopped functioning. How can I correct this problem?

    Re CS5 Ruler tool has stopped functioning. How can I correct this problem?

    First try re-setting the Ruler Tool from the tool's fly-out menu.
    If that doesn't do it, then trash and recreate Photoshop preferences.
    If you had at least indicated your platform, I could be more specific, but here it goes anyway:
    To re-create the preferences files for Photoshop, start the application while holding down Ctrl+Alt+Shift (Windows) or Command+Option+Shift (Mac OS). Then, click Yes to the message, "Delete the Adobe Photoshop Settings file?"
    For next time you post:
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Can't open PDFs, Initially received runtime error,updated Reader - new error Adobe Reader has stopped working, uninstalled re-installed same error message Adobe Reader has stopped working

    Can't open PDFs, Initially received runtime error,updated Reader - new error Adobe Reader has stopped working, uninstalled re-installed same error message Adobe Reader has stopped working

    Assuming that you are in Win (which you haven't said), you can try using this tool to first remove all traces of previous versions of Reader:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, download the full offline Reader installer from 
    http://get.adobe.com/reader/enterprise/
    and run it immediately after restarting your computer.

  • I downloaded a trial of photoshop.  It runs for a minute or so, then a message displays saying that photoshop has stopped.  No error codes, just the message. I have exhausted the "try this" stuff that I can find.  Any other ideas would be appreciated.

    I downloaded a trial of photoshop.  It runs for a minute or so, then a message displays saying that photoshop has stopped.  No error codes, just the message. I have exhausted the "try this" stuff that I can find.  Any other ideas would be appreciated.  I would also like to know what some alternative applications might be.  This trial does not give me confidence in Adobe's product.

    I saw a similar question deeper into the forum right after I posted.  I followed the fix steps and it took care of the problem.
    Thanks for getting back to me.  I am good to go.

  • Extended My Sites has stopped functioning correctly

    I have recently extended MySites to an Internet Zone and it has stopped functioning correctly. 
    Previously, when i navigated to https://mysites it automatically navigated to https://mysites/my. Now, it stays on https://mysites and tells me i don't have permission to view this site. If i manually go to https://mysites/my it works fine.
    It is the same behaviour for the extended internet zone. this is set to https://mysites.domain.com and works fine if i navigate to https://mysites.domain.com/my, but not if a dont type the virtual directory. As stated, this has been working fine for months
    without the /my needing to be included, it has only changed since extending to the internet zone.
    Any help would be appreciated.
    Paul

    Hi   Paul,
    According to your description, my understanding is that My Sites had stopped functioning correctly after you extended MySites to an Internet Zone.
    For troubleshooting your issue, please refer to the blog:
    http://blogs.msdn.com/b/jorman/archive/2009/01/19/sharepoint-my-site-link-stops-redirecting-users-to-their-personal-site.aspx
    Also for extending web application to Internet Zone, you can have a look at the video:
    http://technet.microsoft.com/en-in/video/configure-an-alternate-access-mapping-in-sharepoint-2010.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • When I try to post a comment on an article I just read, my post stays in the box w/out posting. And when I want to click thumbs up or down in the comment section in these articles, the number stays the same. Also, my Skype has stopped functioning.

    When I try to post a comment on an article I just read, my post stays in the box w/out posting. And when I want to click thumbs up or down in the comment section in these articles, the number stays the same. Also, my Skype has stopped functioning.

    Glad you seem to have sorted things out.
    The warning about the warranty is light hearted, I think at one stage it warned "here be dragons" but also intended to make us think as it warns that making changes may produce problems.

  • I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    It's a 3rd party app.  You really should contact Adobe Support and/or post in the Adobe Forums
    Mac OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • Getting a message, "A problem has stopped PS Elements from working correctly."

    I just installed PSE11 on my new Windows 8 computer. (I had previously run it on my old computer with Windows 7). The icon flickers when I open PSE11 and then I get a message,  "A problem has stopped Photoshop Elements from working correctly. Windows will notify you if there is a solution to the problem." I never get a notification about a solution. Any ideas?

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • My i phone 4s speaker has stopped functioning, please suggest

    my i phone 4s speaker has stopped functioning, please suggest

    Is the silent switch on the side of the iphone on?
    Have you tried restart, reset, restore?
    Have you made an appointment at the genius bar?

  • Photoshop CS4 in Comms Suite 2 has stopped working when loading

    I wonder if someone can help me as I am not technical. I have a copy of Adobe Communication Suite 2 (this is basically CS4 version). I've installed this and every piece of it will load except for Photoshop (the bit I really want and need today!). I get an error message which says Adobe Photoshop has stopped working. Not sure what to do and I've loaded and unloaded this several times and also used some download from Adobe which is supposed to take away install problems but that had no effect!
    Any help would be appreciated if anyone knows anything about it.
    PS I have tried to load in Administrator mode and I get the same error message.

    You'll get more help in the Photoshop forum. Try there with full details.
    Bob

  • The latest update of Mail over the weekend has stopped my Mail from Working

    The Latest update of mail has stopped my Mail from launching.
    It comes up to tell me that it needs to import my Mail and then says - An error occurred during the import. Make sure you have enough available space in your home folder and try again.
    I have plenty of space more than 150gig.
    I have also tried deleting the com.apple.mail.plist and the Mail folder to get a new instalation but it still says the same thing!
    Can anyone help please?

    What update of Mail? Do you mean the 10.7.2 System update? And if so did you download and install the Combo Update?

Maybe you are looking for

  • Unable to login into BIP using IIS/Oc4j

    Hi , we have configured SSO in OBIEE using IIS. and to configure oracle proxy for OC4J followed the steps at below url. http://gerardnico.com/wiki/dat/obiee/iis But getting the error when trying to browse the ulr http://localhost/xmlpserver/login.jsp

  • Windows Storage Server 2008 R2 Essentials - Office365 Addon

    Hi there,  Sorry for the strange request.  I have a few of these "Windows Storage Server 2008 R2 Essentials" in the field(Provide by WD - DX4000).  Now a few months (maybe always a year + Now), I was able to find and possible download the Office365 A

  • Characters in material description

    Where I can check how many characters are allowed for material description in material master ?

  • Help on custom Serialization

    Hey all, I'm trying to design a networked whiteboard application and the thought I had was instead of trying to send a vector of the points the user has drawn, I send a BufferedImage with transparent background and the server simply draws each user's

  • My ipad keeps shutting down

    My iPad2 keeps shutting down