Help PHP - Parse error: syntax error, unexpected T_VARIABLE the meantime

Hello

Just wiondered if anyone can help, I edited the files as requested:-

// 1. Enter the name of your slideshow
$slideshow = "HolyportFC".

// 2. Enter the URL of your site (no trailing slash)
$siteURL = " " http://www.thevillagers.co.UK "

// 3. Enter the absolute path of your site on the server (without slash)
$sitePath = ' home/thevilla/public_html ".

Include the slideshow
include_once ($sitePath. ("" / fpss/fpss.php "); DO NOT CHANGE THIS LINE

But on the PHP example display, I get: -.


Parse error: syntax error, unexpected T_VARIABLE the meantime in /home/thevilla/public_html/example.php on line 43

Wondering if anyone could tell me my mistake?

Thank you

Richard

I'm not a mind reader: do not know what you are referring to measures or what your code is, especially to line 43 where the error message occurs. It is helpful if you describe exactly what you're doing and your code. Put a semicolon after each line that declares a variable where the unexpected error message variable

for example:

$slideshow = "HolyportFC";

Tags: Dreamweaver

Similar Questions

  • PHP/MySQL Parse error: syntax error, unexpected T_VARIABLE the meantime

    I am new to web programming and I'm testing my first PHP/MySQL of HTML data request.

    Already, I get the following error in the analysis:

    Parse error: syntax error, unexpected waiting T_VARIABLE... on line 7.

    Simple code is:

    <? PHP

    $pwd = $_POST ["password"];
    $dbn = $_POST ['database_name'];
    $hnm = $_POST ["hostname"];

    $link_id = mysql_connect ($hnm, $dbn, $pwd);       This is line 7 where I get the error message
    If (isset ($link_id))
    {
    $result = mysql_list_dbs ($link_id);
    echo $result;
    mysql_select_db("hppumps",$link_id);
    $result = mysql_list_tables("hppumps",$link_id);
    echo $result;
    $result = mysql_list_fields ("hppumps", "models");
    echo $result;
    $rows = mysql_affected_rows ($result);
    If ($rows < 1) {echo "error.  Registration has not been added to the database. « ;}
    else {echo "$rows response (s) has been added to the database." ;}}
    }
    on the other
    {
    echo "error.  You were unable to connect to the MySql database";
    }
    ? >

    ANY HELP WITH THIS WOULD BE GREATLY APPRECIATED!

    marcusinfla wrote:

    If it is an exact copy of your code, the problem here and not on the 7 line.

    Do not space between the question mark and the php. The opening PHP tag should look like this:

    		   
  • PHP Parse Error

    I'm new to PHP in Dreamweaver somehwat but understand it well enough to be totally confused as to why I get the following error when the page is loaded:

    Parse error: syntax error, unexpected ' {'}

    Help!

    Thank you, David. Who did the trick. Cut and paste the code that has errors in it... Beginner indeed.

    Just finished your book last week, was an excellent introduction to PHP & DW8, really useful.

    See you soon.

  • XML Parsing Error: unexpected scanner place State: jar:file:///C:/Program%20Files%20 (x 86) /Mozilla%20Firefox/browser/omni.ja!/chrome/browser/content/browser/ab

    Madam/Sir,

    I log on this site everyday to make a contribution (http://theanimalrescuesite.greatergood.com/clickToGive/home.faces?siteId=3) and during the last three days, I was unable to connect. Today, I get this message: XML parsing error: State unexpected location parser: jar:file:///C:/Program%20Files%20 (x 86) /Mozilla%20Firefox/browser/omni.ja!/chrome/browser/content/browser/abt

    Best regards

    Peter

    What Firefox locale (UI language) do you use?

    Try a clean reinstall and delete the program folder before Firefox to (re) install a new copy of the current version of Firefox.

    If possible to uninstall your current version of Firefox to clean the Windows registry and settings in the security software.

    • Do NOT remove the "personal data" when you uninstall your current version of Firefox, because this will remove all profile folders and you lose personal data such as bookmarks and passwords including data profiles created by other versions of Firefox.

    Delete the program folder Firefox before installing newly downloaded copy of the Firefox installer.

    • (32-bit Windows) "C:\Program Files\Mozilla Firefox\"
    • (Windows 64 bit) "C:\Program Files (x 86) \Mozilla.

    Your bookmarks and other personal data are stored in the Firefox profile folder and will not be affected by a uninstall and (re) install, but do NOT delete personal data when you uninstall Firefox which removes all Firefox profile folders and you lose your data.

  • HTML Parsing error: Cannot edit the item container parent before the child element is closed (KB927917).

    Original title: HTML Parsing Error:

    When I go on this particular Web page, I can open the page, but with errors.  The error I get is: HTML Parsing Error: impossible to edit the item container parent before the child element is closed (KB927917).  Can someone out there help me solve this problem.  Also, it is the only Web page devoted to this particular site that does this.

    Hi Debbie9089,

    ·         What browser do you use?

    ·         Have you been able to access this site much earlier?

    If you use Internet Explorer, you can follow this link and check if the problem persists.

    Why do I get an "Operation aborted" error message when I visit a Web page in Internet Explorer?

    Hope the helps of information.

    Please post back and we do know.

  • HELP: "host configuration error: cannot create the file system.

    I am trying to add storage (a number of unit logic of a san fiber channel), but I have this error, as shown in the photos.

    The unit logic (800 GB) number is new and are not used by other processes.

    Does it apply to your Xyratex too?

    Documents found on the net:

    With the current 3i VMware ESX Server 3.5 and ESX Server,.

    Update 2, the creation of the new VMFS datastore fails then

    Xyratex overload management is enabled and the value of Task Set Full.

    :

    VMware newbie...

    Zen Systems Sdn Bhd

    www.no-x.org

  • Error message when opened in the browser - parse error?

    I'm having this problem when I use the image upload server behavior in my PHP file.  Does anyone have an explanation of this error when I open it in a browser?

    There is also a red exclamation mark next to the server behavior.  Is there a place in Dreamweaver that tells me where the error occurs (in Flash)?

    Parse error: syntax error, unexpected $end in... .line 308

    Thanks for your help!

    Balance braces woudn't fix. It's actually a rather obscure PHP function that triggers an error, even if the code is technically correct. Before dealing with that, you download twice form on your page, once in the wrong place and at the right place.

    You must remove the form located on lines 2-25.

    What causes the parse error is how the loop in the dynamic form was built. Change the code at the bottom of the form that is in the body of the page like this:

      /*start dynamic form*/
      for($x=0;$x<$inputfiles;$x++){
        echo "
        
    "; } /*end dynamic form*/ ?>

    The problem was that the loop is contained in the HTML code. Normally, it's not a problem, but the PHP parser has been offended and decided to not play ball. Remove the HTML code and using echo to display it, solves the problem.

    I can't comment on the question of whether the rest of the code is OK. You should check with the person who creates the code for you. But the error has been resolved.

  • Parse error: syntax error, unexpected T_STRING, expecting ', ' or ';' - HELP PLEASE

    On a file for a deletion of records in MYSQL, I have a problem with the code, all other features works great execpt the record removal tool

    The problem is on line 96;

    <td><a href="deleterecprd.php?recordID=<?php echo  $row_ recordsetName [' fieldName ']; ?>"><?php echo $row_Recordset1['Date']; ?></a></td>
    

    The problem is;

    Parse error: syntax error, unexpected T_STRING, expecting ', ' or ';'

    I am running PHP 5.2 / MYSQL 5.1.57

    Thank you

    You have an involuntary space where I put a X:

    $row_XrecordsetName

  • Parse error: syntax error, unexpected waiting T_VARIABLE in line 47.

    Using phpmyadmin I created a simple query and had introduced the program to create the php code, which reads as follows:

    $sql = ' SELECT * FROM 'Donnees_personnelles' WHERE 1 ORDER BY ' Date and time 'ASC LIMIT 0, 30;

    I copy and paste this statement in my code, parts of it are:

    44. $con = mysql_connect ($localhost, $user $password);
    45. $db = @mysql_select_db ($database) or die ("unable to select database");
    46. $br = "< br / > '.
    47. $sql = ' SELECT * FROM 'Donnees_personnelles' WHERE 1 ORDER BY ' Date and time 'ASC LIMIT 0, 30;
    48. $result = mysql_query ($sql);
    49 while ($row = mysql_fetch_array ($result))
    50 {echo $row ["Ref_ID"]. " " . $row ["date and time"]. " " . $row ["ip_address"]. " " . $br;  }
    51 mysql_free_result ($result);
    52. mysql_close ($con);
    53.? >

    Why make this parse error in this "BOLD" line?

    Watch online 46

    46. $br ="
    "

    You must add a semicolon

    46. $br ="
    ";

    Gary

  • Parse error: syntax error, unexpected $end

    I have the following code in a file to reformat the date.

    <?php do { 
    $timeDate = $row_rsIndex['timeDate'];
    $date = date("M j, Y",strtotime("$timeDate"));
    ?>
    

    When I use this code in another file to reformat the date, I get this error. "Parse error: syntax error, unexpected $end in /home/content/e/v/e/everfoundmusic/html/test/tour_main.php on line 148"

    Is that what the problem of ideas? I tried Googling it but has not found an answer.

    Here is the php.

    <?php require_once('Connections/everfoundapp.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
    {
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      }
    
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
    
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;    
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      }
      return $theValue;
    }
    }
    
    mysql_select_db($database_everfoundapp, $everfoundapp);
    $query_rsIndex = "SELECT * FROM tour WHERE timeDate >= CURDATE() ORDER BY timeDate DESC";
    $rsIndex = mysql_query($query_rsIndex, $everfoundapp) or die(mysql_error());
    $row_rsIndex = mysql_fetch_assoc($rsIndex);
    $totalRows_rsIndex = mysql_num_rows($rsIndex);
    
    $colname_rsDetails = "-1";
    if (isset($_GET['id'])) {
      $colname_rsDetails = $_GET['id'];
    }
    mysql_select_db($database_everfoundapp, $everfoundapp);
    $query_rsDetails = sprintf("SELECT * FROM tour WHERE id = %s", GetSQLValueString($colname_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $everfoundapp) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    ?>
    
    
    <?php do { 
    $timeDate = $row_rsIndex['timeDate'];
    $date = date("M j, Y",strtotime("$timeDate"));
    ?>
              
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Tour Schedule</title>
    <link href="style_tour_main.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <?php
    // Show IF id not sent
    if (@$_GET['id'] == "") {
    ?>
    
    <table width="608" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th width="60" align="left" valign="top" scope="row"><strong>Date</strong></th>
        <td width="150" align="left" valign="top"><strong>City | State</strong></td>
        <td width="247" height="30" align="left" valign="top"><strong>Venue</strong></td>
        <td width="161" align="left" valign="top"><strong>Info</strong></td>
      </tr>
    </table>
    <!-- START index -->
        
         <table width="608" border="0" cellpadding="0" cellspacing="0">
             
          <?php do { ?>
          <tr>
                <td width="60" height="19" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['timeDate']; ?><br />
                </a></td>
    <td width="150" align="left" valign="top"><a href="tour.php?id=<?php echo $row_rsIndex['id']; ?>"> </a><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['addrCity']; ?>, </a><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['addrState']; ?></a></td>
            <td width="247" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['venue']; ?></a></td>
            <td width="161" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><em>MORE INFO</em></a></td>
          </tr>
          <tr>
            <td colspan="4" align="left" valign="top" class="space">  </td>
          </tr>
          <?php } while ($row_rsIndex = mysql_fetch_assoc($rsIndex)); ?>
    </table>
    <!-- END index -->
    
    
    <!-- START details -->
    <? } else { ?>
    
    
    <h6><a href="tour_main.php">&laquo; Back to Tour Schedule</a></h6>
    <h1><?php echo $row_rsDetails['timeDate']; ?> - <?php echo $row_rsDetails['addrCity']; ?>, <?php echo $row_rsDetails['addrState']; ?></h1>
    
    <table cellspacing="4">
      <tr>
             <td width="61"><b>Time:</b></td>
            <td width="207" class="dtext"><?php echo $row_rsDetails['timeTime']; ?></td>
        </tr>
        
        <tr>
             <td><b>Venue:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['venue']; ?></td>
        </tr>
        
        <tr>
             <td valign="top"><b>Location:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['addrAddress']; ?><br />
                   <?php echo $row_rsDetails['addrCity']; ?>, <?php echo $row_rsDetails['addrState']; ?> <?php echo $row_rsDetails['addrZip']; ?><br />
           <?php echo $row_rsDetails['addrCountry']; ?></td>
        </tr>
        
        <tr>
             <td><b>Cost:</b></td>
            <td class="dtext">$<?php echo $row_rsDetails['cost']; ?></td>
        </tr>
        
        <tr>
             <td valign="top"><b>Details:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['description']; ?></td>
        </tr>
    </table>
    
    
    <?php }
    // endif id is sent
    ?>
    <!-- END details -->
    </body>
    </html>
    <?php
    mysql_free_result($rsIndex);
    
    mysql_free_result($rsDetails);
    ?>
    

    Hello.. You should change it

    
    
         

    for this

    
    
         
    ">
    $timeDate = $row_rsIndex['timeDate']; $date = date("M j, Y",strtotime("$timeDate")); ?>
  • Stop: c000021a {fatal error} the windows logon system process ended unexpectedly with the status of 0xc0000034 (0x00000000) (0x00000000) need help please system does not start

    Hi my HP Compact computer running with windows Xp professional recently had security tool, antimelware doctor and I kind of have got rid of him, he also put some viruses on the winlog thing and I could not get rid of it with antivirus software that I don't know the name of, Malwarebytes' Anti-Malware and AVG 2011 I did a scan antivirus in safe mode with AVG(in command prompt mode) and he put a bunch of virus the virus volt, I'm out there and there was a running called 2008 command prompt and I clicked on output and it says that this program is not complete (or something similar) save all unfinished work before going out and me did not run this command prompt , so I left Malwarebytes' Anti-Malware and avg, then I restart my computer and we get the blue screen of death say stop: c000021a {fatal error} unexpectedly finished process windows logon process system with the status of 0xc0000034 (0x00000000) (0x00000000) system will reboot, and whenever it restarts, it says the same thing, I can't use safe mode cause it resets and starts normally any help pls I have files I need this computer?

    You can create a bootable XP Recovery CD of Console and replace the file, but it may be easier for you to make boot CD of a Hren.

    When you start the Hiren's CD, choose the XP Mode of Mini and it has an interface in XP style Explorer where you can find and replace the winlogon.exe suspicious or missing file.

    There should be a copy of winlogon.exe here:

    c:\Windows\System32\dllcache

    Rename your current c:\windows\system32\winlogon.exe file (if it exists) and copy / paste the replacement of c:\windows\system32\dllcache.  If you do not see here, search your HARD drive and find one.  Another possibility (depending on your environment) is c:\windows\ServicePackFiles\i386, or c:\i386 d:\i386...

    You just need to replace the file winlogon.exe somehow.

    When you are finished replacing, restart as usual (remove the CD bootable of course).

    With the help of Hiren, you can also copy offshore on an external device (USB key or HARD drive), all personal security files.

    Do you have a Hiren BootCD you can download here:

    http://www.hirensbootcd.NET/

    On the left, click on download, scroll down, choose the latest version, the download link is a little hard to see.  It is at the bottom of the page, above the drop for older versions and looks like this (click this component to download the ZIP file):

    Direct HTTP mirror + Torrent, Torrent Magnet

    Click the "Live HTTP Mirror" link to start the download and save the ZIP file on your desktop of somewhere that you can remember.

    The ZIP file is large, so the download will take probably some time to complete.  Then unzip the download to extract the Hirens.BootCD.ISO file that will be used to create your new bootable CD.

    Create a bootable CD. ISO file is not the same as simply copying the. File ISO onto a blank CD.  You must use software that includes how to burn a. ISO to a CD to create a bootable CD.

    File ZIP the Hiren is the file BurnToCD.cmd that you can double-click to launch it.  The BurnToCD.cmd will use the file BurnCDCC.exe to burn the. ISO file onto a blank CD using your existing CD burner.  You can also use your own burning software as long as your software is able to create a bootable CD. ISO file.  More modern burning programs can create a bootable CD. ISO image.  Create a CD from an ISO image bootable is not the same as just the file on a CD burning.

    If you need a simple and CD burning, this is a free software popular software:

    http://www.ImgBurn.com/

    Here are some instructions for ImgBurn:

    http://Forum.ImgBurn.com/index.php?showtopic=61

    It would be a good idea to test your new bootable CD on a computer running.

    You may need to adjust the computer BIOS settings to use the CD-ROM drive as the first device to boot instead of the hard drive.

    These adjustments are made before Windows tries to load.  If you miss it, you will need to restart the system again.

    When starting on the Hiren's CD, you will see a menu of options.  Choose Mini XP.  It will appear while Windows is loading and you will be presented with a desktop computer that has the look and feel of the interface of Windows Explorer, you are already accustomed to using.

    Using the Mini XP, you can access Internet, maneuvering around your system, search for files, copy files, replace the files and run the scans for malware, edit the text files (like the c:\boot.ini) etc.

    There are dozens of free and useful tools included in the CD that can be used to repair your system or copy your important personal files on another device (like a USB device or an external drive) in the case where you just give up and decide to reinstall your XP (I hope that you will not make this decision).

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • about syntax error unexpected token ' (')

    I wrote a script that having several select statement table of multiples. When I run this script on solaris server it gives error note "about syntax error unexpected token ' ('". ")" can I get an example, how do I write this script. I want xml output which should be send to my email_id

    You try to run the script in your shell?
    If so, you must connect to sqlplus or your client before running select it, as in:

    Create a file containing the queue and select
    MySQL.SQL:

    spool /tmp/script_output.xml
    
    SELECT DISTINCT ...;
    
    spool off
    
    exit
    

    now the shell script should be something like:

    #! /usr/bin/ksh
    # Auth MY_Name
    # Script for SCRIPT_NAME
    
    sqlplus user/password@tnsname @mysql.sql
    
    #echo "script_name" | mail -s "script_name" [email protected]
    
    mail -s "script_name" [email protected]< script_output.xml
    
    exit 0;
    

    Oh - and check your selection works in sqlplus first...
    I'm not strong in unix so no help if this isn't the problem.

    Published by: Pyrocks on December 28, 2010 11:01 - withdrawn the request according to the demand of users

  • Since the update message "XML Parsing Error: undefined entity location: chrome://browser/content/browser.xul 238, column 5 line number:" all - tried help!

    Since an automatic update ran I get the message

    "XML Parsing Error: undefined entity".

    Location: chrome://browser/content/browser.xul

    Number of the line 238, column 5:

    "< broadcaster-^" < br = "" id = "devtoolsMenuBroadcaster_ChromeDebugger" >
    When I try to open Firefox. I had to go back to Internet Explorer - tried all suggested include removing and then reinstalling Firefox, but still not get Firefox to open - help!
    < / diffuser >

    Can you reproduce in Firefox Safe mode?

    It may be an acceleration addon or material affecting (by making the error).

  • "parser error message returned error 0 x 80070017", any help?

    error message occurs at startup and at random after, reads "error analysis of the C:\WINDOWS\Nicrosoft.NET\Framework\v1.1.4332\config\machine.config Parser returned error 0 x 80070017", any help?

    Hi jacquemerritt,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start and then click Run.

    (b) type msconfig and click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal Startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 2: Follow the steps in the article.

    How to repair an installation existing.NET Framework

    http://support.Microsoft.com/kb/306160

  • "VMware converter-all-4.3.0 - 292238.exe NetBSD conversion starts do not/vmware-sysinfo - lin32.sh" received the error code (2) result:. / vmware-sysinfo-lin32: 1: syntax error: "(" unexpected

    Someone at - it successfully converted NetBSD? Thank you.

    Need to VMWARE Converter: Support for NetBSD 3.0 and later, please. I get the below error

    VMware Converter Standalone GUI show me this message: failed to query the source of linux computer

    = vmware-converter-worker - 5.log =.

    [#3] [2011-02-02 09:23:15.300 03084 info "App"] Results of the query to the host 172.30.2.48
    [#3] [2011-02-02 09:23:20.494 03084 error "App"] [Converter Agent SysinfoQuery] while trying to run "C:\Program VMware vCenter Converter Standalone\plink.exe - noprompt - stdin - Pei 22 [email protected] cd nokeycheck /tmp/.vmware-sysinfo-udhrkaaejqfyrfgf/;.» "/ vmware-sysinfo - lin32.sh" received the error code (2) result:. / vmware-sysinfo-lin32: 1: syntax error: "(" unexpected
    [#3]
    [#3] [2011-02-02 09:23:20.494 03084 error "App"] [Converter Agent SysinfoQuery] received an error code (2) of the ssh client which is dealt with later
    [#3] [2011-02-02 09:23:20.494 03084 error "App"] [Converter Agent SysinfoQuery] vmware-sysinfo execution failed; return code: 2; result:. / vmware-sysinfo-lin32: 1: syntax error: "(" unexpected
    [#3]
    [#3] [2011-02-02 09:23:20.494 03084 error "App"] [Converter Agent SysinfoQuery] Query(): Took exception, cleanup before you bail out ([converter Agent SysinfoQuery] implementation of vmware-sysinfo failed; return code: 2; result:. / vmware-sysinfo-lin32: 1: syntax error: "(" unexpected)
    [#3] )
    [#3] [2011-02-02 09:23:21.296 03084 error "App"] [Converter Agent SysinfoQuery] while trying to run "C:\Program VMware vCenter Converter Standalone\plink.exe - noprompt - stdin - Pei 22 [email protected] cat /tmp/.vmware-sysinfo-udhrkaaejqfyrfgf/vmware-sysinfo.log nokeycheck" received the error code (1) result: Cat: /tmp/.vmware-sysinfo-udhrkaaejqfyrfgf/vmware-sysinfo.log: no such file or directory
    [#3]
    [#3] [2011-02-02 09:23:21.296 03084 error "App"] [Converter Agent SysinfoQuery] received an error code (1) of the ssh client which is dealt with later
    [#3] [2011-02-02 09:23:21.296 03084 error "App"] Converter SysinfoQuery the Agent failed to retrieve the log file. return code: 1; result: Cat: /tmp/.vmware-sysinfo-udhrkaaejqfyrfgf/vmware-sysinfo.log: no such file or directory
    [#3]
    [#3] [2011-02-02 09:23:21.998 03084 error "App"] SysInfo query failed with error [converter Agent SysinfoQuery] implementation of vmware-sysinfo failed; return code: 2; result:. / vmware-sysinfo-lin32: 1: syntax error: "(" unexpected
    [#3]
    [#3] [2011-02-02 09:23:21.998 03084 info "App"] Programmed timer cancelled, succeeds StopKeepAlive
    [#3] [2011-02-02 09:23:32.240 04928 info "App"] [Converter.Worker.DiagnosticManagerImpl] build LogBundle.

    You are using a generic NetBSD kernel?

    so I think that it is similar to the Open and FreeBSD.

    hotclone is the waste of time - it won't work.

    Use Coldclone - or dd the entire disk - write a descriptor for him then and use it as vmdk.

    In the other BSD systems I boot first time in single user mode - as everything else probably does not work.
    Can I fix fstab and etc/rc.conf if necessary

    I'm in a hurry - if you need details for dd-road let me know and I explain a bit...

    Ulli

  • Maybe you are looking for

    • On reinstall Firefox matter my Chrome settings and I don't want to do

      Thank you all. I installed Firefox and clicked to have my Chrome settings installed. I don't want that. I uninstalled and deleted the Mozilla folder in Program Files-Applications. I did keep a new facility several times, but the Chrome settings appea

    • 'Bluetooth is not ready' on my laptop

      The pre-installed bluetooth software works very well, since the laptop was purchased, until it suddenly collapsed bluetooth icon appear on the taskbar. When I try to connect to my mouse, the system responds indicating that "Bluetooth is not ready." I

    • HP2009 Office BK290AA #ABA

      I get messages that my hard drive fail soon. I backed up all the data on an external hard drive.  I'm ready to buy an another desktop HP and Iwant to continue with the Windows 7 operating system. I didn't drive when I bought this HP. How can I get th

    • HP Jet 11 X 360: How can I put a 11 flow with the anniversary of 10 Windows Update?

      I know that Windows Update is unable to do so.  I think that the media creation tool box.  But I would like to see a pointer explicit instructions that are considered as complete, effective and safe by HP.

    • Error code 7 while trying to synchronize itunes and ipad

      I installed a set of synchronize my itunes ipad, he stopped me now to do that.  I tied to uninstall itunes and download itunes 10, but it does not allow me to do thi as he comes back with the error code of windows then 999 7. I have need of a few hep

    ">$date; ?>