IWeb comments don't tally with actual comments

Any reason why (and any way to fix) a disparity between the number of comments received on an iWeb blog page (as visible on the web page itself) vs the number of comments recognized and shown in the iWeb application? Mostly it seems to be that I can see more comments online than I can in iWeb ... but I also have instances where its the other way around.
Appreciate your insight.
Andy

As do I, and I'd love to get the comments sync'ed back to my iMac correctly. Anybody have any cunning stratagems?
BTW, I 'm pretty sure I've caused the problem myself by going into iWeb and not realising that new comments have been added online. The wheen exiting iWeb and being asked to save changes responding 'no'.
Many thanks
Peter

Similar Messages

  • "How to...BSP display comments"...problem with row comment

    Hi all,
    After implementing as recommended, I noticed that only comment captured at the 'cell' level of detail are returned (via web layouts). Documents captured using the Row' setting are not available via the embedded BSP.
    The reason, it seems, is that 'row' comments do not have 0AMOUNT attached to the document properties. The soluion reads all documents with a char and key fig cross section based on a level/package definition, and this may be the problem.
    A level/package in BPS0 always needs a key figure (0AMOUNT in my case)....and therefore the "How to.." solution is most likely looking for all documents that have 0AMOUNT, but it is the WIB setting of 'row' that ensures that web-captured documents do not have 0AMOUNT attached.....?
    Marc, does this sound correct? Any ideas how to get around the problem without..?
    Thanks and regards,
    Rael and Natarajan

    Hi,
    This How-to paper is exactly what I was looking for, so thats perfect. However I'd like to display to row comments as well, but it does not seem to work. As far as I can tell, you haven't updated the white paper yet, Marc. Is that correct? What changes do I exactly need to make it work for row comments as well?
    Thanks in advance,
    -Jacob
    UPDATE!
    Ok, I found the place to comment out.
    On the tab Event Handler -> OnInitialization - comment out the following line:
    ls_cha-chanm = cl_sem_mp_documents=>c_name_keyf.
    That seems to do the job.
    Thanks again,
    -Jacob
    Message was edited by: Jacob

  • Iweb files don't transfer with new macbookpro

    I have recently purchased a new macbook pro and don't have a cable firewire 400 to 800 (currently impossible to purchase). migration wirelessly also keeps failing, thus I have had to resort to manually transferring files. I thought I had transferred the iweb files, however, when I launch iweb on my new computer, this requests me to produce a new website - anyone have any ideas of what I am missing? Help appreciated!

    I thought I had transferred the iweb files
    What exactly? It's the Domain file you need to transfer.
    http://iwebfaq.org/site/iWebTwocomputers.html

  • Comments show up in iWeb, but don't appear on published MobileMe site??

    This seems to be a pretty recent problem, perhaps with the latest update?
    So I have enabled comments on my blogs, and in iWeb, the "comment" option shows up. Comments worked previously, because I had several people who had left me comments... NOW, when I publish my site (through MobileMe), the option to leave a comment doesn't even show up on my site. What is going on, here? Needless to say, I am FRUSTRATED! Any help, advice would be great, a solution would be even better.
    Thanks!

    It can often be a problem with MobileMe that comments don't show up.
    What is your url so that we can see what the problem is?

  • Can I send a PDF with added comments via email? When the reciever of the email opens the PDF they don't recieve any of the comments.

    I currently use the free adobe pdf reader. I am allowed to comment on PDF's but when I save the file and send the file with the comments the receiver of the email does not get anyy of the comments. Can anyone help?

    Hi Anubha,
    Thanks for your reply.
    I tried sending myself a pdf document with comments from one email account and I sent it to another email account. I still get the same problem. I basically receive a pdf document with no comments.
    Am I doing something wrong?

  • Printing problem with Summarize Comments?

    Printing problem with Summarize Comments in Pro 10.1.6? When I print, I only get the number boxes on one page and the comments on the next page. The numbered boxes don't show up on the actual image itself.

    Um I dont know if im doing something daft but I tried this like you said
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if(printJob.printDialog()){
    try {
              PageFormat pageFormat = printJob.defaultPage();
              if (pageFormat.getOrientation() == PageFormat.PORTRAIT) {
              landscape = 0;} else {
                   landscape = 1;}
              System.out.println("THE ORIENTATION IS "+ landscape);
              printJob.print(); }
    catch (Exception PrinterExeption) { PrinterExeption.printStackTrace();}
    and it doesnt seem to work as I tried it both as landscape and portrait in the print dialog but landscape is always 0.
    cheers
    pmiggy

  • Problem with posting comments of a specific picture

    So I have been able to post the comment in the page I am creating and that comment is also saved in the comment table in the database with the id of the picture but when i am in the first picture and I comment the comments are posted saved in the database with the id 1 and then i go to the second the comments are also posted and saved in the tabel comment with the id of the picture 2. But my problem is that when i go to the second picture i can also see the comments of the first picture. So in all of my pictures I can see comments of pictures with other id. How can i manage to solve this problem. Please suggest me sth
    I'll describe a little bit my database
    name of database is art
    picture tabel I have named piktur(id_piktur,Titulli,Pershkrimi,Piktur_url) rsGallery is picture recordset
    the comment tabel I have named komente(id_koment,id_piktur,Tekst)rsKomente is comment recordset
    Tekst is the column where the comment is save
    I'm using the session variable so i can get the id of the picture from the picture table and insert it in id picture column of the comment tabel
    this is the piece of code i guess i should make some conditions but i have tried sth myself but I have not managed to solve my problem. The pictures in my page are organised with paging and repeat region only showing 1 picture at a time. the comment are also repeat region showing all the comments at a time.
    <p>
          <?php  while ($row_rsKomente = mysql_fetch_assoc($rsKomente)) { ?>
            <?php
    $id_piktur=$row_rsGallery['Id_piktur']; $_SESSION['id_piktur']=$id_piktur;
              echo $row_rsKomente['Tekst']."<br/>" ;?>
            <?php } ?>
      </p>
    my entire code is shown below if you don't think this code is enough for solving the problem gallery.php Thank you in advance
    gallery.php
    <?php require_once('Connections/art.php'); ?>
    <?php session_start() ?>
    <?php
    if (!function_exists("GetSQLValueString")) {//this is some code i don't shown in here because it has nothing to do with the problem i want to solve}
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1") &&(isset($_SESSION['id_piktur'])) ) {
      $insertSQL = sprintf("INSERT INTO komente (Tekst,id_piktur) VALUES (%s,'".$_SESSION['id_piktur']."')", GetSQLValueString($_POST['tekst'], "text"));
      mysql_select_db($database_art, $art);
      $Result1 = mysql_query($insertSQL, $art) or die(mysql_error());
    $maxRows_rsGallery = 1;
    $pageNum_rsGallery = 0;
    if (isset($_GET['pageNum_rsGallery'])) {
      $pageNum_rsGallery = $_GET['pageNum_rsGallery'];
    $startRow_rsGallery = $pageNum_rsGallery * $maxRows_rsGallery;
    mysql_select_db($database_art, $art);
    $query_rsGallery = "SELECT Pershkrim, Piktur_url, Rankim,id_piktur FROM piktur";
    $query_limit_rsGallery = sprintf("%s LIMIT %d, %d", $query_rsGallery, $startRow_rsGallery, $maxRows_rsGallery);
    $rsGallery = mysql_query($query_limit_rsGallery, $art) or die(mysql_error());
    $row_rsGallery = mysql_fetch_assoc($rsGallery);
    if (isset($_GET['totalRows_rsGallery'])) {
      $totalRows_rsGallery = $_GET['totalRows_rsGallery'];
    } else {
      $all_rsGallery = mysql_query($query_rsGallery);
      $totalRows_rsGallery = mysql_num_rows($all_rsGallery);
    $totalPages_rsGallery = ceil($totalRows_rsGallery/$maxRows_rsGallery)-1;
    $maxRows_rsKomente = 10; $pageNum_rsKomente = 0; if (isset($_GET['pageNum_rsKomente'])) {   $pageNum_rsKomente = $_GET['pageNum_rsKomente']; } $startRow_rsKomente = $pageNum_rsKomente * $maxRows_rsKomente;
    mysql_select_db($database_art, $art); $query_rsKomente = "SELECT Tekst,id_piktur FROM komente"; $query_limit_rsKomente = sprintf("%s LIMIT %d, %d", $query_rsKomente, $startRow_rsKomente, $maxRows_rsKomente); $rsKomente = mysql_query($query_limit_rsKomente, $art) or die(mysql_error()); $row_rsKomente = mysql_fetch_assoc($rsKomente);   if (isset($_GET['totalRows_rsKomente'])) {   $totalRows_rsKomente = $_GET['totalRows_rsKomente']; } else {   $all_rsKomente = mysql_query($query_rsKomente);   $totalRows_rsKomente = mysql_num_rows($all_rsKomente); } $totalPages_rsKomente = ceil($totalRows_rsKomente/$maxRows_rsKomente)-1;
    $queryString_rsGallery = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rsGallery") == false &&
            stristr($param, "totalRows_rsGallery") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rsGallery = "&" . htmlentities(implode("&", $newParams));
    $queryString_rsGallery = sprintf("&totalRows_rsGallery=%d%s", $totalRows_rsGallery, $queryString_rsGallery);
    $queryString_rsKomente = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rsKomente") == false &&
            stristr($param, "totalRows_rsKomente") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rsKomente = "&" . htmlentities(implode("&", $newParams));
    $queryString_rsKomente = sprintf("&totalRows_rsKomente=%d%s", $totalRows_rsKomente, $queryString_rsKomente);
    ?>
    <!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>Paintings</title>
    <link href="style_gallery.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
      </div>
    <div id="logo_wrapper">
    <!-- For the example logo, we used a font called "Ink Burrow", which is free from the major font sites. -->
    <div id="logo"><img src="_images/logo.png" width="600" height="79" align="right" /></div>
    </div>
    <div id="main_container">
    <div id="menu_container">
    <div id="menu">
    <ul id="base_menu" >
    <li><a href="index.php">Home</a></li>
    <li><a href="#">About</a></li>
    <li><a href="gallery.php">Gallery</a></li>
    <ul class="sub_menu">
    <li><a href="#" title="Charcoal" >Charcoal </a></li>
            <li><a href="#" title="Oil paintings" >Oil paintings</a></li>
            <li><a href="#" title="Sketches" >Sketches </a></li>
            <li><a href="#" title="Our latest podcast" >Video Podcast</a></li>
    </ul>
    <li><a href="#">Contact </a></li>
    <li><a href="#">Events</a></li>
    <li><a href="login.php">Log in</a></li>
    </ul>
    </div>
    </div>
    <div id="mainArticle">
        <h1>Painting Gallery</h1>
          <p>Welcome !</p>
        <p>
          <?php do{ ?>
       <?php   $id_piktur=$row_rsGallery['id_piktur']; $_SESSION['id_piktur']=$id_piktur;             echo $row_rsKomente['Tekst']."<br/>" ;                      ?>         <?php }  while ($row_rsKomente = mysql_fetch_assoc($rsKomente)); ?>  </p>
          <form id="form1" name="form1" method="POST" action="<?php echo $editFormAction; ?>">
            <p>
              <label for="comment">Comment : </label>
            </p>
            <p>
              <textarea name="tekst" id="tekst" cols="45" rows="5"></textarea>
            </p>
            <input name="comment" type="submit" value="Comment" />
            <input type="hidden" name="MM_insert" value="form1" />
          </form>
          <p> </p>
          <p>
            <a href="<?php printf("%s?pageNum_rsGallery=%d%s", $currentPage, 0, $queryString_rsGallery); ?>">First</a>
            <a href="<?php printf("%s?pageNum_rsGallery=%d%s", $currentPage, max(0, $pageNum_rsGallery - 1), $queryString_rsGallery); ?>">Previous</a>
            <a href="<?php printf("%s?pageNum_rsGallery=%d%s", $currentPage, min($totalPages_rsGallery, $pageNum_rsGallery + 1), $queryString_rsGallery); ?>">Next</a>
            <a href="<?php printf("%s?pageNum_rsGallery=%d%s", $currentPage, $totalPages_rsGallery, $queryString_rsGallery); ?>">Last</a>
    <p class="galleryText"><img src="_images/<?php echo $row_rsGallery['Piktur_url']; ?>" alt="golden gate bridge" class="galleryImage" />    <?php do { ?>     <?php echo $row_rsGallery['Pershkrim']; ?>     <?php } while ($row_rsGallery = mysql_fetch_assoc($rsGallery)); ?> </p>
      </div>
    <p> </p>
    </div>
    </body>
    </html>
    <?php
    mysql_free_result($rsGallery);
    mysql_free_result($rsKomente);
    ?>

    >thnx yeah i fixed the problem this time i understood you.
    Glad you got it working.
    >you confused me the first time with the explanation because you mentioned loops
    Yeah. Normally with a repeating region you would need to use nested loops; an outer loop for the picture and an inner loop for the related comments. During each iteration of the outer loop you would execute the sql to retrieve the inner loop recordset. However, since you are using paging with only one recordset per page, the comment recordset SQL does not have to execute inside the picture loop. Hope that makes sense.

  • Comments don't appear in sidebar

    My client sends me comments and they appear as a list in a page below, rather than in the Comments sidebar. I don't know what to request them to do so I can see them in the sidebar and cut and paste the edits.
    I'm using 11.0.04; not sure what they are using.
    Here's a screenshot:

    This is a comment summary PDF. This contains the summarized comments of actual PDF and not the actual comment. Hence, no comment is present in the PDF
    Please ask your client to send a original PDF and not the comment Summary.

  • Security conflict with Reader-commentable PDFs?

    I am having some trouble understanding what security options I have with PDFs that I make commentable in Reader.
    I create my PDFs by printing to Adobe PDF from Word.  I apply a password, allow printing, and allow commenting.  Then, I open the PDF in Acrobat Pro 8, remove security and select Comments > Enable for Commenting in Adobe Reader (not allowed if I don't first remove security).  This prompts me to save the file under a different name.  This gives me a PDF that is commentable in Reader, but wide open with no security if I send it to someone who has Acrobat Pro.
    If I re-apply a password, then it seems to save ok but if I close and re-open the file, the password doesn't work.  I get an incorrect password error.
    Is commenting in Reader incompatible with Pro security settings?  It seems a bit risky, I can't be absolutely certain where my files end up and whether someone in the organisation will have Pro, not just reader.  I'm not sure whether I've just overlooked something small, or am doing things in the wrong order.  Any suggestions most gratefully accepted.

    After Enable for Commenting in Adobe Reader you can't set password security.

  • COMMENT tag not compliant with HTML 4.01 Strict

    Hello all,
    I'm trying to make one of my JSP pages (or rather, the output that it generates) compliant with the W3C HTML 4.01 Strict standard. However, my applet tag:
    <jsp:plugin type="applet" code="reale/survey/SurveyApplet.class" codebase="/Survey/" jreversion="1.2" width="1000" height="350" >
                   <jsp:params>                     
                           <jsp:param name="campus" value = "<%= campus %>" />
                           <jsp:param name="dept" value = "<%= dept %>" />
                           <jsp:param name="username" value = "<%= username %>" />
                           <jsp:param name="email" value = "<%= email %>" />
                           <jsp:param name="role" value = "<%= role %>" />
                      </jsp:params>
                       <jsp:fallback>
                           Plugin tag OBJECT or EMBED not supported by browser.
                       </jsp:fallback>
              </jsp:plugin>...generates this:
              <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="1000" height="350" codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0">
    <PARAM name="java_code" value="reale/survey/SurveyApplet.class">
    <PARAM name="java_codebase" value="/Survey/">
    <PARAM name="type" value="application/x-java-applet;version=1.2">
    <PARAM name="campus" value="Adirondack Community College">
    <PARAM name="dept" value="ARSYS;ALUMNI;FINANCE;FINAID;GENERAL;PAYROLL;STUDENT;FACWEB;STUWEB;">
    <PARAM name="username" value="bob">
    <PARAM name="email" value="bob">
    <PARAM name="role" value="Administrator">
    <COMMENT>
    <EMBED type="application/x-java-applet;version=1.2" width="1000" height="350" pluginspage="http://java.sun.com/products/plugin/" java_code="reale/survey/SurveyApplet.class" java_codebase="/Survey/" campus="Adirondack Community College" dept="ARSYS;ALUMNI;FINANCE;FINAID;GENERAL;PAYROLL;STUDENT;FACWEB;STUWEB;" username="bob" email="bob" role="Administrator"/>
    <NOEMBED>
    </NOEMBED>
    </COMMENT>
    </OBJECT>When I run it through the W3C validator (http://validator.w3.org/), it comes up with "element 'COMMENT' undefined." From some brief research, there is indeed no COMMENT tag in existence. Is there any way in the settings to tell the Apache Tomcat server I'm using to NOT generate these troublesome tags? Or is there something in my JSP code I have to add/remove to do this?

    Of course. The solution was painfully obvious: don't use the JSP tags but use the generated HTML. Then cut out the COMMENT and UNEMBED tags. Duh. Sorry about that.

  • Podcast with no comments...

    I created a blog page and a podcast page in iWeb 1.1.2 and allowed both of them to have comments added. In iWeb it shows both pages with comments but my published website, which is on .Mac, displays comments only on the blog page, and not on the podcast page. It is really quite annoying as I would like people to be able to comment on my blog and my podcast. Please help.

    you have to click on the each page and enable the comments otherwise their wont be any. i am interested in your site though.. whats the link to it? hit me back..

  • Create Postscript with extra comment lines

    Hi all,
    Hope anyone can help me out on this subject.
    Our customer sent's its formatted invoices to a partner firm that prints them. The partner needs to receive postscript files with some lines of comment at the top. These comments are command instruction on how to print and handle the invoice. I.e. paper type, folding, priority etc.
    <b>Any ideas on how to get specific comment lines in the postscript file?</b>
    My own idea is to add comments to the OTF, but I don't know if they will be transferred to the postscript file.
    Btw I would rather add the comments within the smartform.
    Additional info:
    - SAP R/3 Enterprise (6.20)
    - The invoices are printed through a Z-program, which is an adjusted copy of RLB_INVOICE.
    - The invoice is formatted using a smartform
    Thanks,
    Hans van der Kooij

    If your postscript comments going to be constant or have few variations then using HEX ENDHEX migth help
    Post script comment begin with %, it's hex value is 25, convert all characters after % to hex, for Ex: if your comment is %ABC, it's hex equivalent is 25414243
    add the following lines to a standerd text in SO10:
    /: HEX TYPE POST
    /* following line is hex equivalent of %ABC,
    / 25414243
    /: ENDHEX
    Include the standard text into ur smartform header window.
    The  comment lines appear after about 200 lines in the postscript file.
    If you need to add comment lines after first line of the postscript file, best way is to modify the postscript file using a unix script before sending it to the partner. u don't need to do any coding in smartform if u choose to use unix script.
    Regards
    Sridhar

  • Problems with the 'Comments' field in iTunes

    First, sorry for my english (I'm danish).
    I've read a lot of threads here and everywhere else, but can't find a solution for my exact problem. I use Windows Vista and the newest version of iTunes.
    Most of my mp3 songs (35.000) are put directly in album folders to the folder 'D:My Music from another computer via a USB drive and the songs already have id3 tag information on them.
    I then add the albums to iTunes and most of my tag information is now updated in iTunes. Names, Artists, Genre, Year, everything is okay. By the way the songs have ID3v2.3 tag information. I see that in my Mp3tag v.2.42 application.
    But the problem is with the 'Comments' field:
    Those tags (originally put to the songs directly in the proberties of the song in Windows Explorer) will simply not transfer to iTunes 'Comments' field. And if I write something in the iTunes 'Comments' field this will not show up in the fields properties in windows Explorer. It looks like the 'Comments' fields in iTunes and in the proberties in the song are not connected at all!?
    I then found out, I could let iTunes convert the ID3 codes, but nothing happens except from when using v. 1.0 or 1.1, because then the comments tag are transferres, but unfortunately all the tags will only show 30 characters!!!
    And there's also a different story:
    A few albums though are put directly on my computer by using iTunes to import the CD. These songs have ID3 v.2.2 tags, so I guess iTunes import files in that format?
    And here it's a little different story. If I put comment data directly to the file proberties in Windows Explorer (after the CD's been imported to iTunes), the comments will show up in iTunes, but only as several 0 and 1 digits! On the other hand, if I put information directly in iTunes 'Comments' field it wil show up correctly in the file proberties! But it's only a few songs/albums that are handled that way.
    Well, bottom's line, I want to see my comments tags (which are allready there in the song's proberties) when I browse my music in my folders in Windows Explorer and I want to see the exact same comments if I go to browse my music in iTunes. That should not be a problem ... but it is not ...
    Can I please get a solution or at least an explanation, and hopefully in not too tecnical terms.

    I, too, hope someone will answer this! I am hoping to catalog my entire CD collection in iTunes and I want to include the storage box number somehow, thinking that "comments" would be a good place to do so. If I cannot do that I'll try to find a program other than iTumes to do it. Does anyone have any suggestions on this topic? ...perhaps I need to open a new thread?
    THANKS!
    Doug

  • The installation process of PSE9 on Windows 8.1 is interrupted late in the process with the comment

    The installation process of PSE9 on Windows 8.1 is interrupted late in the process with the comment "could not install Shared Technologies". What is wrong?

    Hi Cosse,
    See this Adobe troubleshooting document:
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation -photoshop-elements-premiere.html#main_Error__Below_mentioned_applicat ions_have_failed_to_install__Shared_technologies_

  • Issue with Loading COMMENTS in HFM ICT Module from FDMEE

    Hi,
    We have a requirement wherein we can load all the HFM ICT Transactions from a Flat File using FDMEE. We are facing 2 issues:
         a. Firstly FDMEE Target application allows us to map only COMMENT1 as a dimension for FDMEE. There is no Dimension/Place holder for COMMENT2. So how do we do this?
         b. Secondly, COMMENT1 is by default mapped to ATTR11 of the Target Application in FDMEE. Now, ATTR3 is only VARCHR2(20) whereas the actual Comment Size supported by HFM ICT Module is 256 charachters. So how to we ensure that we can load a larger comment from FDMEE?
    Thanks!

    FDM does not perform the consolidation function in HFM. It will caculate a Base Entity if you Enable Consolidation, Force Calculate, and Force Translate in the Integration Settings.

Maybe you are looking for

  • File iMovie Library.imovielibrary is larger than possible for the drive it's on.

    I've use iMovie '09 for a while and just switched to 10.0.2.  The system created iMovie Library.imovielibrary on the attached drive I use for video files.  This file is huge, in fact it should not fit on the drive it's on.  That is, the space availab

  • Idoc control mechanism

    Hi, I have a situation. In processing the Idocs in background. can anyone give me some info how to control this processing. I am talking about PO  to SO automation between to SAP systems. lets assume, The background job which triggers to send idocs f

  • Doubts and problems with CVS Cedega

    Well, first, I want to make a question: - If I use wine for playing Warcraft III, for example, I must use the -opengl option, and the image quality is reduced. If I use CVS Cedega (I guess it has DirectX compatibility), Can I have a more quality and

  • Why filters are not saved with my pictures iphone 4s

    goodnight everyone! when I take pictures with the camera on ios7 I can use filters and they work fine( mono, tonal noir, fade, process, etc), amazing pictures, but then, I transfer the pictures to my laptop (win8) and I find just the original picture

  • Cannot install scanner driver for Epson 1650 Perfection

    This isn't making sense to me. I was running Snow Leopard on another drive and was using my Epson Perfection 1650 scanner just fine. I bought a 2TB drive and installed Snow Leopard and am booting from that now and my scanner isn't recognized. If I tr