Behavior update record server breath error (its share of CS5.5 standard installation!)

We do not expect that the code provided by a GREAT SOCIETY and CHIEF of TECHNOLOGY for WEB DEVELOPMENT to blow a mistake on one of the server behaviors, it provides as part of its standard installation. But then again, it is reality.  The UpdateRecord.js, located in your Windows 7 installation to... ProgramFiles (x 86(/Adobe Dreamweaver CS5.5/configuration/ServerBehaviors/Php_MySQL/UpdateRecord.js causes an error when it is selected from the SERVER BEHAVIORS menu.)  In this case, BEFORE you, I don't enter in the fields.  Error States: "while executing onLoad in UpdateRecord.htm, the following JavaScript error occurred: at line 687 of the file «...»» UpdateRecord.js': name has no property.  I looked at the code and it is beyond my comprehension.  Something about the NAME of a value in a list of nodes... I don't have the chops to go rewrite the code of Adobe.  If I did, I would make a lot of money.  Anyone know what to do about it? On my system: Windows 7, 64 bit, CS5.5 (on a lease is aware) using PHP and MySQL on a remote dedicated server running Apache under Linux.   : <) McFrisco

OK, I've earned this spanking.  I was just frustrated.  Sorry for the rant.

I managed to find a workaround on this.  There's really something wacky happening with Dreamweaver and the updated Disk Manager.  Here's what I did:

How to make a DREAMWEAVER UPDATE RECORD writing.

Dreamweaver Server for update record behavior doesn't work properly sometimes.  The symptom of this is that when you try to fill the popup form provided by the record of behaviors/setting menu item to update server, it you cannot choose the fields in the form to update the database if they are posted there by a previous page.  It only allows to choose if they are linked to the database.  It does no good, because you're updating a record with information from the database, you want to update, NO new information.  Kind of weird... But here's the way around.  Its a bit annoying but it works.

1. on a clean, updated php page up a form with input fields corresponding fields of database, you want to update.  This page should be used as the page of RESULT of a form on a page where the update folder does not work because of conflicts, plugins or other unknown reasons.

2. connect to the table of database that you want to update and put in place a recordset on the page.

3 bind all the form fields to the correct database fields.

4 make a behavior update record based on this form.  This in fact will not do anything but update registration with the stuff that's already in the file, as shown above.

5 remove the php code that sets up the Recordset.  But, LET alone recording update code!  It is correct.

6 change the bindings of all fields in the FORM to the variables $_POST [] is passed to the form on the previous page. (Make sure that the form of the previous page uses the POST, not the GET method).

Now, when you submit the form it will go in the form values, which have been adopted since the form on the previous page.

Tags: Dreamweaver

Similar Questions

  • Unable to update record access

    Hello

    I have a page that I use to document the issue of a part of the database.
    It is supposed to create a record in the 'Question' table, documenting the reduction of parts (that part works)
    It is also supposed to increment the amount of part in the 'Main_Table' table by an update record server behavior.

    This is the part that doesn't work. I enclose the code in this CFM file (sorry, its a little long...) Any ideas what I'm doing wrong here?

    Thank you in advance,

    Eric

    PS You can see the actual page at: http://devo.dns2go.com/Issue.cfm?PartNumber=1234 & Contract = Aries % 201 X
    You will need to log in. Use Name: user password: user

    Thank you very much for the help. For the base of the other viewing this thread, I am attaching the labour code. When the Send button is enabled, the data is updated in the table and a new record is written to the Main_Table table.

    Thank you

    Eric

  • Update record

    I've created a form that allows the user to enter information in a database where each user has a record. Now, I want to create a page that allows the user to update their records. What I've done so far is created a 'my profile page' that the user is able to access once that they identify you that contains all of the information they provided on the registration page. Also on this page, I put a link change so that they stop the "edit my profile page. from there, I created a query of update folder, but when I tested it to see if it worked don't update the database. I do not know where the data is going at this point. Any help would be appreciated.

    Here is the code for my profile page:

    <? php require_once('Connections/rescue.php');? >

    <? PHP

    initialize the session

    If (! isset {})

    session_start();

    }

    * Log out the current user. **

    $logoutAction = $_SERVER ['PHP_SELF']. » ? doLogout = true;

    If ((isset & & ($_SERVER ['QUERY_STRING']! = "")) {})

    $logoutAction. = '& '. htmlentities($_SERVER['QUERY_STRING']);

    }

    {If ((isset($_GET['doLogout'])) & & ($ {_GET ['doLogout'] == "true"))}

    //to completely disconnect a visitor you must delete the session varialbles

    $_SESSION ['MM_Username'] = NULL;

    $_SESSION ['MM_UserGroup'] = NULL;

    $_SESSION ['PrevUrl'] = NULL;

    unset($_SESSION['MM_Username']);

    unset($_SESSION['MM_UserGroup']);

    unset($_SESSION['PrevUrl']);

    $logoutGoTo = "logout.php";

    if {($logoutGoTo)

    header ("Location: $logoutGoTo");

    "output";

      }

    }

    ? >

    <? PHP

    If (! isset {})

    session_start();

    }

    $MM_authorizedUsers = "";

    $MM_donotCheckaccess = "true";

    Restrict access to Page: grant or deny access to this page

    Function isAuthorized ($strUsers, $UserGroup, $strGroups, $UserName) {}

    / / For safety, first assuming that the visitor is NOT allowed.

    $isValid = false;

    / / When a visitor is connected to this site, the Session value variable MM_Username equal to their username.

    / / So, we know that a user is NOT logged if this Session variable is empty.

    if (! empty ($UserName)) {}

    / / In addition to be connected, you can restrict access to only certain users based on a created ID when they connect.

    / / Parse strings in the tables.

    $arrUsers = explode (",", $strUsers);

    $arrGroups = explode (",", $strGroups);

    if (in_array ($UserName, $arrUsers)) {}

    $isValid = true;

        }

    / / Or you can restrict access to only certain users based on their user name.

    if (in_array ($UserGroup, $arrGroups)) {}

    $isValid = true;

        }

    if (($strUsers == "") & & true) {}

    $isValid = true;

        }

      }

    return $isValid;

    }

    $MM_restrictGoTo = 'login.php ';

    If (!) ((isset($_SESSION['MM_Username']))) & & (isAuthorized ("", $MM_authorizedUsers, $_SESSION ['MM_Username'], $_SESSION ['MM_UserGroup']))) { }

    $MM_qsChar = ';?

    $MM_referrer = $_SERVER ['PHP_SELF'];

    if (strpos ($MM_restrictGoTo, "?")) $MM_qsChar = "&";

    if (isset($_SERVER['QUERY_STRING']) & & strlen($_SERVER['QUERY_STRING']) > 0)

    $MM_referrer. = « ? ». $_SERVER ['QUERY_STRING'];

    $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar. "accesscheck =". UrlEncode ($MM_referrer);

    header ("Location:".) $MM_restrictGoTo);

    "output";

    }

    ? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    if (via 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 "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

      }

    return $theValue;

    }

    }

    $colname_rsmyprofile = "-1";

    If (isset($_SESSION['register_login'])) {}

    $colname_rsmyprofile = $_SESSION ["register_login"];

    }

    @mysql_select_db ($database_rescue, $rescue);

    $query_rsmyprofile = sprintf ("" SELECT * from user_registration WHERE register_login = %s ", GetSQLValueString ($colname_rsmyprofile,"text")");

    $rsmyprofile = mysql_query ($query_rsmyprofile, $rescue) or die (mysql_error ());

    $row_rsmyprofile = mysql_fetch_assoc ($rsmyprofile);

    $totalRows_rsmyprofile = mysql_num_rows ($rsmyprofile); $colname_rsmyprofile = "-1";

    If (isset($_SESSION['MM_Username'])) {}

    $colname_rsmyprofile = $_SESSION ['MM_Username"];

    }

    @mysql_select_db ($database_rescue, $rescue);

    $query_rsmyprofile = sprintf ("" SELECT * from user_registration WHERE register_login = %s ", GetSQLValueString ($colname_rsmyprofile,"text")");

    $rsmyprofile = mysql_query ($query_rsmyprofile, $rescue) or die (mysql_error ());

    $row_rsmyprofile = mysql_fetch_assoc ($rsmyprofile);

    $totalRows_rsmyprofile = mysql_num_rows ($rsmyprofile);

    ? >

    < table width = "591" cellpadding = "2" cellspacing = "2" >

    < class tr = "mainlabels" >

    < td colspan = "4" bgcolor = "#FFFFFF" style = "color: #FFF;" do-family: "Arial Black", Gadget, without serif. do-size: 16px; make-weight: bold; ' > < div align = "left" > < / div > < table >

    < /tr >

    < class tr = "mainlabels" >

    < td colspan = "4" bgcolor = "#FF0000" style = "color: #FFF;" do-family: "Arial Black", Gadget, without serif. do-size: 16px; make-weight: bold; ' > < div align = "left" > news < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" style = "do-size: 12px;" do-family: Arial, Helvetica, without serif. Color: #000; make-weight: normal; ' > < table >

    < class td = "mainlabels" > < table >

    < class td = "mainlabels" > < table >

    < class td = "mainlabels" > < a href = "editmyprofile.php" style ="color: #F00; make-weight: bold; "> < u > < /u > < /a > < table > Edit

    < /tr >

    < tr >

    < td width = "93" class = "mainlabels" style = "do-size: 12px;" do-family: Arial, Helvetica, without serif. Color: #000; make-weight: normal; ' > < div align = "left" > name: < / div > < table >

    < td width = "192" class = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_name"];? > < / div > < table >

    < td width = "107" class = "mainlabels" > < div align = "left" > < / div > < table >

    < td width = "175" class = "mainlabels" > < div align = "left" > < img src = "images/small_logo.jpg" width = "100" height = "25" alt = "Petit Logo" / > < / div > < table > "

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < span class = "mainlabels" > </span > PrimaryEmail: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_pemail"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Second E-mail: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_semail"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > land line: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_phone"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_cellphone"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > user name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_login"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > password: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["register_pass"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < class tr = "mainlabels" >

    < td colspan = "4" bgcolor = "#FF0000" style = "do-family:"Arial Black", Gadget, without serif;" do-size: 16px; color: #FFF; ' > < div align = "left" > Information of emergency Contact < / div > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < table >

    < class td = "mainlabels" > < table >

    < class td = "mainlabels" > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < div align = "left" > Emergency Contact 1 < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con1_name"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Email: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con1_email"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > land line: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con1_land"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con1_cell"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < td rowspan = "2" class = "mainlabels" > < div align = "center" > < img src = "images/emg_contact_btn_edited - 1.png" width = "75" height = "97" alt = "Emergency Contact button" / > < / div > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < div align = "left" > Emergency Contact 2 < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con2_name"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Email: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con2_email"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > landline < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con2_land"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con2_cell"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < div align = "left" > Emergency Contact 3 < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con3_name"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Email: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con3_email"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > land line: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con3_land"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con3_cell"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < div align = "left" > Emergency Contact 4 < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con4_name"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Email: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con4_email"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > land line: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con4_land"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con4_cell"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < td colspan = "2" class = "mainlabels" > < div align = "left" > Emergency Contact 5 < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > name: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con5_name"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > Email: < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con5_email"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > landline < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con5_land"];? > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > cell phone < / div > < table >

    < class td = "mainlabels" > < div align = "left" > <? PHP echo $row_rsmyprofile ["con5_cell"];? > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < class td = "mainlabels" > < div align = "left" > < / div > < table >

    < /tr >

    < tr >

    < class td = "mainlabels" > < table >

    < class td = "mainlabels" > < div align = "center" > < / div > < table >

    < class td = "mainlabels" > < table >

    < class td = "mainlabels" > < table >

    < /tr >

    < /table >

    Here is the code for the update of the folder page:

    <? php require_once('Connections/rescue.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    if (via 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 "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

      }

    return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "form1")) {}

    $updateSQL = sprintf ("UPDATE user_registration SET register_name = %s register_semail = %s register_pemail = %s, register_cellphone = %s, register_phone = %s, register_login = %s, register_pass = %s WHERE ID = %s",

    GetSQLValueString ($_POST ['register_name'], "text").

    GetSQLValueString ($_POST ['register_semail'], "text").

    GetSQLValueString ($_POST ['register_pemail'], "text").

    GetSQLValueString ($_POST ['register_cellphone'], "text").

    GetSQLValueString ($_POST ['register_phone'], "text").

    GetSQLValueString ($_POST ['register_login'], "text").

    GetSQLValueString ($_POST ['register_pass'], "text").

    GetSQLValueString ($_POST ['ID'], "int"));

    @mysql_select_db ($database_rescue, $rescue);

    $Result1 = mysql_query ($updateSQL, $rescue) or die (mysql_error ());

    $updateGoTo = "myprofile.php;

    if (isset {}

    $updateGoTo. = (strpos ($updateGoTo, '?'))? « & » : « ? » ;

    $updateGoTo. = $_SERVER ['QUERY_STRING'];

      }

    header (sprintf ("location: %s", $updateGoTo));

    }

    $colname_rseditmyprofile = "-1";

    If (isset($_SESSION['MM_Username'])) {}

    $colname_rseditmyprofile = $_SESSION ['MM_Username"];

    }

    @mysql_select_db ($database_rescue, $rescue);

    $query_rseditmyprofile = sprintf ("" SELECT * from user_registration WHERE register_login = %s ", GetSQLValueString ($colname_rseditmyprofile,"text")");

    $rseditmyprofile = mysql_query ($query_rseditmyprofile, $rescue) or die (mysql_error ());

    $row_rseditmyprofile = mysql_fetch_assoc ($rseditmyprofile);

    $totalRows_rseditmyprofile = mysql_num_rows ($rseditmyprofile);

    ? >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 > Untitled Document < /title >

    < / head >

    < body >

    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form1" id = "form1" >

    < table align = "center" >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > name: < table >

    < td > < input type = "text" name = "register_name" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_name'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > main E-mail: < table >

    < td > < input type = "text" name = "register_pemail" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_pemail'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > Second E-mail: < table >

    < td > < input type = "text" name = "register_semail" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_semail'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > cell phone: < table >

    < td > < input type = "text" name = "register_cellphone" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_cellphone'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > land line: < table >

    < td > < input type = "text" name = "register_phone" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_phone'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > user name: < table >

    < td > < input type = "text" name = "register_login" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_login'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > password: < table >

    < td > < input type = "text" name = "register_pass" value = "<?" PHP echo htmlentities ($row_rseditmyprofile ['register_pass'], ENT_COMPAT, ' utf - 8');? ">" size = "32" / > < table >

    < /tr >

    < tr valign = "basic" >

    < td nowrap = "nowrap" align = "right" > < table >

    < td > < input type = "submit" value = "Update file" / > < table >

    < /tr >

    < /table >

    < input type = "hidden" name = "MM_update" value = "form1" / >

    < input type = "hidden" name = "ID" value = "<?" PHP echo $row_rseditmyprofile ['ID'];? ">" / >

    < / make >

    < p > < / p >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($rseditmyprofile);

    ? >

    This topic has been moved to the Dreamweaver application development forum, which deals with PHP and other issues aside server.

    During the validation of the questions, it is useful to see your code, but he expects many others to trawl through hundreds of lines of code. You say the problem lies in the update page, so why put the profile if it does not work properly? However, in looking at the code of your profile page, it seems incomplete. In any case, we will not go if it doesn't work OK.

    When you describe a problem, it helps if you explain what happens when you load the page. Looking at your code, I'm pretty sure that the details of the user are never loaded in the update form. So, the update record server behavior has no way of knowing that you want to update the record.

    The problem is that you are using $_SESSION ['MM_Username'] to retrieve the details of the user in the rseditmyprofile recordset object, but there is no active session on the page.

    You need to add session_start() at the beginning of the update page. I suggest you add it here:

    
    		   
  • Cannot update creative cloud, error code 1003. I think that its blocked by webfilter, what is the URL to update the server?

    I think that its blocked by webfilter, what is the URL to update the server?

    Please remove Cloud Creative app-

    Install the cloud creative app - https://helpx.adobe.com/creative-cloud/help/install-apps.html

  • Failed to connect to update server .__The error code is 12007

    I am running Windows 7 and by using the wifi internet connection.  The error occurs every time I turn on the computer and of course before I'm connected to the net.  After that I connected the error window remains active until I close it.

    * Title *.
    Update failed. The update Module intercepted a mistake. Failed to connect to update server .__The error code is 12007. The server name cannot be resolved. __

    Woodymango,
    If you are running Windows Update you get an error?  Is this an error state that it is from Windows Update or is this another program that runs a program of automatic update?

    Perform a clean boot and see if the error returns.  Post back with the results and INFO.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Server 2003 - error Code: 0x80072EFE (cannot install updates)

    Our Windows SBS 2003 R2 server is unable to get the Windows Update and receives the error message:

    The website has encountered a problem and cannot display the page you are trying to view. The options provided below may help you solve the problem. Error number: 0x80072EFE

    What is causing this problem and how can I fix it?

    Thank you-

    Hello Michele1232,

    Thank you for your message.  Since you are referring to a server and domain environment, start a new post HERE.

    See you soon

    Jason H. Engineer Support of Microsoft answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Connection problem in a creative cloud for updates - unknown Server error

    Problem connecting creative cloud for updates - unknown Server error works very well with my laptop, but this error pops up whenever I try to update cloud adbobe on my main PC programs?

    Please try to perform the steps described in the following base article review.

    http://helpx.Adobe.com/creative-cloud/KB/unknown-Server-Error-launching-cc.html

  • Windows Update fails with the error 'WindowsUpdate_0000057E '.

    I have windows vista, but my microsoft office is 2002.

    For the latest updates of the week 2 windows keep failing.
    1 security Update for Microsoft Excel 2002 (KB959988)
    2. Update for Office XP (KB933388)

    Whenever the update fails, I get the error "WindowsUpdate_0000057E".

    I'm not good with computers and need help on how to fix this...

    When you try to download an ActiveX control, install an update to Windows or to a Windows component, install a service pack for Windows or to a Windows component, or install a Microsoft or third-party software, you may experience one or more of the following symptoms:

    • You may receive the following error message when you try to install a program or update:

      Digital signature not found
      The Microsoft digital signature affirms that software has been tested with Windows and that the software has not been changed since then, it has been tested.
      The software you are about to install does not contain a Microsoft digital signature. There is therefore no guarantee that this software works correctly with Windows.
      Package name
      If you want to search for Microsoft digitally software signed, refer to the Windows Update Web site at http://windowsupdate.microsoft.com to see if one is available.
      Do you want to continue the installation?

      If you click Details, you receive the following message is displayed:

      Microsoft Windows
      The signature on the software package you want to install is not valid. The package is not signed correctly.

      After you click OK in the first error message dialog box, you may receive a message that States that the installation was successful, or you may receive the following error message:

      Name of the Update Package
      The cryptographic operation failed due to a local security option setting.
    • When you try to install an update or to install a service pack, you may receive an error message that is similar to one of the following:
      • Name of the Update Package

    The Setup program could not verify the integrity of the file Update.inf. Make sure the cryptographic service is running on this computer.
  • Failed to install catalog files.
  • The software you are installing has not passed Windows Logo testing to verify its compatibility with Windows XP. (Tell me why this testing is important).

    This software will not be installed. Contact your system administrator.

  • The software you are installing has not passed Windows Logo testing to verify its compatibility with this version of Windows. (Tell me why this testing is important).
  • When you try to install a service pack Windows XP, you may receive an error message similar to the following:
    Service Pack 1 Setup could not verify the integrity of the file. Make sure the cryptographic service is running on this computer
  • When you try to install Microsoft Data Access Components (MDAC) 2.8, you may receive an error message similar to the following:
    «"" "INF. cause installation failure: the timestamp signature and/or certificate could not be verified or is incorrect.»»»"
  • The %WINDIR%\System32\CatRoot2\Edb.log may reach 20 megabytes (MB) even though the file is typically less than 1 MB.
  • When you try to install a package from the Windows Update Web site or the Microsoft Update Web site, you may receive a message that is similar to the following:
    The software has not passed Windows logo testing and will not be installed.
  • When you examine the file % systemroot%\Windowsupdate.log, you should see an entry for one of the following errors:
    • 0 x 80096001
    • 0 x 80096005
    • 0 x 80096010
    • 0x800B0001
    • 0x800B0003
    • 0x800B0004
    • 0x800B0109
    • 0x8007F0DA
    • 0x8007f01e
  • When you use Microsoft windows update on a Windows XP-based computer, the update process may fail and you may receive an error message "0x8007f007". This can happen regardless of what type of update you select.
  • The Svcpack.log file may contain entries that are similar to the following:

    937.406: GetCatVersion: failed to retrieve version information from C:\WINDOWS\system32 \CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Tmp.0.scw.cat with error 0 x 57 937.437: GetCatVersion: failed to retrieve the version information of C:\WINDOWS\Tmp.0.scw.cat with error 0 x 80092004 940.344: InstallSingleCatalogFile: failure failed for Tmp.0.scw.cat; error = 0xfffffbfe. 940.344: DoInstallation failed failed: STR_CATALOG_INSTALL_FAILED 955.125: UnRegisterSpuninstForRecovery, failed to delete SpRecoverCmdLine, 0 error value x 2 955.125: DoInstallation: has no cancellation of registration of spuninst.exe for recovery. 962.656: cancel registration of uninstall-> Windows Server 2003 Service Pack, 0 962.656: impossible to install catalog files. 1448.406: message displayed to the user: cannot install catalog files. 1448.406: user Input: OK 1448.406: Update.exe extended error code = 0xf01e 1448.406: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.

    CAUSE

    This problem may occur if one or more of the following conditions are met: Log...
    This problem may occur if one or more of the following conditions are met:

    • Log file or database corruption exists in the folder % Systemroot%\System32\Catroot2.
    • Cryptographic services is set to disabled.
    • Other Windows files are corrupted or missing.
    • The timestamp signature or the certificate cannot be verified, or is incorrect.
    • The hidden attribute is set to the folder %windir%, or one of its subfolders.
    • No unsigned installation behavior group policy setting (Windows 2000 only) is set to do not allow installation or warn, but allow installationor the policy of binary value is not set to 0 in the following registry key:
      The HKEY_LOCAL_MACHINE\Software\Microsoft\Non-Driver signing
    • The group policy enable trusted publisher lockdown setting is turned on, and you do not have the appropriate certificate in your trusted publishers certificate store. This group policy setting is under User Configuration, under Windows settings, Internet Explorer Maintenance, under Security, under Authenticode settings in the Group Policy MMC snap-in.
    • You install Internet Explorer 6 SP1 and the update of security 823559 (MS03-023) is installed. For more information about this issue, click on the number below to view the article in the Microsoft Knowledge Base:
      828031 (http://support.microsoft.com/kb/828031/) error "the software you are installing has not passed Windows Logo testing...". "message when you try to install Internet Explorer 6 Service Pack 1
    • The software distribution folder is corrupted.

    RESOLUTION

    To resolve this problem, use the following methods. Once you perform the operations...
    To resolve this problem, use the following methods. After completing the steps in each method, check to see if the issue is resolved before you go to the next method. If the problem is resolved by any method, you do not have to use other methods.

    Method 1: Rename the Edb.log file rename the Edb.log file, and then try again to install the program. To rename the Edb.log file, follow these steps:

    1. Click Start, click run, type cmd in the Open box, and then OK.

      Note On a Windows Vista-based computer, click Start, type cmd in the box to search for text and right click on cmd.exe, and then click run as administrator.

    2. At the command prompt, type the following command and press ENTER:
      Ren %systemroot%\system32\catroot2\Edb.log *.tst

    Method 2: Set the Services of cryptography on AutoSet to automatic Cryptographic Services and then try again to install the program. To set the cryptographic on AutoServices, follow these steps:

    1. Start the Administrative Tools utility in control Panel.
    2. Double-click Services.
    3. Click Cryptographic Services, and then click Properties.
    4. Click Automatic for Startup type, and then click Start.

    Note Windows 2000 does not list Cryptographic Services in the SERVICES Administration utility.

    Method 3: Rename the folder Catroot2 rename the Catroot2 (Windows XP and Windows Server 2003 only) folder and then try to install the program again.

    Note Skip this method if the operating system is Windows 2000.

    To rename the Catroot2 folder, follow these steps:

    1. Click Start, click run, type cmd, and then click OK.
    2. At the command prompt, type the following commands and press ENTER after each line:
      net stop cryptsvc
      Ren %systemroot%\System32\Catroot2 oldcatroot2
      net start cryptsvc
      output
    3. Remove all tmp*.cat to the following folder:
      % systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

      If any of the files that begin with tmp exist in this folder, do not remove any other files. Files .cat in this folder are necessary for installing hotfixes and service packs.

    Important Do not rename the folder C:\windows\system32\catroot. The Catroot2 folder is automatically recreated by Windows, but the C:\windows\system32\catroot folder is not recreated if is renamed the folder C:\windows\system32\catroot.

    Method 4: Reregister DLL files that are associated with Cryptographic Services for files .dll registry that are associated with Cryptographic Services, follow these steps:

    1. Click Start, click run, type cmd in the Open box, and then OK.

      Note On a Windows Vista-based computer, click Start, type cmd in the Search box and right-click on cmd.exe, and then click run as administrator.

    2. At the command prompt, type the following commands and press ENTER after each command:
      regsvr32 /u softpub.dll
      regsvr32 /u wintrust.dll
      regsvr32 /u initpki.dll
      regsvr32 /u dssenh.dll
      regsvr32 /u rsaenh.dll
      regsvr32 /u gpkcsp.dll
      regsvr32 /u sccbase.dll
      regsvr32 /u slbcsp.dll
      regsvr32 /u mssip32.dll
      regsvr32 /u cryptdlg.dll
      output

      Note If you are prompted, click OK .

      Note Microsoft Windows 2000 does not include the Sccbase.dll file. If you are running a version of Windows 2000, omit the Sccbase.dll file.

    3. Restart your computer.
    4. Click Start, click run, type cmd in the Open box, and then click OK.
    5. At the command prompt, type the following commands and press ENTER after each command:
      regsvr32 softpub.dll
      regsvr32 wintrust.dll
      regsvr32 initpki.dll
      regsvr32 dssenh.dll
      regsvr32 rsaenh.dll
      regsvr32 gpkcsp.dll
      regsvr32 sccbase.dll
      regsvr32 slbcsp.dll
      regsvr32 mssip32.dll
      regsvr32 cryptdlg.dll
      output

      Note If you are prompted, click OK .

      Note Microsoft Windows 2000 does not include the Sccbase.dll file. If you are running a version of Windows 2000, omit the Sccbase.dll file.

    6. Restart the computer.

    Method 5: Remove the hidden %windir%\System32 and its subfolders attribute

    1. Click Start, click run, type cmd in the Open box, and then OK.

      Note On a Windows Vista-based computer, click Start, type cmd in the Search box and right-click on cmd.exe, and then click run as administrator.

    2. At the command prompt, type the following commands, pressing ENTER after each line:
      attrib s h % windir %
      attrib s h %windir%\system32
      attrib s h %windir%\system32\catroot2

    output

    Method 6: Set a strategy without driver signature silently succeed if you are running a version of Windows 2000, set the silent success no unsigned installation behavior group policy setting. This group policy setting located under Computer Configuration, under Windows settings, under security settings, under local policies, under Security Options in the Group Policy MMC snap-in. If you are running Windows XP or a later version of Windows, this group policy setting is no longer supported. In this case, follow these steps to resolve this problem:

    1. Click Start, click run, type regedit, and then click OK.

      Note On a Windows Vista-based computer, click Start, type regedit in the Search box and click on regedit.exe, and then click run as administrator.

    2. Locate and then click the following key in the registry:
      The HKEY_LOCAL_MACHINE\Software\Microsoft\Non-Driver signing
    3. Right-click on the Policy binary value, and then click change.
    4. The value data will appear in the following format:
      0000 02

      Press DELETE to remove the current value (02 in this example), and then type 0 (the current value will now appear as 00).

    5. Click OK, and then quit the registry editor.

    Method 7: Temporarily turn off Trusted Publishers Lockdown and install the certificates to your trusted publishers certificate store you can continue to use the group policy enable trusted publisher lockdown setting, but you must first add the certificates in your trusted publishers certificate store. To do this, disable the group policy enable trusted publisher lockdown setting, install the certificates in your certificate and then trusted publishers store on the setting of group policy enable trusted publisher lockdown again. To install the certificate suitable for Microsoft Windows and Microsoft Internet Explorer updates, follow these steps:

    1. Download the product of Microsoft update you want to install from the Microsoft Download Center, the Windows Update Catalog or the Microsoft Update Catalog. For more information about how to download updates from Microsoft Download Center, click the number below to view the article in the Microsoft Knowledge Base:

      119591 (http://support.microsoft.com/kb/119591/) how to obtain technical support files from Online Services Microsoft

      For more information about how to download updates from the Windows Update Catalog, click on the number below to view the article in the Microsoft Knowledge Base:

    323166 (http://support.microsoft.com/kb/323166/) how to download updates that include drivers and hotfixes from the Windows Update Catalog
  • Extract the package to update product in a temporary folder. The command line that you use to do this depends on the update that you are trying to install. View the Microsoft Knowledge Base article associated with the update to determine the command line switches appropriate that you will use to extract the package. For example, to extract the 824146 security for Windows XP update to the C:\824146 folder, run Windowsxp-kb824146 - x 86 - enu - x: c: \824146. To extract the 828750 security for Windows XP update to the C:\828750 folder, run q828750.exe/c t:c:\828750.
  • Right click on the file KBNumber.cat to the package to update product to the temporary folder you created in step 2, and then click Properties.

    Note The KBNumber.cat file may be in a subfolder. For example, the file may be in the C:\824146\sp1\update folder or in the C:\824146\sp2\update folder.

  • On the Digital Signatures tab, click the digital signature and then click Details.
  • Click view certificate, and then click install Certificate.
  • Click Next to start the Certificate Import Wizard.
  • Click place all certificates in the following store, and then click Browse.
  • Click approved publishers, and then click OK.
  • Click Next, click Finish, and then click OK.
  • Method 8: Check the status of all certificates in the certification path and import missing certificates or damaged from another computer to verify certificates in the path of certificate for a Windows or Internet Explorer product update, follow these steps: step 1: Verify Microsoft certificates

    1. In Internet Explorer, click on Toolsand then click Internet Options.
    2. On the content tab, click certificates.
    3. Certificate authorities roots of trust tab, double-click Microsoft Root Authority. If this certificate is missing, go to step 2.
    4. On the general tab, make sure that the dates valid from are 10/01/1997 to 12/31/2020.
    5. Under the Certificate path tab, verify that this certificate is OK appears under certificate status.
    6. Click OKand then double-click the NO LIABILITY ACCEPTED certificate.
    7. On the general tab, make sure that the dates valid from are 11/05/1997 to 01/07/2004.
    8. On the Certificate path tab, check whether the certificate has expired or is not yet valid or this certificate is OK appears under certificate status.

      Note Although this certificate is expired, the certificate will continue to work. The operating system may not work properly if the certificate is missing or revoked. For more information, click on the number below to view the article in the Microsoft Knowledge Base:

      293781 (http://support.microsoft.com/kb/293781/) Trusted certificate root that are required by Windows 2000, Windows XP and Windows Server 2003
    9. Click OKand then double-click the GTE CyberTrust Root certificate. You can have more than one of these certificates with the same name. Check the certificate that has an expiration date of 02/23/2006.
    10. On the general tab, make sure that the dates valid from are "23/02/1996-02/23/2006."
    11. Under the Certificate path tab, verify that this certificate is OK appears under certificate status.

      Note Although this certificate is expired, the certificate will continue to work. The operating system may not work properly if the certificate is missing or revoked. For more information, click on the number below to view the article in the Microsoft Knowledge Base:

    293781 (http://support.microsoft.com/kb/293781/) Trusted certificate root that are required by Windows 2000, Windows XP and Windows Server 2003
  • Click OK, and then double-click Thawte Timestamping CA.
  • On the general tab, make sure that the dates valid from are "31/12/1996 to 12/31/2020."
  • Under the Certificate path tab, verify that this certificate is OK appears under certificate status.
  • Step 2: Import the missing certificates or damaged if one or more of these certificates are missing or corrupted, export the missing certificates or damaged on another computer, and then install the certificates on your computer. To export certificates to another computer, follow these steps:

    1. In Internet Explorer, click on Toolsand then click Internet Options.
    2. On the content tab, click certificates.
    3. Certificate authorities roots of trust tab, click the certificate you want to export.
    4. Click export, and then follow the instructions to export the certificate as a DER encoded Binary x.509 (.) REB) file.
    5. Once the certificate file has been exported, copy it to the computer where you want to import.
    6. On the computer where you want to import the certificate, double-click the certificate.
    7. Click install Certificate, and then click Next.
    8. Click Finish, and then click OK.

    Method 9: Clear the temporary file and restart the hotfix installation or the installation of the service pack Note Skip this method if the operating system is Windows 2000.

    To clear the temporary file and restart the hotfix installation or the service pack installation, follow these steps:

    1. Remove all tmp*.cat of the following folders:

      systemroot\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}

      systemroot\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

    2. Delete all the kb*.cat files in the following folders:
      % systemroot%\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
      % systemroot%\System32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
    3. Remove all the oem *. * files in the % systemroot %\inf folder.
    4. At the command prompt, type the following commands. Press ENTER after each command.
      net stop cryptsvc
      Ren %systemroot%\System32\Catroot2 oldcatroot2
      net start cryptsvc
      output
    5. Restart the installation of the patch failed or the installation of the service pack.

    Method 10: Empty the software distribution folder

    1. Click Start, click run, type services.msc and click OK.

    Note On a Windows Vista-based computer, click Start, type services.msc in the Search box, click services.mscand then click run as administrator.

  • In the Services (Local) pane, click automatic updates, and then click stop.
  • Reduce the Services (local) window.
  • Select all the contents of the Windows distribution folder, and then delete them.

    Note By default, the Windows distribution folder is located in the folder drive: \Windows\SoftwareDistribution. In this place, the drive is a placeholder for the drive where Windows is installed.

  • Make sure that the Windows distribution folder is empty and enlarge the Services (local) window.
  • In the Services (Local) pane, click automatic updates, and then click Start.
  • Restart the computer, and then run Windows Update again.
  • Method 11: Perform an upgrade on site for more information about how to perform an upgrade on the spot, click on the number below to view the article in the Microsoft Knowledge Base:

    315341 (http://support.microsoft.com/kb/315341/) how to perform an upgrade on the spot (reinstallation) of Windows XP

    MORE INFORMATION

    For more information about a resolution that is intended for Windows 2000 only.
    For more information about a resolution that is intended for Windows 2000 only, click on the number below to view the article in the Microsoft Knowledge Base:

    281458 (http://support.microsoft.com/kb/281458/) error message when you install a service pack Windows 2000 or product update

    This problem has been reported to occur with the following updates:

    328310 (http://support.microsoft.com/kb/328310/) MS02-071: a failure in management of Windows WM_TIMER messages may allow elevation of privileges
    810565 (http://support.microsoft.com/kb/810565/) of the hyperlinks open in Internet Explorer instead of in default browser or Help and Support Center
    327979 (http://support.microsoft.com/kb/327979/) game stops responding (hangs) or when the introductory video is played
    322011 (http://support.microsoft.com/kb/322011/) you cannot preview a fax in the Fax Console
    811630 (http://support.microsoft.com/kb/811630/) HTML Help update to limit functionality when it is invoked with the window.showHelp method)
    810577 (http://support.microsoft.com/kb/810577/) MS03-005: a buffer uncontrolled in the Windows Redirector may allow elevation of privileges
    329441 (http://support.microsoft.com/kb/329441/) you cannot create a network connection after you restore Windows XP
    329170 (http://support.microsoft.com/kb/329170/) MS02-070: a flaw in SMB signing may permit group policy to change
    810833 (http://support.microsoft.com/kb/810833/) MS03-001: buffer uncontrolled in the Locator service may allow code to run

    For more information about configuring automatic updates in Windows XP, click on the number below to view the article in the Microsoft Knowledge Base:

    306525 (http://support.microsoft.com/kb/306525/) how to configure and use automatic updates in Windows XP

    Best regards, Sohail Patel "MCSE 2003 | ITILv3 | "A journey of a thousand miles begins with a first step."

  • My computer will otherwise not updating windows. 80072EE2 error code

    The last update was on 8/14 and since then I can not access the server for updates.  My machine is a Toshiba Satellite L555, CPU Intel Core 2 Duo, 4 GB, 64-bit with Windows Home Premium.  I get error code 80072EE2. I installed Norton Internet Security.
    This problem also exists on two other computers.  One is a Dell Inspiron with Vista which has had the problem for several months and the other is a same Toshiba that is fresh out of the box and has no additional firewall or antivirus protection.  I would be very appeciate any assistance. I tried to disable the firewall and added update sites to trusted sites.

    Hi Rtgf123,

    If Windows Update, error 80072ee2 during updates, the Windows Update servers may experience an unusually high number of requests for updates. Close Windows Update, wait 10 to 15 minutes, and then run Windows Update again. Alternatively, you can wait for automatic update of Windows run at its next scheduled time.

    Visit this link for more information on this error.

    Bindu R - Microsoft technical support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • When you try to use windows update I get this error: error number: 0 x 80070424. In addition, automatic updates in Security Center is disabled, and I can't activate it.

    When you try to use windows update I get this error: error number: 0 x 80070424.  In addition, automatic updates in Security Center is disabled, and I can't activate it.

    Tre,

    A KB was created for the error code 0 x 80070424 that appears when you install Microsoft Windows Update/Microsoft Update. The KB includes an automated Microsoft Fix it 50686 that corrects the problem. Look at the following KB: http://support.microsoft.com/kb/968002>

    Suggest you download and save the fix it.

    Then close all open programs and browsers before running MS fix 50686.msi.

    `~`

    Suggest that you first spread malware as the cause of the problem by following these steps:

    (1) have your system scanned by the antivirus/security suite installed.
    (2) run this tool from Kaspersky: how to remove malware belonging to the family Rootkit.Win32.TDSS

    http://support.Kaspersky.com/viruses/solutions?QID=208280684>
    (3) download, install, update and run full scans with two of these tools free anti-malware:

    MalwareBytes AntiMalware

    http://www.Malwarebytes.org/products/malwarebytes_free>

    SUPERAntiSpyware

    http://SUPERAntiSpyware.com/superantispywarefreevspro.html>

    (4) run the Windows XP and Windows Server 2003 System File Checker (Sfc.exe) tool:

    http://support.Microsoft.com/kb/310747>

    `~`

    If no malware has been detected, there's a Fixit on this page which will reset the Windows Update components:

    How to reset Windows Update http://support.microsoft.com/kb/971058components >

    Suggest you download and Save it. Then, close all the open programs and web browsers.
    Run Microsoft Fixit 50202.msi and choose its default mode.
    After that he finished the race, see if the return code is displayed again when looking for updates.

    If not, then run the Fixit once more and choose his Aggressive mode.
    Restart once it is finished and see if the return code always appears when the updates.

    IF malware is detected, then please post if it has been removed and that the specific name of what has been detected.

    Please let us know if it did or did not help to solve your problem.

    If this ANSWER helped, my post as ANSWER of marking close your thread.

    06/26 / 1108:34:03

  • B210A Photosmart - server connection error and does not connect to the wireless router

    I have problems setting up and to connect my router to my new printer b210A. Everything goes well with the initial configuration, and when asked to connect to the network at the start, it works. Then he said that the printer requires updates, downloads of updates, reboots, asks me if I want to activate eprint and as soon as I said 'Ok', I get a "the server connection error" and it is then no longer connected to the network. When I get out of the "server connection error" screen and attempt to reconnect to the network, he says 'Success', prints a Test report wireless, but never connects.

    It's the 2nd printer that I have had in a week, given that the person of HP online chatting told me my first printer had problems of "hardware", after experiencing the same problems and I'll be recommended. So - I did, and now I'm running into the same issues. The number of 800 was NO HELP - after recommended I have unplug and reconnect, then telling me there were server errors (when the printer was not connected to the network).

    We will set an IP address of the printer with a special focus on DNS domains:

    -Print a the front of the printer Network Setup Page. Note the IP address of the printer.
    -Enter the IP address in a browser to reveal the internal settings of the printer.
    -Choose the network tab, then wireless along the left side, then on the IPv4 tab.
    -On this screen, you want to set a manual IP address. You must assign an IP address outside the range that the router sets automatically (called the DHCP range). You can find the beach DHCP from the router using its internal settings page or in its manual. Use the CD that came with your router or type the IP address of the router (ends para.1) in a browser.
    -Apply the subnet 255.255.255.0 (unless you know it's different, if so, use it)
    -Enter the IP of your router (on the Page of the Network Config) for the gateway

    -For the first DNS 8.8.8.8 and 8.8.4.4 for the second use.
    -Click 'apply '.

    Now, stop the router and printer, start the router, wait, and then start printing.

    After that, you will have to redo 'Add printer' using the new IP address.

  • Cannot do an update of Windows 8 (error code 800F081F)

    I just update my Windows 7 laptop to windows 8 pro and found that I could not install any update due to this error 800F081F. It seems that MS had a solution, "System Update Readiness Tool", for all other versions of windows vista to server 2008. but does anyone know any solution for windows 8?

    A few attempts, I did:

    I tried troubleshooting to resolve the Windows Update automatically, but it does not help (more funny thing is that when troubleshooting a full it actually says 'error Windows Update Database that can be detected 0x800f081f - set');

    I tried a tool called MS 'fix' but the problem is still there;

    I even uninstalled my anti-virus software and use Windows Defender instead; I also tried restarting Windows Update services several times.

    I just wanted to share with someone else who was having this problem, what it was that I did to solve it. First some quick information, it's a whole new HP laptop was so no update on windows 7.

    First of all, I had problem updated because of a device with a codec installed HP that are in conflict with an update of the Windows Codec, I solved that and manually updated this single update. Then Windows update has not yet. I tried to do the CISD w / option Restorehealth as suggested earlier in this post, but nothing helped.
    Research led me to the following "C:\Windows\servicing\Packages\" in this folder folder, I did a quick search for some of the failure update KB numbers... (KB2727528 for example) and of course found the following...
    Package_for_KB2727528 ~~6.2.1.0 cat and mum files
    Package_1_for_KB2727528 ~~6.2.1.0 cat and mum files
    Package_for_KB2727528_RTM ~~6.2.1.0 cat and mum files
    With the help of the following command (note to try to remove the _1_ or _RTM translates a found package!):
    DISM/online/NoRestart/Remove-Package /packagename:Package_for_KB2727528 ~~6.2.1.0
    and received a package of 100% deleted! No question! Installed just this success of update and booyaah, by restarting seemed to stall at 15%, but then after a few minutes and the success continued.
    Then I wrote a batch file to run the above command at a namefor package anything with a KB code in the updated Windows and viola list, all have been removed. Windows Update then completed successfully!
    As noted my wife... What do people who don't know computers and software as well as me, and I told him they probably take back them for a refund, and she answered: that's why people use Mac LOL! Probably true. I hope this helps someone else.
    After 20 + years you would think MS would have eventually stopped releasing broke software Windows * sigh *.
    Doc.
  • I need to update my server password

    I have a Mac - OS V Yosemite 10.10.3 - and Adobe Dreamweaver CS 5.5.

    Night before last, 06/05/15, I got a warning window in the upper right corner of my Mac that says something necessary to install... those never say what will change.  I gave him.

    Since that time, I have been unable to FTP my files to my remote site:

    Now, I get an FTP error when I tried to access my remote files.

    "An FTP error occurred - cannot establish a connection to the host."  Dreamweaver can connect to the host 'ftp.startlogic.com '.

    I called the server and somehow my password for the server no longer worked (he had worked two days earlier) so my server password has been changed.

    Now, the server supports the person says I need to update my server password to reconnect to the Dreamweaver and I can't understand how to do this in the section management of the Site.

    Never did what I use a third party ftp (much better in my opinion) BUT I guess you could go to the Site > Manage Sites > select the site you want to manage > click on the pencil icon (edit) at the bottom of the places Panel > select servers and set up information in this Panel. If the site already exists in the site Panel, click the pencil to change the setting (I guess for that you have configured this information initially) - choose ftp in the 'Connect' tab drop-down menu "basic" fill in the connection information, take a deep breath and see what happens.

    It is not possible that your server password could change unless this was done manually or with the Web host has changed without informing you, as some do.

    EDITED.

    CS5.5 may be slightly different:

    Site > Manage Site > Select site from list > Edit > advanced > Remote Info > choose ftp from the access drop > fill in the information and make sure you check the box "use passive ftp mode."

  • Move another Update Manager server

    So I try to spend our Server Update Manager to its own server in our Virtual Center (vCenter?) server. With hindsight this may not be the best approach, but here's what happened.

    I will stop the service and uninstalled the update of the dedicated server VMUM Manager. I then did a clean installation of U3 Manager Update on our Virtual Center service, with a new database.

    So now, I try to get the Extension Manager update from VMware on the local VI Client is uninstalled, or pointing to the new server VMUM. I found no registry keys on the clients or the VC that point to the old Manager Update Server, but I do check the VC Pb.

    Now my client of VI, said the updated plugin Manager is installed, but when I try and turn it on, it expires either (the remote server was too long) or will appear to be activated without any options.

    Any help? Thank you.

    You missed a step somewhere, the Update Manager is VERY simple.  You will not find the registry keys, because it is a service, it responds to requests.  Then the plug-in responds service on VC, all information that responds to updates.  That's about all.

    Your new VC should be turned off.  You install Update Manager.  Then start the VC service, then the service update manager, and if you followed each line correctly and accurately (a bit like the issuance of instructions in the documentation) it will work.  This is a very simple and easy installation.  This is not really complicated, so if it doesn't work, you lack something, does not have something or gave a wrong info for Update Manager to register.

    If you start VC and update manager they give errors?  Did you reboot the VC AFTER the update server manager installed?

    IF all else fails call VM Ware.  But this process should be simple, there is no real major steps.  If all the services are running, it should work...

  • Web Services problem - server connection error

    Hello world.

    When I try to enable Web Services, I get an error. I am connected to internet (WiFi) and the connection is ok.

    The error is:

    Server connection error

    The printer could not connect to the server. Check the internet connection and try again, or enter a proxy address.

    I do not have a proxy, and the internet connection is ok! Why do I have this problem?

    Thank you very much.

    We will set an IP address of the printer:

    -Print a the front of the printer Network Setup Page. Note the IP address of the printer.
    -Enter the IP address in a browser to reveal the internal settings of the printer.
    -Choose the network tab, then wireless along the left side, then on the IPv4 tab.
    -On this screen, you want to set a manual IP address. You must assign an IP address outside the range that the router sets automatically (called the DHCP range). You can find the beach DHCP from the router using its internal settings page or in its manual. Use the CD that came with your router or type the IP address of the router (ends para.1) in a browser.
    -Apply the subnet 255.255.255.0 (unless you know it's different, if so, use it)
    -Enter the IP of your router (on the Page of the Network Config) for the bridge and the first DNS. Let the second white.< the="" dns="" could="" be="" your="" problem.=""  if="" this="" does="" not="" work,="" try="" google's="" dns="">
    -Click 'apply '.

    Now, stop the router and printer, start the router, wait, and then start printing.

    After that, you will have to redo 'Add printer' using the new IP address.

Maybe you are looking for

  • Satellite computer C75D laptop: HP Solution center opens, and then disappears

    Apparently, there was a software update HP on 18/12/15 followed by 2 updates to windows 12/22 and 12/25/15.  I did not use the meanwhile hp Solution Center, so I don't know which is the origin of the problem.  When I try to open the software, I see i

  • How to open a window in full screen

    original title: just to start on the computer... can't get the shot all the way to the edge of the screen... tried to grab and drag but you notwork please help I started on the computer in January... just got another computer... when I go to a web si

  • advrcntr2.dll is missing error.__how do I put back it

    M email addr. is E-mail address is removed from the privacy *.

  • problem starting then Startup Repair

    OK, I had this problem a few weeks ago, sometimes to any day and time when I turn the computer the morning it does not start, I turn works a few times and it starts to work, then I freezes everything trying to start, restart and then comes an option

  • Duplicate layers Adobe Flash hard

    Hellowhenever I have duplicate an object to other layers in Adobe Flash and try to change the color of the object in a single layer it changes automatically colours on all layers. How break the pattern and change the color of different layers instead