Missing captcha image

The captcha image is missing when I try to register for "My Nokia".  In the app it's just a blank space.  On the website I see a broken image icon.
This makes registering impossible.
It's been like this for 3 days now - I can only assume nobody ever signs up for "My Nokia" else somebody would have noticed the registrations dry up by now.
SO FRUSTRATING.

Do you mean that this captcha image is missing from Nokia Ovi Suite PC application or do you mean that captcha image is missing from some web page?
Can you add link to web page here?
Cheers, Samuli

Similar Messages

  • Captcha image not working

    Here is the link to my contact form page:  http://www.healthquestpt.com/hpc/contact.html  The captcha image isnt working and the form doesnt work.  This image is in the directory "scripts/images"
    These are the options I've tried so far:
    <?php $random = rand(0,3); ?>
    <img src="images/img_<?php echo $random; ?>.jpg"/><br />
    <input type="hidden" name="captcha_code" value="<?php echo $random; ?>" />
    <?php $random = rand(0,3); ?>
    <img src="scripts/images/img_<?php echo $random; ?>.jpg"/><br />
    <input type="hidden" name="captcha_code" value="<?php echo $random; ?>" />
    <?php $random = rand(0,3); ?>
    <img src="/scripts/images/img_<?php echo $random; ?>.jpg"/><br />
    <input type="hidden" name="captcha_code" value="<?php echo $random; ?>" />
    I've tried moving the images from the "scripts/images" to the "images" file in the main directory.
    I've tried moving the contact.html into the "scripts" file
    I've tried moving the formmailer.php into the main directory.
    None of the above work so  right now I have the contact.html in the main directory, the formmailer.php & images associated with formmailer in the "scripts" file and another set of the images in the "images" file in the main directory.
    here is the link to the "scripts" folder:  http://www.healthquestpt.com/hpc/scripts/
    Please help.

    Ok den I did it but I only uploaded the index.html and the contact.html pages
    heres the formmail.php code:
    <?php
    // dB Masters' PHP FormM@iler, Copyright (c) 2007 dB Masters Multimedia
    // http://www.dbmasters.net/
    // FormMailer comes with ABSOLUTELY NO WARRANTY
    // Licensed under the AGPL
    // See license.txt and readme.txt for details
    // General Variables
    $check_referrer="no";
    $referring_domains="http://domain.com/,http://www.domain.com/,http://subdomain.domain.com/";
    // options to use if hidden field "config" has a value of 0
    // recipient info
    $charset[0]="UTF-8";
    $tomail[0]="[email protected]";
    $cc_tomail[0]="";
    $bcc_tomail[0]="";
    // Mail contents config
    $subject[0]="Home Physician Care Inquiry";
    $reply_to_field[0]="Email";
    $reply_to_name[0]="Name";
    $required_fields[0]="Name,Phone,Email,Comments";
    $required_email_fields[0]="Email";
    $attachment_fields[0]="";
    $return_ip[0]="yes";
    $mail_intro[0]="The following inquiry has been made:";
    $mail_fields[0]="Name,Address,City,State,Zip,Phone,Email,Comments";
    $mail_type[0]="text";
    $mail_priority[0]="1";
    $allow_html[0]="no";
    // Send back to sender config
    $send_copy[0]="no";
    $copy_format[0]="vert_table";
    $copy_fields[0]="Name,Comments";
    $copy_attachment_fields[0]="";
    $copy_subject[0]="Subject of Copy Email";
    $copy_intro[0]="Thanks for your inquiry, the following message has been delivered.";
    $copy_from[0]="[email protected]";
    $copy_tomail_field[0]="Email";
    // Result options
    $header[0]="";
    $footer[0]="";
    $error_page[0]="";
    $thanks_page[0]="thanks.html";
    // Default Error and Success Page Variables
    $error_page_title[0]="Errors:";
    $error_page_text[0]="Please use your browser's back button to return to the form and complete the required fields.";
    $thanks_page_title[0]="Message Sent";
    $thanks_page_text[0]="Thank you for your inquiry";
    // Antispam Options
    $empty_field[0]="nospam";
    $character_scan[0]="Comments,Name";
    $time_delay[0]="2";
    $captcha_codes[0]="9C2449,EEADC8,77A585,D72838";
    $max_urls[0]="2";
    $max_url_fields[0]="Comments";
    $flag_spam[0]="";
    // options to use if hidden field "config" has a value of 1
    // recipient info
    $charset[1]="";
    $tomail[1]="";
    $cc_tomail[1]="";
    $bcc_tomail[1]="";
    // Mail contents config
    $subject[1]="";
    $reply_to_field[1]="";
    $reply_to_name[1]="";
    $required_fields[1]="";
    $required_email_fields[1]="";
    $attachment_fields[1]="";
    $return_ip[1]="";
    $mail_intro[1]="";
    $mail_fields[1]="";
    $mail_type[1]="";
    $mail_priority[1]="";
    $allow_html[1]="";
    // Send back to sender config
    $send_copy[1]="";
    $copy_format[1]="";
    $copy_fields[1]="";
    $copy_attachment_fields[1]="";
    $copy_subject[1]="";
    $copy_intro[1]="";
    $copy_from[1]="";
    $copy_tomail_field[1]="";
    // Result options
    $header[1]="";
    $footer[1]="";
    $error_page[1]="";
    $thanks_page[1]="";
    // Default Error and Success Page Variables
    $error_page_title[1]="";
    $error_page_text[1]="";
    $thanks_page_title[1]="";
    $thanks_page_text[1]="";
    // Antispam Options
    $empty_field[1]="";
    $character_scan[1]="";
    $time_delay[1]="";
    $captcha_codes[1]="";
    $max_urls[1]="";
    $max_url_fields[1]="";
    $flag_spam[1]="";
    // Don't muck around past this line unless you know what you are doing //
    ob_start();
    $config=$_POST["config"];
    $debug=0;
    $debug_text="";
    // fix for Windows email server security
    ini_set("sendmail_from",$tomail[$config]);
    // email validation regular expression
    $regex = "^[-a-z0-9!#$%&\'*+/=?^_`{|}~]+(\.[-a-z0-9!#$%&\'*+/=?^_`{|}~]+)*@(([a-z0-9]([-a-z0-9]*[a -z0-9]+)?){1,63}\.)+([a-z]([-a-z0-9]*[a-z0-9]+)?){2,63}$";
    $header_injection_regex = "(\r|\n)";
    if($header[$config]!="")
    include($header[$config]);
    if($_POST["submit"] || $_POST["Submit"] || $_POST["submit_x"] || $_POST["Submit_x"])
    // begin global functions //
    // get visitor IP
    function getIP()
      if(getenv(HTTP_X_FORWARDED_FOR))
       $user_ip=getenv("HTTP_X_FORWARDED_FOR");
      else
       $user_ip=getenv("REMOTE_ADDR");
      return $user_ip;
    // get value of given key
    function parseArray($key)
      $array_value=$_POST[$key];
      $count=1;
      extract($array_value);
      foreach($array_value as $part_value)
       if($count > 1){$value.=", ";}
       $value.=$part_value;
       $count=$count+1;
      return $value;
    // stripslashes and autolink url's
    function parseValue($value)
      $value=preg_replace("/(http:\/\/+.[^\s]+)/i",'<a href="\\1">\\1</a>', $value);
      return $value;
    // html header if used
    function htmlHeader()
      $htmlHeader="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=".$charset[$config]."\"></head>\n<body>\n<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" width=\"600\">\n";
      return $htmlHeader;
    // html footer if used
    function htmlFooter()
      $htmlFooter="</table>\n</body>\n</html>\n";
      return $htmlFooter;
    // build verticle table format
    function buildVertTable($fields, $intro, $to, $send_ip)
      $message=htmlHeader();
      if($intro != "")
       $message.="<tr>\n<td align=\"left\" valign=\"top\" colspan=\"2\">".$intro."</td>\n</tr>\n";
      $fields_check=preg_split('/,/',$fields);
      $run=sizeof($fields_check);
      for($i=0;$i<$run;$i++)
       $cur_key=$fields_check[$i];
       $cur_value=$_POST[$cur_key];
       if(is_array($cur_value))
        $cur_value=parseArray($cur_key);
       $cur_value=parseValue($cur_value);
       if($allow_html[$config]=="no")
        $cur_value=htmlspecialchars(nl2br($cur_value));
       else
        $cur_value=nl2br($cur_value);
       $message.="<tr>\n<td align=\"left\" valign=\"top\" style=\"white-space:nowrap;\"><b>".$cur_key."</b></td>\n<td align=\"left\" valign=\"top\" width=\"100%\">".$cur_value."</td>\n</tr>\n";
      if($send_ip=="yes" && $to=="recipient")
       $user_ip=getIP();
       $message.="<tr>\n<td align=\"left\" valign=\"top\" style=\"white-space:nowrap;\"><b>Sender IP</b></td>\n<td align=\"left\" valign=\"top\" width=\"100%\">".$user_ip."</td>\n</tr>\n";
      $message.=htmlFooter();
      return $message;
    // build horizontal table format
    function buildHorzTable($fields, $intro, $to, $send_ip)
      $message=htmlHeader();
      $fields_check=preg_split('/,/',$fields);
      $run=sizeof($fields_check);
      if($intro != "")
       $message.="<tr>\n<td align=\"left\" valign=\"top\" colspan=\"".$run."\">".$intro."</td>\n</tr>\n";
      $message.="<tr>\n";
      for($i=0;$i<$run;$i++)
       $cur_key=$fields_check[$i];
       $message.="<td align=\"left\" valign=\"top\" style=\"white-space:nowrap;\"><b>".$cur_key."</b></td>\n";
      if($send_ip=="yes" && $to=="recipient")
       $message.="<td align=\"left\" valign=\"top\" style=\"white-space:nowrap;\"><b>Sender IP</b></td>\n";
      $message.="</tr>\n";
      $message.="<tr>\n";
      for($i=0;$i<$run;$i++)
       $cur_key=$fields_check[$i];
       $cur_value=$_POST[$cur_key];
       if(is_array($cur_value))
        $cur_value=parseArray($cur_key);
       $cur_value=parseValue($cur_value);
       if($allow_html[$config]=="no")
        $cur_value=htmlspecialchars(nl2br($cur_value));
       else
        $cur_value=nl2br($cur_value);
       $message.="<td align=\"left\" valign=\"top\">".$cur_value."</td>\n";
      $message.="</tr>\n";
      $message.="<tr>\n";
      if($send_ip=="yes" && $to=="recipient")
       $user_ip=getIP();
       $message.="<td align=\"left\" valign=\"top\">".$user_ip."</td>\n";
      $message.="</tr>\n";
      $message.=htmlFooter();
      return $message;
    // build plain text format
    function buildTextTable($fields, $intro, $to, $send_ip)
      $message="";
      if($intro != "")
       $message.=$intro."\n\n";
      $fields_check=preg_split('/,/',$fields);
      $run=sizeof($fields_check);
      for($i=0;$i<$run;$i++)
       $cur_key=$fields_check[$i];
       $cur_value=$_POST[$cur_key];
       if(is_array($cur_value))
        $cur_value=parseArray($cur_key);
       $cur_value=parseValue($cur_value);
       if($allow_html[$config]=="no")
        $cur_value=htmlspecialchars($cur_value);
       else
        $cur_value=$cur_value;
       $message.="".$cur_key.": ".$cur_value."\n";
      if($send_ip=="yes" && $to=="recipient")
       $user_ip=getIP();
       $message.="Sender IP: ".$user_ip."\n";
      return $message;
    // get the proper build fonction
    function buildTable($format, $fields, $intro, $to, $send_ip)
      if($format=="vert_table")
       $message=buildVertTable($fields, $intro, $to, $send_ip);
      else if($format=="horz_table")
       $message=buildHorzTable($fields, $intro, $to, $send_ip);
      else
       $message=buildTextTable($fields, $intro, $to, $send_ip);
      return $message;
    // referrer checking security option
    function checkReferer()
      if($check_referrer=="yes")
       $ref_check=preg_split('/,/',$referring_domains);
       $ref_run=sizeof($ref_check);
       $referer=$_SERVER['HTTP_REFERER'];
       $domain_chk="no";
       for($i=0;$i<$ref_run;$i++)
        $cur_domain=$ref_check[$i];
        if(stristr($referer,$cur_domain)){$domain_chk="yes";}
      else
       $domain_chk="yes";
      return $domain_chk;
    // checking required fields and email fields
    function checkFields($text_fields, $email_fields, $regex)
           $error_message="";
      if($debug==1)
       $error_message.="<li>text_fields: ".$text_fields."<br />email_fields: ".$email_fields."<br />reply_to_field: ".$reply_to_field."<br />reply_to_name: ".reply_to_name."</li>";
      if($text_fields != "")
       $req_check=preg_split('/,/',$text_fields);
       $req_run=sizeof($req_check);
       for($i=0;$i<$req_run;$i++)
        $cur_field_name=$req_check[$i];
        $cur_field=$_POST[$cur_field_name];
        if($cur_field=="")
         $error_message.="<li>You are missing the <b>".$req_check[$i]."</b> field</li>\n";
      if($email_fields != "")
       $email_check=preg_split('/,/',$email_fields);
       $email_run=sizeof($email_check);
       for($i=0;$i<$email_run;$i++)
        $cur_email_name=$email_check[$i];
        $cur_email=$_POST[$cur_email_name];
        if($cur_email=="" || !eregi($regex, $cur_email))
         $error_message.="<li>You are missing the <b>".$email_check[$i]."</b> field or it is not a valid email address.</li>\n";
      return $error_message;
    // attachment function
    function getAttachments($attachment_fields, $message, $content_type, $border)
      $att_message="This is a multi-part message in MIME format.\r\n";
      $att_message.="--{$border}\r\n";
      $att_message.=$content_type."\r\n";
      $att_message.="Content-Transfer-Encoding: 7bit\r\n\r\n";
      $att_message.=$message."\r\n\r\n";
      $att_check=preg_split('/,/',$attachment_fields);
      $att_run=sizeof($att_check);
      for($i=0;$i<$att_run;$i++)
       $fileatt=$_FILES[$att_check[$i]]['tmp_name'];
       $fileatt_name=$_FILES[$att_check[$i]]['name'];
       $fileatt_type=$_FILES[$att_check[$i]]['type'];
       if (is_uploaded_file($fileatt))
        $file=fopen($fileatt,'rb');
        $data=fread($file,filesize($fileatt));
        fclose($file);
        $data=chunk_split(base64_encode($data));
        $att_message.="--{$border}\n";
        $att_message.="Content-Type: {$fileatt_type}; name=\"{$fileatt_name}\"\r\n";
        $att_message.="Content-Disposition: attachment; filename=\"{$fileatt_name}\"\r\n";
        $att_message.="Content-Transfer-Encoding: base64\r\n\r\n".$data."\r\n\r\n";
      $att_message.="--{$border}--\n";
      return $att_message;
    // function to set content type
    function contentType($charset, $format)
      if($format=="vert_table")
       $content_type="Content-type: text/html; charset=".$charset."\r\n";
      else if($format=="horz_table")
       $content_type="Content-type: text/html; charset=".$charset."\r\n";
      else
       $content_type="Content-type: text/plain; charset=".$charset."\r\n";
      return $content_type;
    // end global functions //
    // begin procedural scripting //
    // anti-spam empty field check
    if($_POST[$empty_field[$config]] != "")
      $empty_message = "<li>This submission failed and was flagged as spam.</li>\n";
    // anti-spam character scan check
    if(strlen($character_scan[$config]) > 0)
      $spam_message="";
      $field_check=preg_split('/,/',$character_scan[$config]);
      $field_run=sizeof($field_check);
      for($i=0;$i<$field_run;$i++)
       $cur_field_name=$field_check[$i];
       $cur_field=$_POST[$cur_field_name];
       if(preg_match("/<(.|\n)+?>/", $cur_field) || preg_match("/\[(.|\n)+?\]/", $cur_field))
        $spam_message.="<li>This message contains disallowed characters.</li>\n";
    // anti-spam time delay check
    if((strlen($time_delay[$config]) > 0 && strlen($_POST["time"]) > 0) || (strlen($time_delay[$config]) > 0 && (strlen($_POST["time"]) == 0 || !$_POST["time"])))
      if((time() - $_POST["time"]) < $time_delay[$config])
       $time_message = "<li>This has been stopped by the timer, and is likely spam.</li>\n";
    // anti-spam CAPTCHA check
    if(strlen($captcha_codes[$config]) > 0)
      $captcha_check=preg_split('/,/',$captcha_codes[$config]);
      if(strtolower($_POST["captcha_entry"]) != strtolower($captcha_check[$_POST["captcha_code"]]))
       $captcha_message = "<li>CAPTCHA test did not match.</li>\n";
    // anti-spam max URL check
    if(strlen($max_url_fields[$config]) > 0)
      $max_url_message="";
      $field_check=preg_split('/,/',$max_url_fields[$config]);
      $field_run=sizeof($field_check);
      for($i=0;$i<$field_run;$i++)
       $cur_field_name=$field_check[$i];
       $cur_field=$_POST[$cur_field_name];
       preg_match_all("/http:/", $cur_field, $matches);
       if(count($matches[0]) > $max_urls[$config])
        $max_url_message.="<li>This message contains too many URL's.</li>\n";
    // set anti-spam flagging option
    if(strlen($empty_message.$spam_message.$time_message.$captcha_message.$max_url_message) > 0 && strlen($flag_spam[$config]) == 0)
      $set_flag = 2;
    else if(strlen($empty_message.$spam_message.$time_message.$captcha_message.$max_url_message) > 0 && strlen($flag_spam[$config]) > 0)
      $set_flag = 1;
    else
      $set_flag = 0;
    // header injection check
        $security_filter="";
    if(strlen($_POST[$reply_to_field[$config]]) > 0)
      if(eregi($header_injection_regex,$_POST[$reply_to_field[$config]]))
       $security_filter.="<li>Header injection attempt detected, mail aborted.</li>\n";
      else
       $reply_to_field_checked=$_POST[$reply_to_field[$config]];
    if(strlen($_POST[$reply_to_name[$config]]) > 0)
      if(eregi($header_injection_regex,$_POST[$reply_to_name[$config]]))
       $security_filter.="<li>Header injection attempt detected, mail aborted.</li>\n";
      else
       $reply_to_name_checked=$_POST[$reply_to_name[$config]];
    // check domain referrer and continue
    $domain_chk=checkReferer();
    if($domain_chk=="yes")
      $error_message=checkFields($required_fields[$config], $required_email_fields[$config], $regex);
      if(strlen($error_message) < 1 && strlen($security_filter) < 1 && $set_flag < 2)
       // build appropriate message format for recipient
       $content_type=contentType($charset[$config], $mail_type[$config]);
       $message=buildTable($mail_type[$config], $mail_fields[$config], $mail_intro[$config], "recipient", $return_ip[$config]);
       // build header data for recipient message
       //$extra="From: ".$_POST[$reply_to_field[$config]]."\r\n";
       $extra="From: ".$reply_to_name_checked." <".$reply_to_field_checked.">\r\n";
       if($cc_tomail[$config]!="")
        $extra.="Cc: ".$cc_tomail[$config]."\r\n";
       if($bcc_tomail[$config]!="")
        $extra.="Bcc: ".$bcc_tomail[$config]."\r\n";
       if($mail_priority[$config]!="")
        $extra.="X-Priority: ".$mail_priority[$config]."\r\n";
       // get attachments if necessary
       if($attachment_fields[$config]!="")
        $semi_rand=md5(time());
        $border="==Multipart_Boundary_x{$semi_rand}x";
        $extra.="MIME-Version: 1.0\r\n";
        $extra.="Content-Type: multipart/mixed; boundary=\"{$border}\"";
        $message=getAttachments($attachment_fields[$config], $message, $content_type, $border);
       else
        $extra.="MIME-Version: 1.0\r\n".$content_type;
       // send recipient email
       if($debug==1)
        if($set_flag == 1)
         $debug_text.="<p><b>Mail would have sent flagged for spam if not in debug mode.</b></p>";
        else
         $debug_text.="<p><b>Mail would have sent if not in debug mode.</b></p>";
       else if($debug==0)
        if($set_flag == 1)
         $subject = $flag_spam[$config]." ".$subject[$config];
        else
         $subject = $subject[$config];
        mail("".$tomail[$config]."", "".stripslashes($subject)."", "".stripslashes($message)."", "".$extra."");
       // autoresponse email if necessary
       if($send_copy[$config]=="yes")
        // build appropriate message format for autoresponse
        $content_type=contentType($charset[$config], $copy_format[$config]);
        $message=buildTable($copy_format[$config], $copy_fields[$config], $copy_intro[$config], "autoresponder", $return_ip[$config]);
        // build header data for autoresponse
        $copy_tomail=$_POST[$copy_tomail_field[$config]];
        $copy_extra="From: ".$copy_from[$config]."\r\n";
        // get autoresponse  attachments if necessary
        if($copy_attachment_fields[$config]!="")
         $semi_rand=md5(time());
         $border="==Multipart_Boundary_x{$semi_rand}x";
         $copy_extra.="MIME-Version: 1.0\r\n";
         $copy_extra.="Content-Type: multipart/mixed; boundary=\"{$border}\"";
         $message=getAttachments($copy_attachment_fields[$config], $message, $content_type, $border);
        else
         $copy_extra.="MIME-Version: 1.0\r\n".$content_type;
        // send autoresponse email
        if($debug==1)
         if($set_flag == 1)
          $debug_text.="<p><b>Autoresponder would have sent flagged for spam if not in debug mode.</b></p>";
         else
          $debug_text.="<p><b>Autoresponder would have sent if not in debug mode.</b></p>";
        else if($debug==0)
         $send_copy = 1;
         if($copy_tomail=="" || !eregi($regex,$copy_tomail))
          $send_copy = 0;
         if($send_copy == 1)
          if($set_flag == 1)
           $copy_subject = $flag_spam[$config]." ".$copy_subject[$config];
          else
           $copy_subject = $copy_subject[$config];
          mail("$copy_tomail", "".$copy_subject."", "$message", "$copy_extra");
       // showing thanks pages from a successful submission
       if($thanks_page[$config]=="")
        echo "<h3>".$thanks_page_title[$config]."</h3>\n";
        echo "<p>".$thanks_page_text[$config]."</p>\n";
        if(strlen($debug_text) > 0)
         echo "<p><b><i>".$debug_text."</i></b></p>\n";
       else
        header("Location: ".$thanks_page[$config]);
      else
       // entering error page options from missing required fields
       if($error_page[$config]=="")
        echo "<h3>".$error_page_title[$config]."</h3>\n";
        echo "<ul>\n";
        echo $security_filter.$empty_message.$error_message.$spam_message.$time_message.$captcha_messa ge.$max_url_message;
        echo "</ul>\n";
        echo "<p>".$error_page_text[$config]."</p>\n";
       else
        header("Location: ".$error_page[$config]);
    else
      echo "<h3>".$error_page_title[$config]."</h3>\n";
      // message if unauthorized domain trigger from referer checking option
      echo "<p>Sorry, mailing request came from an unauthorized domain.</p>\n";
    // end procedural scripting //
    else
    echo "<h3>Error</h3>";
    echo "<p>No form data has been sent to the script</p>\n";
    if($footer[$config]!="")
    include($footer[$config]);
    ob_end_flush();
    ?>

  • How do i find or replace the missing disk image for my HD

    How do i find or replace the missing disk image? for my HD ........as it is missing when i try to back up with time machine, 
    i asked for assistance the other day with time machine
    now i have worked out this is the reason i can not back up with TM, due to no disk image in my portable hard drive
    I saw a post on youtube where it explains you can copy a your HD disk imag from your time machine back ups enabeling, time machine to back up
    But i can not find where the TM Back up driver is situated in my TM Back up's
    Some advice would be greatly appreceate   as i am rather new to Mackintosh 
    Thank you
    Aiden

    Hi again.
    Just re-reading your first post, I wonder if you're confusing a disk image backup with Time Machine?
    It's certainly possible to create a disc image of your Macintosh HD and copy it to an external drive.
    However, as a backup that method has a drawback; you can't boot from a disc image directly. It needs to be mounted on a bootable system before it can be used. So it's not really much use if the internal HD fails, at least as far as allowing you to carry on working while the repair is carried out.
    Much better (and simpler) is to clone the whole drive to the external using CarbonCopyCloner or SuperDuper (there are plenty of others, but those appear to be the most popular).
    That will give you a bootable backup which can be kept up to date by incremental backups using the same applications.
    In the event of total internal HD failure all you need to do is replace the drive then boot from the clone and reverse clone to the internal to get up and running again.
    Many of us use both a bootable clone and Time Machine (on seperate drives) as each has it's different uses.

  • Missing Files Images Grey Box with ?

    I have a large document that I am putting in many screenshots. I use the standard format (picture1, picture2, etc), then drag and drop them to my document. This has worked fine overall but yesterday I opened my file and received the error message that files were missing, specificlaly images. If I accept this and look at my document, there are grey boxes with a question mark in the center. What happened? The grey box shows the proper file name, just no image. Show contents shows that I have no files in there, I am at a loss (to fix this and my graphics).
    BTW, I did start this from scratch (no templates).

    Ok, I too got scared with this problem today! But apparently managed to fix it!
    I was designing a photo book in Pages (to later order through iPhoto). I had about 90 high-res photos placed on 80 pages (with some pages having just text). Experimenting with the "PDF pages to JPEG" Automator scripts, my Pages document suddenly displayed grey boxes with a [?] symbol where about half of the images were. I still had about 40 images OK, but the other ones wouldn't display at all.
    Opening the contents of the Pages document from the Finder, I was able to confirm that all my photos where inside the document and that they were not corrupted in any way.
    I uncompressed the "index.xml.gz" file inside the Pages document and after a little examination, I spotted an odd property on an image entry: sf:corrupt="true"!!! What the ****.... That property was assigned to 43 images, the same ones that no longer appeared in my document.
    To be able to edit the index.xml file more easily, I modified Pages' preferences file so that it would not "gz" the index.xml file. See: http://developer.apple.com/documentation/AppleApplications/Conceptual/iWork2-0XML/Chapter02/chapter_2_section5.html
    I then re-launched Pages, opened my document with the images still broken, just saved it right away, closed the document from Pages and opened its contents from the Finder. The index.xml file no longer being compressed in gz format, the file was now easily editable. I opened it with BBEdit and removed all instances of sf:corrupt="true". Saved the file, closed everything and reopened my document in Pages. Bingo! All images are back!
    Where does that "corrupt" property come from?

  • How do I view captcha/image verification images/text boxes, since I can't even though java/javascript is enabled

    I've been using the latest version of FireFox since it was last updated. The captcha/image verification thing that I have been unable to view is one located on FanFiction.Net's login page under the query 'Are you human?'. Its become quite a bother and has been hindering myself from completing my daily routine.
    I have enabled my java/javascript in the tools>options as well as in the add-ons. I also have the latest version java/javascript, yet nothing happened. I have yet to find a solution in the online forums or blogs for my problem.
    I use Windows XP with its latest service pack (3).
    Even the version before the latest one has the same problem for me.

    I just came across a captcha on text.vzw.com that wouldn't work, even after trying all the various suggestions that I've come across.
    What finally worked for me (I'm using FireFox 6.0.2 on top of Windows XP Professional), was allowing popups on that site and allowing session cookies. I think it's the session cookie that finally did it. If you keep your security tight, you can remove the session cookie after you finish what you're doing.
    Barb

  • Captcha Image Not Showing

    Hi, I am generating the Flash forms formypages, One thing i
    came across is that how do i mange touse the captcha image inside
    the cfform flashform, It shows no eror but dos not display the
    image., can anybody had done xperimenting this thing.
    the code is like this:
    <cfform action="" method="post"
    enctype="application/x-www-form-urlencoded" name="form1"
    format="flash" width="400" skin="haloOrange" id="form1"
    height="450" style="background-color:##FFFFCC; font-family:Verdana,
    Arial, Helvetica, sans-serif; font-size:10px; table-layout:auto;
    vertical-align:middle;">
    <cfformgroup type="page" label="Add New Link">
    <cfinput type="text" name="textfield" required="yes"
    message="URL Value Required" validate="url"
    validateat="onsubmit,onserver" label="URL of Website:" size="20"
    tooltip="URL Valid Value Like
    http://www.yourdoamin.com"
    tabindex="1">
    <cfinput type="text" name="textfield1" required="yes"
    message="Title of URL" validate="noblanks"
    validateat="onsubmit,onserver" label="Title of URL:" size="20"
    tooltip="Name of the URL" tabindex="2">
    <cftextarea required="yes" name="textfield2"
    label="Description:" validate="noblanks"
    validateat="OnSubmit,OnServer" message="Description Required"
    tooltip="Description of the Website Required" tabindex="3"
    cols="25" rows="4" wrap="virtual"> </cftextarea>
    Image Verification: <cfinclude template="captcha.cfm">
    <cfoutput> <img src="#easyCaptcha.IMAGE#" border="0"
    height="100" width="100"/> </cfoutput> <cfinput
    name="secret" type="text" label="Veriication Code:" required="yes"
    size="10" message="Image Verification failed" />
    <cfinput type="submit" name="submit" value="Add the Link"
    tabindex="4" validateat="onSubmit"
    validate="submitonce">
    </cfformgroup>
    </cfform>
    </body>

    I'd suggest moving the include for captcha.cfm above the
    <cfform tag
    Then try this for including the captcha image in the form.
    <cfformitem type="html" height="100"
    width="100"><p><img
    src="#easyCaptcha.Image#"/></p></cfformitem>

  • Added Captcha Image extension but can't find application in DW CS4

    Hi,
    I installed DW CS4 about two weeks ago.  Yesterday, I installed the PHP Captcha Image extension that I downloaded from www.tecnorama.org for the purpse of using it on my website's Contact Us page (getting lots of SPAM).  Per the Extension Manager, the Captcha Image application installed fine but I have no idea where the Application Tab is in CS4 so I can add the Captcha Image to my form.  Prior to CS4, I used DW MX and the captcha application after adding it would get applied from the Application Tab /Windows => Behaviour or via the InsertBar but I don't see either in CS4? 
    Where did my Captcha Image extension go and how do I access it?
    Thanks
    Carter

    Ignore the instructions on the tecnorama web page. They don't apply to CS4.
    If you're ever in doubt on how to get started with a DW Extension, look for instructions in the Extension Manager in DW CS4 (Commands > Manage Extensions..)
    Click on PHP Captcha Image.
    Assuming you're already editing a PHP page, the instructions there say: Server Behaviors (Window > Server Behaviors or Ctrl+F9) - > Captcha Image.

  • I cannot install iTunes 10.5. Get error message: C:\Program Files\Common Files\Apple\Apple Application support\webkit.resources\inspector\images\timeline Pill Orange.png"  I seem to be missing the "image file."  How to fix.

    Teh problem seems to be tht I am missing the "images" file.  Installs to that point and stops.

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • I moved my FCP events and projects folder onto my external hard drive and now everything is gone on FCP.  When I tried to reload those folders onto FCP nothing happened.  I still get the missing files image.

    I moved my FCP events and projects folder onto my external hard drive and now everything is gone on FCP.  When I tried to reload those folders onto FCP nothing happened.  I still get the missing files image.  When I try to import the folders manually something pops up that says it is incompatable.  It is possible to retrieve everything that was lost?

    "When I tried to reload those folders onto FCP nothing happened"
    Brownale6 how can  u reload folder in to FCP.
    As you said folders are moved to external disk but have you checked it should be like this
    For Event
    external disk>Final Cut Events>your event folder.  
    For project
    external disk>Final Cut Projects>your project folder.

  • Bad "missing cover" image

    hello,
    my itunes (7.02), display a bad "missing cover" image in the main windows. look at this link to see : <http://cjoint.com/?mdlc0jkeDR>
    any idea about that ?
    regards,
    klp
    iMac G5 1.80 GHz/17" Mac OS X (10.3.9)

    Your image in your feed looks good.
    http://assets.libsyn.com/content/5798411.jpg
    IT is a jpg image with RGB color - 1,400 x 1,400 pixels.
    So all looks good on your feed side.
    If you look at your show at - https://itunes.apple.com/ca/podcast/barbwired-marketing-podcast/id664961697  -  via a browser it does show the image.
    But on iTunes app - it is not showing.
    As Roger says - this looks to be an issue with iTunes not behaving well.
    If you do not see it back in iTunes app by the end of the day on Monday let me know.
    rob (at) libsyn (dot) com

  • Missing important image functions - going for Hype

    I made a product presentation with a meny system and aniamtions using Edge.
    I unfortunatelly found some very important functions were missing.
    So I´m going for Hype now, that has got all of these.
    So all the job has to be doe again :-(
    I didn´t find any feedback area for Edge Animate, so I´m putting it here. The things missing are:
    - Automatic Image optimization (like in Muse)
    - No support for PSD
    - No retina support
    - Can´t replace image, e.g from PNG to JPG (I made it thou by editing the JS-file, but that seems scary)
    These are all small matters for Adobe to fix and I suppose they are doing this in the future.
    I really like Edge Animate thou, but since it lacks important workflow functions I can´t use it in production.

    Hi,
    Thanks. Yes, that worked.
    I actually didn´t find this because in all other Adobe applications, this is done from the Library panel.
    I really stress the importance for you to make your/Adobe applications the same. We users love Adobe apps, but are really not liking the unnecessary different solutions in some of them. It´s frustrating and a complete waste of time.
    I actually remade the whole animation using (Tumult) Hype.
    It´s much easier to work with. Edge seems good to work with Javscript, but with Hype editing Javascripts is not as much necessary since there are pre-made solutions.
    You should also look into some things Hype has that is really important:
    - Automatic generation of Retina images
    - Automatic resampling of images
    - Scenes (a very nice way to work)
    All in all, Hype is much more efficient to work with.
    A thing that I do want in Edge (and Hype) is
    - When using Photoshop originals, it should be possible to set how each image should be exported, i.e as JPG (and setting quality) or PNG.
    In the real practical user world, we do only want ONE image to carry around for different purposes, it.e web, animations, videos, print.
    And when designing (doing layout) in i.e Edge, I do not always from start know if the image could be in JPG or if it must PNG because it is e.g. overlapping.
    The feature of settings export options for Photoshop images, I also would like to see in Muse. As well as Retina support in Muse that i REALLY want.
    I like Edge (and really like Muse), but as it is now, selection Hype is an easy choice over Edge.
    I hope that you do update Edge to support an extremely good workflow - then I will certainly selected Edge, since I already do pay for it anyway
    Best regards
    Bosse Nilsson
    Tel +46 (0)703-233 150
    2014-02-11 kl. 19:28 skrev elainefinnell <[email protected]>:
    Re: Missing important image functions - going for Hype
    created by elainefinnell in Edge Animate CC - View the full discussion
    Hi, man&mouse-
    Please note that there is a way to swap images, though it will try to fit the new image into the old dimensions.
    Select your image element
    In the properties panel, look at the Images section
    Next to the image name, select the double arrow key
    Select your new image (must already be in the Library)
    http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6110226-548268/437-302/ScreenShot2014-02-11at10.27.07+AM.png
    Hope that helps!
    -Elaine
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6110226#6110226
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6110226#6110226
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6110226#6110226. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Edge Animate CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Captcha error + no captcha image

    Captcha image is not shown in the form. Additionally, I get the following error. Error executing command. The system() function is disabled.
    Is it related to shell function on hosting? I do not have shell access on hosting server. Any workarounds or help?

    Hi Saini,
    please ask your hosting provider if they
    (what I´m assuming...) disabled "system" within the php.ini´s "disable_functions" directive -- and of course, if they´re willing to enable it for your account
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Using RHelp 9 - Compiled Help system missing book images on left pane? Any ideas on how to correct?

    Using RHelp 9 - Compiled Help system missing book images on left pane? Any ideas on how to correct?

    Hi there
    Colum seems to be making an assumption that you are producing Microsoft HTML Help, as the option he mentions only applies to the world of compiled CHM files.
    But this question was posted in the WebHelp forum category, so one might assume that you are producing WebHelp output.
    So the question we ask here is this:
    What *IS* the output type you are creating? WebHelp? Microsoft HTML Help? FlashHelp?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Missing / blank images in galleries - PLEASE  HELP

    Someone else asked this earlier this year, with no real satisfactory answer.
    Consistently, when I create galleries in Aperture, about 10 percent of the images end up as blank thumbnails and larger images. This is maddening and unusable. (I'm sending galleries to magazines, and I have to always send a second gallery of the dropped / missing images). I've tried adjusting the thumbnail and image sizes to different parameters (no improvement). I've tried re-processing the gallery multiple times (it just ends up with different images missing). I've tried leaving my computer completely untouched while it's creating the gallery (no improvement).
    Is this happening to anyone else? I can't be the only one suffering from this. When I view the galleries within Aperture, it's all there. Only once I view the exported gallery in a browser are images gone. (I've tried viewing in different browsers.)
    Any suggestions? I pray that this is fixed in the next version of Aperture, if not before.
    thank you

    I have found that there are so much to be worked out with this aperture software.
    I am sticking with Adobe Lightroom and my Nikon NX software. They are both so much easier to use and considerably less time consuming.
    I'm, sorry I wasted the money on Aperture.
    If I am speding more time & effort on the sodtware than with my camera shooting, something is clearly not right.

  • Missing all images in Lightroom (deleted images showing)

    Working in Lightroom and it was extremely slow.
    I did a "force quit" (on my Mac) on Lightroom 2 (Guessing that wasn't the thing to do) All my current images in Lightroom are gone and and old version with photos that I've permanently deleted showed up...though there is a message on each photos that says that the image is  "offline or missing" (which makes sense because they've long been deleted).
    Any suggestions or ways to look for my current photos.
    (Fortunately current images are backed up on my hard drive)
    Thanks!

    It sounds as if your LR is using an old catalog(ue).  It's unlikely that you've lost your images, you are just seing the old images previews that are part of an old catalog(ue).  Can you not find the later catalog(ue) and open that or, if not, restore from a LR backup.

Maybe you are looking for