Bug or feature limitation: cannot pin header on version site telephone

Hello

Check out this file. Watch it in phone mode. Listen to samples and note that I can't pin the header/NAV.

Bug or feature limitation?

Dropbox - MicrositeRedesign04.muse.zip

Dave

Setting to 1 it will scroll the scrolling speed. You want it to be 0, so it does not scroll at all.

Tags: Adobe Muse

Similar Questions

  • Cannot Modify Header Information error

    Hi all

    I working to build a members area only on my site and have used the "turorial" provided in dreamweaver help.  After you have created the pages but I meet erros that I think has to do with the redirect.

    On my registration page (www.hondovfd.org/newsite/register.php), I get the error:

    Warning: cannot modify header information - headers already sent in /var/home/hondovfd/hondovfd.org/www/newsite/register.php on line 50

    Registration passes by, as I can see it in my database, but the error prevented anything more.

    On my login page (www.hondovfd.org/newsite/login.php), I immediately get these two errors when the page is loaded:


    Warning: session_start() [Function.session - start]: Cannot send session cookie - headers already sent in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 1074249146

    Warning: session_start() [Function.session - start]: Cannot send session cache limiter - already sent headers (output started at var/home/hondovfd/hondovfd.org/www/newsite/login.php:1074249146) in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 1074249146

    And once I get a name of user and password valid this error is also added:

    Warning: cannot modify header information - headers already sent by (output started at var/home/hondovfd/hondovfd.org/www/newsite/login.php:1074249146) in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 68

    If you want to try and diagnose the name of user and password that I use is 'test' for both fields.

    Someone has any ideas why this happens?

    Thank you

    David

    Take another look at what I wrote. You need to replace the path with a relative to the document. Yours is relative to the root of the site.

    PHP include and require constructions do not include site-relative links to the root. The include command should look like this:

    
    
  • WARNING: Cannot modify header information - redirects with the server behaviors

    I know it's an old question, but I can't find the answer.  I get an error when you use the update of the server behavior redirects the Add record  I get the error message: warning: cannot modify header information - headers already sent by (output began to...)

    I deleted as much white space before the header() function and I still get the error.

    <? php require_once('.. / Connections/Old4thDB.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"] == "UpdateVarietyForm")) {}

    $updateSQL = sprintf ("setting a DAY various SET varietyName = %s varietyType = %s varietyAlphaAcidGeneral = %s, varietyBetaAcidGeneral = %s, varietyOld4thAA = %s, varietyOld4thBA = %s, varietyEssenOil1 = %s, varietyEssenOil2 = %s, varietyEssenOil3 = %s, varietyEssenOil4 = %s, varietyEssenOil5 = %s, varietyEssenOil6 = %s WHERE variety_id = %s",

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

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

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

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

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

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

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

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

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

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

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

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

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

    @mysql_select_db ($database_Old4thDB, $Old4thDB);

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

    $updateGoTo = "varieties.php";

    If (isset {}

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

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

    }

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

    }

    @mysql_select_db ($database_Old4thDB, $Old4thDB);

    $query_rsUpdateVariety = "SELECT * FROM variety";

    $rsUpdateVariety = mysql_query ($query_rsUpdateVariety, $Old4thDB) or die (mysql_error ());

    $row_rsUpdateVariety = mysql_fetch_assoc ($rsUpdateVariety);

    $totalRows_rsUpdateVariety = mysql_num_rows ($rsUpdateVariety);

    ? >

    Am I missing other setups/configurations that could cause this?

    You forgot the most important part of the error message. "Output started at..." tells you where the production has started, guiding you to correct the error.

    The most common cause of this error is a space outside of an include file PHP tags. Most likely guilty is one or more new lines after the closing PHP tag in Old4thDB.php. Remove the closing tag PHP in this folder will be probably solved the problem.

    Another possible cause is using the BOM (byte order mark) on a PHP page. Make sure that the check box for the BOM is deselected in the Save dialog box.

  • ConditionalIndex: bug or feature?

    Let's imagine that we have ConditionalIndex with filter on the fields X and Y, and this index was built by the extractor, which returns the value of a Z field, so I'm expecting that the behavior is something like this:

    public void onUpdate() {
        if (filter.evaluate(entry)) {
            Object value = extractor.extract(entry);
            index.update(entry.getKey(), value);
        }
    }
    
    public void onInsert() {
         // the same behaviour as for on Update()
    }
    
    

    But in fact index is not updated in the following cases:

    (1) cached entry. Given that the fields X and there are no filter, index will not be updated

    (2) updated entry in the cache (no matter by put () or EntryProcessor). Now X and meeting filter, index BUT will not be updated because the field Z (indexed field) has not been changed

    Is this a bug or feature?

    We use 3.7.1.5 consistency

    Hi Alexey

    I'd say it's a bug. I tested it with the test below which fails to 3.7.1.7 and it looks like it is still divided into 12.1.2.

    import com.tangosol.io.pof.ConfigurablePofContext;
    import com.tangosol.io.pof.annotation.Portable;
    import com.tangosol.io.pof.annotation.PortableProperty;
    import com.tangosol.net.BackingMapManagerContext;
    import com.tangosol.net.cache.BackingMapBinaryEntry;
    import com.tangosol.run.xml.XmlElement;
    import com.tangosol.run.xml.XmlHelper;
    import com.tangosol.util.Binary;
    import com.tangosol.util.ConditionalIndex;
    import com.tangosol.util.ExternalizableHelper;
    import com.tangosol.util.Filter;
    import com.tangosol.util.MapTrigger;
    import com.tangosol.util.extractor.PofExtractor;
    import com.tangosol.util.filter.AndFilter;
    import com.tangosol.util.filter.EqualsFilter;
    import org.junit.Before;
    import org.junit.Test;
    
    import static org.hamcrest.CoreMatchers.is;
    import static org.junit.Assert.assertThat;
    
    public class ConditionalIndexTest {
    
        private ConfigurablePofContext serializer;
    
        @Before
        public void setup() {
            XmlElement pofXML = XmlHelper.loadXml("" +
                    "\n" +
                    "     \n" +
                    "  \n" +
                    "    coherence-pof-config.xml\n" +
                    "    \n" +
                    "      1000\n" +
                    "      " + MyDomainClass.class.getName() + "\n" +
                    "    \n" +
                    "  \n" +
                    "");
    
            serializer = new ConfigurablePofContext(pofXML);
        }
    
        @Test
        public void shouldNotAddNonMatchingEntryOnInsert() throws Exception {
            String key = "Key-1";
            MyDomainClass domainObject = new MyDomainClass("X_1", "Y_1", "Z_1");
            Binary binaryKey = ExternalizableHelper.toBinary(key, serializer);
            Binary binaryValue = ExternalizableHelper.toBinary(domainObject, serializer);
            BinaryEntryStub entry = new BinaryEntryStub(binaryKey, binaryValue, null, null);
    
            Filter filter = new AndFilter(
                    new EqualsFilter(new PofExtractor(String.class, 1), "X_2"),
                    new EqualsFilter(new PofExtractor(String.class, 2), "Y_2")
            );
    
            PofExtractor extractor = new PofExtractor(String.class, 3);
    
            ConditionalIndex index = new ConditionalIndex(filter, extractor, false, null, true, null);
            index.insert(entry);
            assertThat(index.getIndexContents().isEmpty(), is(true));
            assertThat(index.isPartial(), is(true));
        }
    
        @Test
        public void shouldAddMatchingEntryIndexOnUpdateWhenExtractedFieldHasNotChanged() throws Exception {
            String key = "Key-1";
            Binary binaryKey = ExternalizableHelper.toBinary(key, serializer);
    
            MyDomainClass domainObjectOriginal = new MyDomainClass("X_1", "Y_1", "Z_1");
            Binary binaryValueOriginal = ExternalizableHelper.toBinary(domainObjectOriginal, serializer);
            BinaryEntryStub entryInsert = new BinaryEntryStub(binaryKey, binaryValueOriginal, null, null);
    
            MyDomainClass domainObjectUpdate = new MyDomainClass("X_2", "Y_2", "Z_1");
            Binary binaryValueUpdate = ExternalizableHelper.toBinary(domainObjectUpdate, serializer);
            BinaryEntryStub entryUpdate = new BinaryEntryStub(binaryKey, binaryValueUpdate, binaryValueOriginal, null);
    
            Filter filter = new AndFilter(
                    new EqualsFilter(new PofExtractor(String.class, 1), "X_2"),
                    new EqualsFilter(new PofExtractor(String.class, 2), "Y_2")
            );
    
            PofExtractor extractor = new PofExtractor(String.class, 3);
    
            ConditionalIndex index = new ConditionalIndex(filter, extractor, false, null, true, null);
            index.insert(entryInsert);
            index.update(entryUpdate);
    
            assertThat(index.getIndexContents().isEmpty(), is(false));
            assertThat((String) index.get(binaryKey), is("Z_1"));
        }
    
        @Test
        public void shouldAddMatchingEntryIndexOnUpdateWhenExtractedFieldHasChanged() throws Exception {
            String key = "Key-1";
            Binary binaryKey = ExternalizableHelper.toBinary(key, serializer);
    
            MyDomainClass domainObjectOriginal = new MyDomainClass("X_1", "Y_1", "Z_1");
            Binary binaryValueOriginal = ExternalizableHelper.toBinary(domainObjectOriginal, serializer);
            BinaryEntryStub entryInsert = new BinaryEntryStub(binaryKey, binaryValueOriginal, null, null);
    
            MyDomainClass domainObjectUpdate = new MyDomainClass("X_2", "Y_2", "Z_2");
            Binary binaryValueUpdate = ExternalizableHelper.toBinary(domainObjectUpdate, serializer);
            BinaryEntryStub entryUpdate = new BinaryEntryStub(binaryKey, binaryValueUpdate, binaryValueOriginal, null);
    
            Filter filter = new AndFilter(
                    new EqualsFilter(new PofExtractor(String.class, 1), "X_2"),
                    new EqualsFilter(new PofExtractor(String.class, 2), "Y_2")
            );
    
            PofExtractor extractor = new PofExtractor(String.class, 3);
    
            ConditionalIndex index = new ConditionalIndex(filter, extractor, false, null, true, null);
            index.insert(entryInsert);
            index.update(entryUpdate);
    
            assertThat(index.getIndexContents().isEmpty(), is(false));
            assertThat((String) index.get(binaryKey), is("Z_2"));
        }
    
        @Portable
        public static class MyDomainClass {
            @PortableProperty(value = 1)
            private String fieldX;
            @PortableProperty(value = 2)
            private String fieldY;
            @PortableProperty(value = 3)
            private String fieldZ;
    
            public MyDomainClass() {
            }
    
            public MyDomainClass(String fieldX, String fieldY, String fieldZ) {
                this.fieldX = fieldX;
                this.fieldY = fieldY;
                this.fieldZ = fieldZ;
            }
        }
    
        private class BinaryEntryStub extends BackingMapBinaryEntry implements MapTrigger.Entry {
    
            private BinaryEntryStub(Binary binKey, Binary binValue, Binary binValueOrig, BackingMapManagerContext ctx) {
                super(binKey, binValue, binValueOrig, ctx);
            }
    
            @Override
            public boolean isOriginalPresent() {
                return getOriginalBinaryValue() != null;
            }
        }
    
    }
    
    }
    }
    

    JK

  • WARNING: Cannot modify header information error

    This is the error i recieve when I use the log in system of my website. The session ID is correctly sent to the database and the form is processed.
    Although, when it comes to redirecting to the logged in homepage this error appears. I have tested this exact script with no problems in my computers local host.
    WHen uploaded online and tested tho the error appears. Please help!:
    Warning: Cannot modify header information - headers already sent by (output started at /home/gr/public_html/members_login_handle.php:6) in /home/gr/public_html/members_login_handle.php on line 97.
    
    The coding for the members_login_handle.php which processes my members_login.php form to login is below:
    
    <?php
    session_start();
    ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main_template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <script type="text/javascript">
    <!--
    var message="";
    ///////////////////////////////////
    function clickIE() {if (document.all) {(message);return false;}}
    function clickNS(e) {if
    (document.layers||(document.getElementById&&!document.all)) {
    if (e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers)
    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
    
    document.oncontextmenu=new Function("return false")
    // -->
    
    function disSel(target){
    if (typeof target.onselectstart!="undefined")
        target.onselectstart=function(){return false}
    else if (typeof target.style.MozUserSelect!="undefined")
        target.style.MozUserSelect="none"
    else
        target.onmousedown=function(){return false}
    target.style.cursor = "default"
    }
    </script>
    
    <script type="text/javascript">
    window.onload = function () {
    document.body.onselectstart = function () {
    return false;
    }
    document.body.ondragstart = function () {
    return false;
    }
    }
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Staff Login</title>
    
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="seo" -->
    <meta name="Description" content="" />
    <meta name="Keywords" content="" />
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->    
    <link href="../stylesheets/main_styles.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <div id="wrap">
      <div id="header">
        <div id="logo"><a href="../index.php"><img src="../images/logo.gif" width="156" height="148" border="0" alt="img" title="Logo"/></a></div>
        Great Linford
      <br />Primary School</div>
      <div id="motto"><div id="myarea"><a href="../html_files/student_area.html" >My Area</a></div>
      Be proud to do the "Right Thing"
        
      <a href="../html_files/student_area.html"><img src="../images/star.gif" width="89" height="89" border="0" alt="img"/></a></div>
     
      <div id="menu">
      <ul>
      <li><a href="../index.php" accesskey="1">Homepage</a></li> 
       <li><a href="../html_files/school_tour.html" accesskey="2">School Tour</a></li> 
       <li><a href="../html_files/calendar.php" accesskey="3">Calendar</a></li>
       <li><a href="../html_files/newsletter.php" accesskey="4">Newsletter</a></li>
       <li><a href="../html_files/events.html" accesskey="5">Events</a></li>
        <li><a href="../html_files/parents.html" accesskey="6">Parents</a></li>
       <li><a href="../html_files/staff.html" accesskey="7">Staff</a></li>
        <li><a href="../html_files/contact_us.html" accesskey="8">Contact Us</a></li></ul>
      </div>
      <div id="content"><!-- InstanceBeginEditable name="page_content" -->
      <?php
    include_once('members_login_con.php');
    $id = $_REQUEST['id'];
    $pwd = md5($_REQUEST['pwd']);
    if(preg_replace('/[a-zA-Z0-9]/', '', $id)){
        echo "Invalid entry"; echo "<br>";
        echo "<a href=\"members_login.php\"><br />Please try again</a>.";
        }
        else{
    $check=mysql_query("SELECT * FROM users WHERE email = '".$id."' AND pwd = '".$pwd."'");
    $row_num=mysql_num_rows($check);
     if($row_num < 1){
        echo "The user name and/or password has been entered incorrectly.";    
        echo "<br />";
        echo "<br />";
        echo "Please <a href=\"members_login.php\">Try again</a>.";
    }else{
        $_SESSION['members'] = md5($_REQUEST['number']);
        $members = $_SESSION['members'];
        $_SESSION['id']=$id;
        $check = mysql_query("SELECT*FROM $table WHERE id= '".$id."' AND pwd = '".$pwd."'");
        $row_num = mysql_num_rows($check);
        if($row_num < 1){
            mysql_query("INSERT INTO $table (session,id,pwd) VALUES ('$members','$id','$pwd')");
            header('location:"members_area.php?sess='.$URLsession.'"');
        }else{
            echo "You are not authorised to log in concurrent sessions";
            echo "<br />";
            echo "<a href=\members_login.php\">Try again</a>";
        }
    }
    }
    ?>
    
    Thanks and can't wait to hear back with responses. Been trying to fix it for days...
    If any additional infomation is required I would be happy to provide it.
    Louise

    I wanted to say that you must move the entire block of code above server-side the head tags.

  • PHP error: WARNING: cannot modify header information [...]


    Hello

    I just create a new page in dreamweaver (php server) to update a record, and the generated page gives the error:

    WARNING: Cannot modify header information - headers already [...]

    This happens after the update of the record, when it tries to access the page that I defined in the option "after updating, go to" Update Wizard. If looking at the code help, I put it in pastebinWeb site.

    Can you help me? Thanks in advance.

    Pedro

    PS - Yes, I'm a noob in PHP :-)

    ptknight wrote:
    > I don't see space before or after the php
    > tags. Is there anything else I should be looking? Would it be some parameters
    > or the fact that I write a text in PT (international characters)?

    The problem with spaces, it's that you can't see. The language
    you use is not important. This is something that is sent to the browser
    before the call to the header() function. Take a look at the PHP documentation on
    Header():

    http://www.php.net/manual/en/function.header.php

    The next section is particularly relevant:

    "Remember that header() must be called before any actual output is sent,
    either by normal HTML tags, blank lines in a file, or from PHP. It's a
    very frequent error to read code with include() or require() functions,
    or another file to access work and have spaces or empty lines that are
    output before header() function is called. The same problem exists when you use a
    simple PHP/HTML file.

    If you can't get the problem sorted, the answer is to put this right to
    at the top of your script:

    Also, you should put this right at the end of the page:

    This example gets around the problem of "headers already sent" by the buffering the
    output. Get rid of the problem by tracing his cause is best
    solution, however.

    --
    David powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Align objects feature does not work in trial version of Illustrator CC?

    Align objects feature does not work in Illustrator CC brand new MacBook Pro trial version, tried etc. reboot. Is this a software bug or a limitation of the trial version?

    You might want to delve deeper into this function:

    http://help.Adobe.com/en_US/Illustrator/CS/using/WS714a382cdf7d304e7e07d0100196cbc5f-62f2a .html #WS714a382cdf7d304e7e07d0100196cbc5f-62eaa

    There is even a linked video

  • Gmail said "some important features may not work in this version of your browser, if you have been directed to the basic HTML version. Upgrade to a modern, like Google Chrome browser. Try the standard version in any case. "

    When I visit Gmail using Firefox version 8.0 (running w7) I get this message: "important features may not work in this version of your browser, if you have been directed to the basic HTML version. Upgrade to a modern, like Google Chrome browser. Try the standard version in any case. "

    When I click "Try Standard Version Anyway" it works, but for some reason, Gmail is say that Firefox 8.0 is not a modern browser. Also, whenever I visit Gmail, he returned to the basic HTML version... ba.

    It seems that Google is trying to make you switch to Chrome. I would stick with Firefox, but Gmail is an important part of my browsing...

    I found the solution... browsing around, I found this link:

    http://www.Google.sh/support/forum/p/Gmail/thread?TID=627898d83a02180f & hl = in

    In type of Firefox:

    Subject: config

    Filter the results with:

    "general.useragent.

    All fields that are "BOLD" must be reset to ZERO. Do a RIGHT CLICK and RESET each field "BOLD".

    Worked on my w7 machine!

  • Installed FF7 and wesites that accuweather, my yahoo, youtube, etc cannot run video. Is this a problem with Java script. Cannot download the latest version of Java. Thank you

    Cannot watch videos on Web sites


  • Cannot send new 2011 version of quickbooks?

    Cannot send new 2011 version of quickbooks? Said the missing component? Downloaded xps and still nothing.

    Contact Quickbooks support.

  • Try to install Windows XP but don't get a message: Setup cannot find a previous version of Windows installed on the computer.

    Install XP instead of Vista

    I tried to install XP in my laptop ASUS PRO31jr which currently has Vista Home Premium installed.  I updated the BIOS first and changed the boot on CD/DVD order.  Disk load bunch of drivers, then when it gets to the installation, said he cannot find a previous version of windows installed on the computer and calls for an XP Home edition (full version), or a CD of XP Professional (full version).  The CD I have is XP Professional Academic Edition version 2002.  RHE booklet supplied with the disc seems to indicate that this is the full version, and I successfully used to clean install on XP.  Is the drive of my problem?  I would appreciate a difinative answer if anybody out there knows for sure.  Goodwich.

    If the message "Setup cannot find a previous version of Windows installed on the computer", you have an upgrade version that requires Windows XP Home Edition installation.

  • I use IE9 and cannot download files on Web sites. Is there a solution?

    I use IE9 and cannot download files on Web sites.  It allows me to locate the file, and then he says your file is downloaded, but just keeps spinning.

    This happens on several sites and when I call their tech support, I said that there is a problem with IE9. If I use another laptop with IE8, there is no problem.

    Open a browser window,

    Press the F12 key, then click browser mode,

    Click on ie8.

  • After the execution of Windows 7 for 2 years that I now have a windows message facility is illeagal. Tried to reinstall windows, but the message is cannot install a previous version

    After the execution of Windows 7 for 2 years that I now have a windows message facility is illeagal. Tried to reinstall windows, but the message is cannot install a previous version

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Code of Validation caching online: 0x0
    Windows product key: *-* - M892G - 84D7W-VYVVB
    Windows product key hash: 8URszDmqchXk0nyLWXx2jditWJE =
    Windows product ID: 00359-030-0078141-85521
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {656CCD50-41C9-41C3-968E-D29BBD46AA74} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.120330 - 1504
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: 2.0.48.0
    OGAExec.exe signed by: Microsoft
    OGAAddin.dll signed by: Microsoft

    OGA data-->
    Office status: 100 authentic
    Microsoft Office XP Professional - 100 authentic
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3_E2AD56EA-765-d003_E2AD56EA-766-0_E2AD56EA-134-80004005

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program may Explorer\IEXPLORE.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\Windows\system32\sppobjs.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppc.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppcext.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppwinob.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\slc.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\slcext.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppuinotify.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\slui.exe[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppcomapi.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppcommdlg.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppsvc.exe[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\drivers\spsys.sys[6.1.7127.0], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\systemcpl.dll[6.1.7601.17514], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\user32.dll[6.1.7601.17514], Hr = 0x800b0100

    Other data-->
    Office details: {A9BF75C2-FBF3-4795-953B-E259BD0C2131}1.9.0027.06.1.7601.2.00010300.1.0.003x 32*-*-*-*-VYVVB00359-030-0078141-855215S-1-5-21-1580701254-2691487138-3117158855HP-Pavilion,FK484AAR-ABA m9400tAmerican Megatrends Inc.. 5.33 20081107000000.000000 + 0009CE93307018400FA04090409Eastern Standard Time(GMT-05:00)03HPQOEMSLIC-CPC100100Microsoft Office XP Professional10roTAwuyn2K8JnfnZ5p70qCWUSww =54186-640-4025656-1742314 97728824C57890A

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 HomePremium edition
    Description: operating system Windows - Windows (r) 7, retail channel
    Activation ID: 2e7d060d-4714-40f2-9896-1e4f15b612ad
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00359-00170-030-007814-01-1033-7600.0000-3102009
    Installation ID: 010516027730660442597094592351394511091775644602024082
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: VYVVB
    License status: licensed
    Remaining Windows rearm count: 5
    Trust time: 10-02-2012 17:32:36

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0x000000000001EFF0
    Event timestamp: 10:1:2012 07:16
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered the file: %systemroot%\system32\sppobjs.dll
    Altered the file: %systemroot%\system32\sppc.dll|sppc.dll.mui
    Altered the file: %systemroot%\system32\sppcext.dll|sppcext.dll.mui
    Altered the file: %systemroot%\system32\sppwinob.dll
    Altered the file: %systemroot%\system32\slc.dll|slc.dll.mui
    Altered the file: %systemroot%\system32\slcext.dll|slcext.dll.mui
    Altered the file: %systemroot%\system32\sppuinotify.dll|sppuinotify.dll.mui
    Tampered files: Check %systemroot%\system32\slui.exe|slui.exe.mui|COM
    Altered the file: %systemroot%\system32\sppcomapi.dll|sppcomapi.dll.mui
    Altered the file: %systemroot%\system32\sppcommdlg.dll|sppcommdlg.dll.mui
    Altered the file: %systemroot%\system32\sppsvc.exe|sppsvc.exe.mui
    Altered the file: %systemroot%\system32\drivers\spsys.sys

    --> HWID data
    Current HWID of Hash: LAAAAAEAAAABAAEAAQABAAAAAgABAAEA6GFOQjaxCJyw9OJsCMr4P8RozDE =

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0x0
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    LASRYVITRAGE HPQOEM SLIC-CPC
    GSCI HPQOEM SLIC-CPC
    SLIC SLIC-CPC HPQOEM
    SSDT HPQOEM SLIC-CPC

    Have you tried to restart by phone?

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us
    ----------------------
    Have you installed a new hardware or software since you started facing this problem?

    Do you have any software installed record cleaning? If so, uninstall it, registry software is known to tamper with Windows activation technologies.

    What Antivirus utility you installed?

    What's your date and time correct?

  • Cannot use the trial version.

    I have intstalled LR CC 2015 following all of the steps in your web page, but cannot use the trial version. It is written that the trial period has expired, but I never use this version before. Is it possible that I can try a free trial of this LR?

    I use a PC with Windows 8.

    Hi Tomek,

    Please see:

    https://helpx.Adobe.com/x-productkb/global/trial-software-expired-early.html

    https://helpx.Adobe.com/creative-cloud/KB/start-trial-fails-creative-cloud-apps.html

    I hope this helps.

    Concerning

    Megha Rawat

  • Hi, can someone tell me if I can I meta tag placed between the head of the site tags in Muse

    Hi, can someone tell me if I can I meta tag placed between the head of the site tags in Muse

    Hello

    Open the page in design creation and go to Page > Page Properties > metadata > paste HTML in forsection.

    You can also check out the link below.

    https://helpx.Adobe.com/Muse/using/strategies-optimizing-sites-search-engines.html#id_3496 3

    Concerning

    Vivek

Maybe you are looking for

  • Z400: z400 upgrade help

    Hi I have an old z400 who was literally given to me for free. I want to upgrade, but I don't know if the parts I want would be compatible. After looking around I discovered that only certain PSU, cpu and gpu are compatible? Here are some quick specs:

  • Things wired keyboard entries after the virus

    Some don t work on my keyboard letters. I got a virus a while ago but I deleted it, or so I thought. I ran several security scans and no virus shows, but I find myself with a keyboard that makes weird stuff. The letter 'i' to do this, the letter 'k'

  • Satellite M40X-149 the use with a digital projector HP 3130

    Hi, new to this, so apologies before you start! I have my M30 laptop and I am trying to link it to a new digital projector - a HP3130.I connected it, turned everything on, began a slide show on my laptop... toggled buttons FN/F5 (a screen comes up wi

  • ERROR IDE #1 - help! (1415 S173 Toshiba)

    My parents have a Toshiba 1415-S173 His computer could not be powered by the AC adapter.They expelled their computer for repair under a warranty they have. The "Order summary" sheet shows that only 'Adapter' and "DC Brd" serviced. I do not understand

  • Pavilion DV4: error of hard disk for Pavilion DV4

    My notebook, it is far too slow, ran a diagnostic hard drive test system. It is said DST short: FAILURE FALITURE ID:Q4KRA3 - 60D7Ge-MFGK01-60SP03 PRODUCT ID: A7J71LA #ABM What I need to get a new drive or it can be saved?