Dreamweaver Form Won't Submit- Says Error page cannot be displayed

My dreamweaver form won't submit because it says there is an error. Am I doing something wrong? I don't know much about forms and how they submit but I heard that in order for their to be a confirmation page I have to create a php page? Here's my code. Thanks!
<!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=iso-8859-1" />
<title>Rental and Availability Information</title>
<style type="text/css">
<!--
@import url("CSS Styles/ThankYou.css");
.style18 {font-size: 16px; font-weight: bold; }
.style21 {color: #FFFFFF}
.style42 {
font-size: 16px;
color: #000000;
font-family: Garamond;
a:link {
color: #000000;
.style43 {
font-family: Garamond;
color: #FFFFFF;
font-weight: bold;
.style44 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: large;
-->
</style>
<link href="CSS Styles/ActivBorder.css" rel="stylesheet" type="text/css" />
<link href="CSS Styles/border.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style50 {
font-family: "Goudy Old Style";
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
.style57 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style58 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
-->
</style>
</head>
<body>
<form id="form2" name="form2" method="post" action="inquiryreceipt.html">
  <table width="556" border="0" align="center" cellspacing="0" bgcolor="#003366" class="ImageBorder">
    <tr>
      <td colspan="3" valign="top"><div align="center" class="style50"><u>Rental and Availability Information</u></div></td>
    </tr>
    <tr>
      <td width="189"><div align="right" class="style18 style57"><span class="style21">Name:</span></div></td>
      <td colspan="2"><input name="name" type="text" id="name" size="50" maxlength="100" /></td>
    </tr>
    <tr>
      <td><div align="right" class="style18 style57"><span class="style21">Property of Interest: </span></div></td>
      <td colspan="2"><label>
        <select name="property" size="1" id="property">
          <option>Butte Creek</option>
          <option>Casa De Ladrillo</option>
          <option>Collins Island</option>
          <option>The Crosby Estate</option>
          <option>Kailua Beach</option>
          <option>Keefer Ranch</option>
          <option>Koko Head</option>
          <option>Rancho Mirage</option>
          <option>San Diego Luxury High Rise</option>
          <option>Santiago Canyon</option>
          <option>South Lake Tahoe</option>
        </select>
      </label></td>
    </tr>
    <tr>
      <td><div align="right" class="style18 style57"><span class="style21">Dates:</span></div></td>
      <td width="83" align="right" bgcolor="#003366"><div align="right" class="style58">
        <div align="right"><span class="style21">Arrival:</span></div>
      </div></td>
      <td width="270" align="left" bgcolor="#003366" class="FormBorder"><strong>
        <select name="smonth" id="smonth">
          <option>Month</option>
          <option value="January">January</option>
          <option value="February">February</option>
          <option value="March">March</option>
          <option value="April">April</option>
          <option value="May">May</option>
          <option value="June">June</option>
          <option value="July">July</option>
          <option value="August">August</option>
          <option value="Semptember">September</option>
          <option value="Octover">October</option>
          <option value="November">November</option>
          <option value="December">December</option>
        </select>
        <select name="select" id="select">
          <option>Day</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <option value="4">4</option>
          <option value="5">5</option>
          <option value="6">6</option>
          <option value="7">7</option>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
          <option value="13">13</option>
          <option value="14">14</option>
          <option value="15">15</option>
          <option value="16">16</option>
          <option value="17">17</option>
          <option value="18">18</option>
          <option value="19">19</option>
          <option value="20">20</option>
          <option value="21">21</option>
          <option value="22">22</option>
          <option value="23">23</option>
          <option value="24">24</option>
          <option value="25">25</option>
          <option value="26">26</option>
          <option value="27">27</option>
          <option value="28">28</option>
          <option value="29">29</option>
          <option value="30">30</option>
          <option value="31">31</option>
        </select>
        <strong><strong>
        <select name="select2" id="select2">
          <option>Year</option>
          <option value="2002">2002</option>
          <option value="2003">2003</option>
          <option value="2004">2004</option>
          <option value="2005">2005</option>
          <option value="2006">2006</option>
          <option value="2007">2007</option>
          <option value="2003">2008</option>
        </select>
        </strong></strong>      </strong>       
      <div align="left"></div>      <div align="left"></div></td>
    </tr>
    <tr>
      <td><span class="style57"></span></td>
      <td bgcolor="#003366"><div align="right" class="style58">
        <div align="right"><span class="style21">Departure:</span></div>
      </div></td>
      <td align="left" valign="middle" bgcolor="#003366" class="FormBorder"><strong>
        <select name="smonth" id="smonth">
          <option>Month</option>
          <option value="January">January</option>
          <option value="February">February</option>
          <option value="March">March</option>
          <option value="April">April</option>
          <option value="May">May</option>
          <option value="June">June</option>
          <option value="July">July</option>
          <option value="August">August</option>
          <option value="Semptember">September</option>
          <option value="Octover">October</option>
          <option value="November">November</option>
          <option value="December">December</option>
        </select>
        <select name="sday" id="sday">
          <option>Day</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <option value="4">4</option>
          <option value="5">5</option>
          <option value="6">6</option>
          <option value="7">7</option>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
          <option value="13">13</option>
          <option value="14">14</option>
          <option value="15">15</option>
          <option value="16">16</option>
          <option value="17">17</option>
          <option value="18">18</option>
          <option value="19">19</option>
          <option value="20">20</option>
          <option value="21">21</option>
          <option value="22">22</option>
          <option value="23">23</option>
          <option value="24">24</option>
          <option value="25">25</option>
          <option value="26">26</option>
          <option value="27">27</option>
          <option value="28">28</option>
          <option value="29">29</option>
          <option value="30">30</option>
          <option value="31">31</option>
        </select>
        <strong> <strong><strong>
        <select name="syear" id="syear">
          <option>Year</option>
          <option value="2002">2002</option>
          <option value="2003">2003</option>
          <option value="2004">2004</option>
          <option value="2005">2005</option>
          <option value="2006">2006</option>
          <option value="2007">2007</option>
          <option value="2003">2008</option>
        </select>
        </strong></strong></strong>      </strong></td>
    </tr>
    <tr>
      <td><div align="right" class="style18 style57"><span class="style21">Email:</span></div></td>
      <td colspan="2"><input name="email" type="text" id="email" size="50" maxlength="50" /></td>
    </tr>
    <tr>
      <td><div align="right" class="style18 style57"><span class="style21">Phone: </span></div></td>
      <td colspan="2"><input name="phone" type="text" id="phone" size="30" maxlength="30" /></td>
    </tr>
    <tr>
      <td height="204" valign="top" bgcolor="#003366"><div align="right" class="style18 style57"><span class="style21">Additional Info: </span></div></td>
      <td colspan="2" bgcolor="#003366"><label>
        <textarea name="info" cols="40" rows="10" id="info"></textarea>
      </label></td>
    </tr>
    <tr bgcolor="#660000" class="FormBorder">
      <td height="33" valign="middle" bgcolor="#003366"><label for="Submit"></label>
          <label for="label3"></label></td>
      <td colspan="2" align="center" valign="middle" bgcolor="#003366"><div align="left">
          <input type="reset" name="Reset" value="Clear" id="Submit" />
          <input type="submit" name="Submit" value="Submit" id="label3" />
      </div></td>
    </tr>
    <tr bgcolor="#660000" class="FormBorder">
      <td height="33" valign="middle" bgcolor="#003366"><div align="left" class="style43"><span class="style29 style44"><strong>&laquo;</strong></span> <a href="Index.html" class="style60"><span class="style61 style21"><u>HOME</u></span></a></div></td>
      <td colspan="2" align="center" valign="middle" bgcolor="#003366"> </td>
    </tr>
  </table>
  <div align="center"><span class="style42">&copy;<strong><a href="Index.html">TheBestSpots.com</a>   Phone: (800) 761-9819 Fax: (949) 851-0450 <a href="mailto:[email protected]"><br />
  [email protected]</a></strong></span>  </div>
</form>
</body>
</html>

I believe my it guys have php on their server. When I look on the internet
to try and use the form to test it, I get the error:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
What you can try:
Refresh the page.
Go back to the previous page.
Here's one php code I have linked to one of my documents:
<!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=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.ThankYou {
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
border: thick dotted #660033;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #660033;
font-style: italic;
background-color: #FFFFFF;
.style3 {
font-size: 18px;
font-style: italic;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000066;
.style4 {font-size: 30px}
a:link {
color: #000066;
a:visited {
color: #000000;
a:hover {
color: #000000;
a:active {
color: #000000;
-->
</style>
</head>
<body>
<div align="center">
  <table width="780" height="150" border="1" class="ThankYou">
    <tr>
      <td valign="middle"><div align="center">
        <p class="style4">Thank You For Submitting Your Comments!</p>
        <p>-The Best Spots<br />
          Luxury Vacation Rentals</p>
      </div></td>
    </tr>
  </table>
  <p align="left"><img src="BOPIcon copy.gif" alt="BirdOfParadise" width="36" height="36" /><span class="style3"><a href="Index.html">TheBestSpots.com </a></span></p>
</div>
<p>
  <?php
$txtToAddr = '[email protected]' ;
   $txtSubj = 'Guest Comment From '. $_POST['fname'] . ' ' .  $_POST['lname'] . ' email '. $_POST['email'] . ' Property' . $_POST['property'] ;
$txtFromAddr = $_POST['email'];
$txtBody = $startdate = $_POST['smonth']  .  $_POST['sday'] . $_POST['syear'] . ' ' . $enddate = $_POST['emonth'] . $_POST['eday'] . $_POST['eyear'] . ' ' . $_POST['comments'] ;
   $headers = 'From: '. $txtFromAddr . "\r\n" .
    'Reply-To: ' . $txtFromAddr . "\r\n" .
    'X-Mailer: PHP/' . phpversion();
    // echo " Thank you for you request. You will be contacted within 1 business day."; 
    mail( "$txtToAddr", "$txtSubj", "$txtBody", "$headers");
?>
</p>
<p> </p>
<p>  </p>
</body>
</html>
And here's the other php code I have linked to the other:
<?php
$FM_VERS = "8.05";      // script version
/* ex:set ts=4 sw=4 et:
* FormMail PHP script from Tectite.com.  This script requires PHP 4 or later.
* Copyright (c) 2001-2008 Root Software and Open Concepts Pty Ltd
* (ABN 93 003 733 499), Melbourne, Australia.
* This script is free for all use as described in the "Copying and Use" and
* "Warranty and Disclaimer" sections below.
* Visit us at http://www.tectite.com/ for updates and more information.
*** If you use Tectite FormMail, please support its development and other
*** freeware products by putting the following link on your website:
***  Visit www.tectite.com for free <a href="http://www.tectite.com/">form processing script</a>.
* Author: Russell Robinson, 2nd October 2001
* Last Modified: RR 14:07 Wed 15 August 2007
* QVCS Version: $Revision: 1.4 $
* Read This First
* ~~~~~~~~~~~~~~~
*  This script is very well documented and quite large!  It looks daunting,
*  but really isn't.
*  If you have experience with PHP or other scripting languages,
*  here's what you *need* to read:
*      - Configuration (TARGET_EMAIL & DEF_ALERT)
*      - Creating Forms
*  That's it!  (Alternatively, just read the Quick Start and/or
*  Quicker Start section below).
*  Full configuration documentation is here:
*      http://www.tectite.com/fmdoc/index.php
* Purpose:
* ~~~~~~~~
*  To accept information from an HTML form via HTTP and mail it to recipients.
* What does this PHP script do?
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*  On your web site, you may have one or more HTML forms that accept
*  information from people visiting your website.  Your aim is for your
*  website to email that information to you and/or add it to a database.
*  FormMail performs those functions.
* Quick Start
* ~~~~~~~~~~~
*  1. Edit this file and set TARGET_EMAIL for your requirements (near
*      line 235 in this file - replace "yourhost\.com" with your mail server's
*      name).  We also strongly recommend you set DEF_ALERT (the next
*      configuration below TARGET_EMAIL).
*  2. Install this file as formmail.php (or other name ending in .php)
*     on your web server.
*  3. Create an HTML form and:
*      - specify a hidden field called "recipients" with the email address
*        of the person to receive the form's results.
*      - in the your form tag set the action attribute to
*        the formmail.php you uploaded to your web server
*  Once you have FormMail working, you may be interested in some advanced
*  usage and features.  We have HOW-TO guides at www.tectite.com which
*  describe many of the advanced processing you can do with FormMail.
*      http://www.tectite.com/fmhowto/guides.php
* Quicker Start
* ~~~~~~~~~~~~~
*  Use the FormMail Configuration Wizard here:
*      http://www.tectite.com/wizards/fmconf.php
*  By answering a few questions you'll get a configured FormMail and
*  a sample HTML form ready to upload and use on your server.
* Features
* ~~~~~~~~
*  For a list of features go to: http://www.tectite.com/formmailpage.php
* Security
* ~~~~~~~~
*  Security is the primary concern in accepting data from your website
*  visitors.
*  Tectite FormMail has several security features designed into it.  Note,
*  however, it requires configuration for your particular web site.
* Configuration
* ~~~~~~~~~~~~~
*  To configure this script, go to the section titled "CONFIGURATION"
*  (after reading the legal stuff below).
*  There is only one mandatory setting: TARGET_EMAIL
*  and one strongly recommended setting: DEF_ALERT
*  Full configuration information is available here:
*      http://www.tectite.com/fmdoc/index.php
* Creating Forms
* ~~~~~~~~~~~~~~
*  Go to this URL to learn how to write HTML forms for use with
*  Tectite FormMail: http://www.tectite.com/fmdoc/creating_forms.php
* Copying and Use
* ~~~~~~~~~~~~~~~
*  Tectite FormMail is provided free of charge and may be freely distributed
*  and used provided that you:
*      1. keep this header, including copyright and comments,
*         in place and unmodified; and,
*      2. do not charge a fee for distributing it, without an agreement
*         in writing with Root Software allowing you to do so; and,
*      3. if you modify FormMail before distributing it, you clearly
*         identify:
*              a) who you are
*              b) how to contact you
*              c) what changes you have made
*              d) why you have made those changes.
* Warranty and Disclaimer
* ~~~~~~~~~~~~~~~~~~~~~~~
*  Tectite FormMail is provided free-of-charge and with ABSOLUTELY NO WARRANTY.
*  It has not been verified for use in critical applications, including,
*  but not limited to, medicine, defense, aircraft, space exploration,
*  or any other potentially dangerous activity.
*  By using Tectite FormMail you agree to indemnify Root Software and
*  Open Concepts Pty Ltd, their agents, employees, directors and
*  associated companies and businesses from any liability whatsoever.
* We still care
* ~~~~~~~~~~~~~
*  If you find a bug or fault in FormMail, please report it to us.
*  We will respond to your report and make endeavours to rectify any
*  faults you've detected as soon as possible.
*  To contact us please register on our forums at:
*      http://www.tectite.com/vbforums/
*  or view our contact information:
*      http://www.tectite.com/contacts.php
* Version History
* ~~~~~~~~~~~~~~~
*  Near the top of this file, you'll find its version. The version
*  line looks like this:
*       $FM_VERS = "N.MM";     /* script version ...
*  The version history used to be located within this file.  However,
*  starting with Version 8.00 we've moved it...
*  You can read the complete version history of FormMail on our
*  main website here:
*   http://www.tectite.com/fmdoc/version_history.php
    // Capture the current date and time, for various purposes.
$lNow = time();
set_magic_quotes_runtime(0);        // disable this silly setting (usually not enabled)
ini_set('track_errors',1);          // enable $php_errormsg
$aAlertInfo = array();
$aPHPVERSION = array();
$sLangID = "";                      // the language ID
$aMessages = array();               // all FormMail messages in the appropriate
                                    // language
$bUseOldVars = IsOldVersion($aPHPVERSION);
    // seed the random number generate if not version 4.2.0 or later
if (!IsPHPAtLeast("4.2.0"))
    mt_srand(time());
    // we set references to the appropriate arrays to handle PHP version differences
    // Session vars are selected after we start the session.
if ($bUseOldVars)
    $aServerVars = &$HTTP_SERVER_VARS;
    $aGetVars = &$HTTP_GET_VARS;
    $aFormVars = &$HTTP_POST_VARS;
    $aFileVars = &$HTTP_POST_FILES;
    $aEnvVars = &$HTTP_ENV_VARS;
else
    $aServerVars = &$_SERVER;
    $aGetVars = &$_GET;
    $aFormVars = &$_POST;
    $aFileVars = &$_FILES;
    $aEnvVars = &$_ENV;
$bIsGetMethod = false;
    // If the form submission was using the GET method, switch to the
    // GET vars instead of the POST vars
if (isset($aServerVars["REQUEST_METHOD"]) && $aServerVars["REQUEST_METHOD"] === "GET")
    $bIsGetMethod = true;
    if ($bUseOldVars)
        $aFormVars = &$HTTP_GET_VARS;
    else
        $aFormVars = &$_GET;
if (!isset($REAL_DOCUMENT_ROOT))
    SetRealDocumentRoot();
if (isset($aServerVars['SERVER_PORT']))
    $SCHEME = ($aServerVars['SERVER_PORT'] == 80) ? "http://" : "https://";
else
    $SCHEME = "";
if (isset($aServerVars['SERVER_NAME']))
    $SERVER = $aServerVars['SERVER_NAME'];
else
    $SERVER = "";
/* CONFIGURATION (do not alter this line in any way!!!)                      */
* This is the *only* place where you need to modify things to use formmail.php
* on your particular system.  This section finishes at "END OF CONFIGURATION".
* Help for all settings can be found on our website:
*  http://www.tectite.com/fmdoc/index.php
* Also, above each setting is a direct URL to the help information for the
* setting.
            /* Help: http://www.tectite.com/fmdoc/email_name.php */
define("EMAIL_NAME","^[-a-z0-9.]+");    // the '^' is an important security feature!
            /* Help: http://www.tectite.com/fmdoc/target_email.php */
$TARGET_EMAIL = array(EMAIL_NAME."@thebestspots\.com$");
            /* Help: http://www.tectite.com/fmdoc/def_alert.php */
define("DEF_ALERT","[email protected]");
            /* Help: http://www.tectite.com/fmdoc/set_real_document_root.php */
$SET_REAL_DOCUMENT_ROOT = "";       // overrides the value set by SetRealDocumentRoot function
    // override $REAL_DOCUMENT_ROOT from the $SET_REAL_DOCUMENT_ROOT value (if any)
    // Do not alter the following code (next 3 lines)!
if (isset($SET_REAL_DOCUMENT_ROOT) && $SET_REAL_DOCUMENT_ROOT !== "")
    $REAL_DOCUMENT_ROOT = $SET_REAL_DOCUMENT_ROOT;
            /* Help: http://www.tectite.com/fmdoc/config_check.php */
$CONFIG_CHECK = array("TARGET_EMAIL");
            /* Help: http://www.tectite.com/fmdoc/at_mangle.php */
define("AT_MANGLE","5VLNXQL");
            /* Help: http://www.tectite.com/fmdoc/target_urls.php */
$TARGET_URLS = array();         // default; no URLs allowed
            /* Help: http://www.tectite.com/fmdoc/head_crlf.php */
define("HEAD_CRLF","\r\n");
            /* Help: http://www.tectite.com/fmdoc/body_lf.php */
define("BODY_LF","\r\n");       // the new default: use this for CR+LF
//define("BODY_LF","\n");       // the old default: just LF
            /* Help: http://www.tectite.com/fmdoc/from_user.php */
$FROM_USER = "";                            // the default - setting not used
            /* Help: http://www.tectite.com/fmdoc/sendmail_f_option.php */
define("SENDMAIL_F_OPTION",false);
define("SENDMAIL_F_OPTION_LINE",__LINE__-1);    // don't modify this line!
            /* Help: http://www.tectite.com/fmdoc/fixed_sender.php */
$FIXED_SENDER = "";
            /* Help: http://www.tectite.com/fmdoc/set_sender_from_email.php */
define("SET_SENDER_FROM_EMAIL",false);
            /* Help: http://www.tectite.com/fmdoc/ini_set_from.php */
define("INI_SET_FROM",false);
            /* Help: http://www.tectite.com/fmdoc/logdir.php */
$LOGDIR = "";                           // directory for log files; empty string to
                                        // disallow log files
            /* Help: http://www.tectite.com/fmdoc/autorespondlog.php */
$AUTORESPONDLOG = "";           // file name in $LOGDIR for the auto responder
                                // log; empty string for no auto responder log
            /* Help: http://www.tectite.com/fmdoc/csv_file_settings.php */
$CSVDIR = "";                       // directory for csv files; empty string to
                                    // disallow csv files
$CSVSEP = ",";      // comma separator between fields (columns)
$CSVINTSEP = ";";   // semicolon is the separator for fields (columns)
                    // with multiple values (checkboxes, etc.)
$CSVQUOTE = '"';    // all fields in the CSV are quoted with this character;
                    // default is double quote.  You can change it to
                    // single quote or leave it empty for no quotes.
//$CSVQUOTE = "'";  // use this if you want single quotes
$CSVOPEN = "";      // set to "b" to force line terminations to be
                    // kept as $CSVLINE setting below, regardless of
                    // operating system.  Keep as empty string and
                    // leave $CSVLINE unchanged, to get text file
                    // terminations for your server's operating system.
                    // (Line feed on UNIX, carriage-return line feed on Windows).
$CSVLINE = "\n";    // line termination for CSV files.  The default is
                    // a single line feed, which may be modified for your
                    // server's operating system.  If you want to change
                    // this value, you *must* set $CSVOPEN = "b".
            /* Help: http://www.tectite.com/fmdoc/templatedir.php */
$TEMPLATEDIR = "";                  // directory for template files; empty string
                                    // if you don't have any templates
            /* Help: http://www.tectite.com/fmdoc/templateurl.php */
$TEMPLATEURL = "";                  // default; no template URL
            /* Help: http://www.tectite.com/fmdoc/multiformdir.php */
$MULTIFORMDIR = "";         // directory for multi-form template files; empty string
                            // if you're not using multi-forms
            /* Help: http://www.tectite.com/fmdoc/multiformurl.php */
$MULTIFORMURL = "";                 // default; no multi-forms templates URL
            /* Help: http://www.tectite.com/fmdoc/authentication_settings.php */
$AUTHENTICATE = "";
//$AUTHENTICATE = "Basic cnVzc2VsbHI6dGVzdA==";        // example
$AUTH_USER = "";
$AUTH_PW = "";
            /* Help: http://www.tectite.com/fmdoc/form_ini_file.php */
$FORM_INI_FILE = "";
            /* Help: http://www.tectite.com/fmdoc/moduledir.php */
$MODULEDIR = ".";
            /* Help: http://www.tectite.com/fmdoc/fmcompute.php */
$FMCOMPUTE = "fmcompute.php";
            /* Help: http://www.tectite.com/fmdoc/fmgeoip.php */
$FMGEOIP = "fmgeoip.php";
            /* Help: http://www.tectite.com/fmdoc/advanced_templates.php */
define("ADVANCED_TEMPLATES",false);     // set to true for advanced templates
            /* Help: http://www.tectite.com/fmdoc/limited_import.php */
define("LIMITED_IMPORT",true);      // set to true if your database cannot
                                    // handle escaped quotes or newlines within
                                    // imported data.  Microsoft Access is one
                                    // example.
            /* Help: http://www.tectite.com/fmdoc/valid_env.php */
$VALID_ENV = array('HTTP_REFERER','REMOTE_HOST','REMOTE_ADDR','REMOTE_USER',
                'HTTP_USER_AGENT');
            /* Help: http://www.tectite.com/fmdoc/fileuploads.php */
define("FILEUPLOADS",false);        // set to true to allow file attachments
            /* Help: http://www.tectite.com/fmdoc/max_file_upload_size.php */
define("MAX_FILE_UPLOAD_SIZE",0);       // default of 0 means that other software
                                        // controls the maximum file upload size
                                        // (FormMail doesn't test the file size)
            /* Help: http://www.tectite.com/fmdoc/file_repository.php */
$FILE_REPOSITORY = "";
            /* Help: http://www.tectite.com/fmdoc/file_mode.php */
define("FILE_MODE",0664);     // always precede with 0 to specify octal!
            /* Help: http://www.tectite.com/fmdoc/file_overwrite.php */
define("FILE_OVERWRITE",true);
            /* Help: http://www.tectite.com/fmdoc/next_num_file.php */
$NEXT_NUM_FILE = "";
            /* Help: http://www.tectite.com/fmdoc/put_data_in_url.php */
define("PUT_DATA_IN_URL",true); // set to true to place data in the URL
                                    // for bad_url redirects
            /* Help: http://www.tectite.com/fmdoc/db_see_input.php */
define("DB_SEE_INPUT",false);       // set to true to just see the input values
            /* Help: http://www.tectite.com/fmdoc/db_see_ini.php */
define("DB_SEE_INI",false);     // set to true to just see the ini file
            /* Help: http://www.tectite.com/fmdoc/maxstring.php */
define("MAXSTRING",1024);           // maximum string length for a value
            /* Help: http://www.tectite.com/fmdoc/bshowmesgnumbers.php */
$bShowMesgNumbers = false;
            /* Help: http://www.tectite.com/fmdoc/filters.php */
            /* Note for Tectite personnel: the upgrade Wizard will merge new values
             * but be careful of $var usage and quoting in new entries.
$FILTERS = array("encode"=>"$REAL_DOCUMENT_ROOT/cgi-bin/fmencoder -kpubkey.txt",
                "null"=>"null",
                "csv"=>"csv");
            /* Help: http://www.tectite.com/fmdoc/socket_filters.php */
$SOCKET_FILTERS = array(
                 "httpencode"=>array("site"=>"YourSiteHere",
                    "port"=>80,
                    "path"=>"/cgi-bin/fmencoder",
                    "params"=>array(array("name"=>"key",
                            "file"=>"$REAL_DOCUMENT_ROOT/cgi-bin/pubkey.txt"))),
                 "sslencode"=>array("site"=>"ssl://YourSecureSiteHere",
                    "port"=>443,
                    "path"=>"/cgi-bin/fmencoder",
                    "params"=>array(array("name"=>"key",
                            "file"=>"$REAL_DOCUMENT_ROOT/cgi-bin/pubkey.txt"))),
            /* Help: http://www.tectite.com/fmdoc/filter_attribs.php */
$FILTER_ATTRIBS = array("encode"=>"Strips,MIME=application/vnd.fmencoded,Encrypts",
                        "httpencode"=>"Strips,MIME=application/vnd.fmencoded,Encrypts",
                        "sslencode"=>"Strips,MIME=application/vnd.fmencoded,Encrypts",
                        "csv"=>"Strips,MIME=text/csv",);
            /* Help: http://www.tectite.com/fmdoc/check_for_new_version.php */
define("CHECK_FOR_NEW_VERSION",true);
define("CHECK_DAYS",30);
            /* Help: http://www.tectite.com/fmdoc/scratch_pad.php */
$SCRATCH_PAD = "";
            /* Help: http://www.tectite.com/fmdoc/cleanup_time.php */
$CLEANUP_TIME = 60;     // cleanup time in minutes
            /* Help: http://www.tectite.com/fmdoc/cleanup_chance.php */
$CLEANUP_CHANCE = 20;     // percentage probability that cleanup will be performed
            /* Help: http://www.tectite.com/fmdoc/pear_settings.php */
$PEAR_SMTP_HOST = "";
$PEAR_SMTP_PORT = 25;
$PEAR_SMTP_USER = "";
$PEAR_SMTP_PWD = "";
            /* Help: http://www.tectite.com/fmdoc/alert_on_user_error.php */
define("ALERT_ON_USER_ERROR",true);
            /* Help: http://www.tectite.com/fmdoc/enable_attack_detection.php */
define("ENABLE_ATTACK_DETECTION",true);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_url.php */
define("ATTACK_DETECTION_URL","");
            /* Help: http://www.tectite.com/fmdoc/alert_on_attack_detection.php */
define("ALERT_ON_ATTACK_DETECTION",false);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_mime.php */
define("ATTACK_DETECTION_MIME",true);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_dups.php */
$ATTACK_DETECTION_DUPS = array("realname","address1","address2","country","zip",
                                "phone","postcode","state","email");
            /* Help: http://www.tectite.com/fmdoc/attack_detection_specials.php */
define("ATTACK_DETECTION_SPECIALS",true);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_specials.php */
$ATTACK_DETECTION_SPECIALS_ONLY_EMAIL = array("derive_fields","required",
                    "mail_options","good_url","bad_url","good_template",
                    "bad_template");
            /* Help: http://www.tectite.com/fmdoc/attack_detection_specials.php */
$ATTACK_DETECTION_SPECIALS_ANY_EMAIL = array("subject");
            /* Help: http://www.tectite.com/fmdoc/attack_detection_many_urls.php */
define("ATTACK_DETECTION_MANY_URLS",0);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_many_url_fields.php */
define("ATTACK_DETECTION_MANY_URL_FIELDS",0);
            /* Help: http://www.tectite.com/fmdoc/attack_detection_url_patterns.php */
$ATTACK_DETECTION_URL_PATTERNS = array(
            '(^|[^-a-z_.0-9]+)(?<!@)([-a-z0-9]+\.)+(com|org|net|biz|info|name|pro|tel|asia|cat)\b',
            '(^|[^-a-z_.0-9]+)(?<!@)([-a-z0-9]+\.)+(com{0,1}|org|net)\.[a-z][a-z]\b');
            /* Help: http://www.tectite.com/fmdoc/attack_detection_ignore_errors.php */
define("ATTACK_DETECTION_IGNORE_ERRORS",false);
            /* Help: http://www.tectite.com/fmdoc/geoip_lic.php */
$GEOIP_LIC = "";        // default - no GeoIP
            /* Help: http://www.tectite.com/fmdoc/zero_is_empty.php */
define("ZERO_IS_EMPTY",false);
            /* Help: http://www.tectite.com/fmdoc/session_name.php */
$SESSION_NAME = "";
            /* Help: http://www.tectite.com/fmdoc/hook_dir.php */
$HOOK_DIR = "";
/* UPGRADE CONTROL
** FILTERS:lt:8.04:merge:The FILTERS configuration has
** been modified to include some new standard filters.:
** FILTER_ATTRIBS:lt:8.04:no_keep:The FILTER_ATTRIBS configuration has
** been modified to include new information about the standard filters.:
** ATTACK_DETECTION_URL_PATTERNS:eq:8.02:no_keep:The ATTACK_DETECTION_URL_PATTERNS
** configuration has been modified to fix a bug.:
** FILTER_ATTRIBS:lt:4.00:no_keep:The FILTER_ATTRIBS configuration has
** been modified to include new information about the standard filters.:
** SET_REAL_DOCUMENT_ROOT:gt:4.07:copy_from=REAL_DOCUMENT_ROOT:The
** REAL_DOCUMENT_ROOT configuration has been renamed to SET_REAL_DOCUMENT_ROOT.:
** EMAIL_NAME:lt:6.01:no_keep:The EMAIL_NAME configuration has
** been modified to match hyphens ('-') in email addresses.:
** ZERO_IS_EMPTY:le:6.01:set_to=true:ZERO_IS_EMPTY has been
** set to a value that duplicates previous behaviour.:
** END OF CONTROL
/* END OF CONFIGURATION (do not alter this line in any way!!!)               */
    // the following constants define all FormMail messages
define('MSG_SCRIPT_VERSION',0);     // This script requires at least PHP version...
define('MSG_END_VERS_CHK',1);       // If you're happy...
define('MSG_VERS_CHK',2);           // A later version of FormMail is available...
define('MSG_CHK_FILE_ERROR',3);     // Unable to create check file...
define('MSG_UNK_VALUE_SPEC',4);     // derive_fields: unknown value specification...
define('MSG_INV_VALUE_SPEC',5);     // derive_fields: invalid value specification...
define('MSG_DERIVED_INVALID',6);    // Some derive_fields specifications...
define('MSG_INT_FORM_ERROR',7);     // Internal form error...
define('MSG_OPTIONS_INVALID',8);    // Some mail_options settings...
define('MSG_PLSWAIT_REDIR',9);      // Please wait while you are redirected...
define('MSG_IFNOT_REDIR',10);       // If you are not redirected...
define('MSG_PEAR_OBJ',11);          // Failed to create PEAR Mail object...
define('MSG_PEAR_ERROR',12);        // PEAR Mail error...
define('MSG_NO_FOPT_ADDR',13);      // You have specified "SendMailFOption"...
define('MSG_MORE_INFO',14);         // More information...
define('MSG_INFO_STOPPED',15);      // Extra alert information suppressed...
define('MSG_FM_ALERT',16);          // FormMail alert
define('MSG_FM_ERROR',17);          // FormMail script error
define('MSG_FM_ERROR_LINE',18);     // The following error occurred...
define('MSG_USERDATA_STOPPED',19);  // User data suppressed...
define('MSG_FILTERED',20);          // This alert has been filtered...
define('MSG_TEMPLATES',21);         // You must set either TEMPLATEDIR or TEMPLATEURL...
define('MSG_OPEN_TEMPLATE',22);     // Failed to open template...
define('MSG_ERROR_PROC',23);        // An error occurred while processing...
define('MSG_ALERT_DONE',24);        // Our staff have been alerted...
define('MSG_PLS_CONTACT',25);       // Please contact us directly...
define('MSG_APOLOGY',26);           // We apologize for any inconvenience...
define('MSG_ABOUT_FORMMAIL',27);    // Your form submission was processed by...
define('MSG_PREG_FAI

Similar Messages

  • "Error page cannot be displayed" in the Internet Explorer

    In BSP application while clicking a button in the server page we are getting  "Error page cannot be displayed".
    Is this error occurring due to some problem in R3 server or due to some connectivity issues.

    server page ?? you must mean your HTMLB page or just web page.
    have you checked what does the coding behind that button do ?? did you also check in SICF in folder Error Pages whether there´s a page that has been declared there, but which does not exist ??
    .... and don´t repeat the threads !!

  • I cannot access facebook on my MacBook Pro.  I am able to access every other website.  When trying to access facebook it says that page cannot be displayed as safari cannot establish a connection.

    I cannot access facebook on my MacBook Pro.  I am able to access every other website.  When trying to access facebook it says that page cannot be displayed as safari cannot establish a connection.  I was able to access it just fine few weeks ago....
    Please help!

    Hi Justysiag,
    If you are having issues opening a particular web site in Safari on your MacBook Pro, you may want to follow the steps in this article to see if you can resolve the issue -
    Safari 7 (Mavericks): If Safari can’t open a website
    http://support.apple.com/kb/PH17169
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • When i open my SQL reporting URL it says this page cannot be displayed

    Hi All,
    I am using SQL Server 2008 with SP3. When i open my open my reporting manager URL. i get the error as "This page cannot be displayed" HTTP Error 500 internal server error. I read few blogs posted below. Tried both but could not help me out
    http://social.technet.microsoft.com/Forums/en-US/1a03196f-f8ee-4a66-b08b-b2e02447a25e/can-not-open-page-for-report-manager-url-httplocalhost8080reports-for-sql-server-2008?forum=sqlreportingservices
    and 
    http://ashwaniashwin.wordpress.com/2014/02/28/the-url-has-already-been-reserved-error-while-configuring-the-report-server-url-in-reporting-services-configuration-manager/
    But none of them helped.
    I tried deleting the reserved URL and re reserved but still did not help.
    Tried changing the port number but still no luck.
    I analysed the sql reporting error log and found the below.
    ===============================================
    library!ReportServer_0-1!ad4!06/07/2014-03:30:52:: Call to GetSystemPropertiesAction().
    ui!ReportManager_0-2!fbc!06/07/2014-03:30:54:: e ERROR: Unable to validate data.
    ui!ReportManager_0-2!fbc!06/07/2014-03:30:54:: e ERROR: HTTP status code --> 500
    ===============================================
       at ReportingServicesHttpRuntime.BaseWorkerRequest.FilterAndThrowException(Exception e, String message)
       at ReportingServicesHttpRuntime.RsWorkerRequest.GetUserToken()
       at System.Web.HttpContext.get_ImpersonationToken()
       at System.Web.ClientImpersonationContext.Start(HttpContext context, Boolean throwOnError)
       at System.Web.HttpApplication.ThreadContext.SetImpersonationContext()
       at System.Web.HttpApplication.ThreadContext.Enter(Boolean setImpersonationContext)
       at System.Web.HttpApplication.OnThreadEnterPrivate(Boolean setImpersonationContext)
       at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
    library!ReportServer_0-1!e0c!06/07/2014-03:30:49:: Call to GetItemTypeAction(/).
    library!ReportServer_0-1!f10!06/07/2014-03:30:49:: i INFO: Catalog SQL Server Edition = Enterprise
    library!ReportServer_0-1!e0c!06/07/2014-03:30:49:: i INFO: Catalog SQL Server Edition = Enterprise
    crypto!ReportServer_0-1!e0c!06/07/2014-03:30:49:: i INFO: Initializing crypto as user: E2K\Lg161489
    crypto!ReportServer_0-1!e0c!06/07/2014-03:30:49:: i INFO: Exporting public key
    crypto!ReportServer_0-1!e0c!06/07/2014-03:30:49:: i INFO: Performing sku validation
    crypto!ReportServer_0-1!e0c!06/07/2014-03:30:50:: i INFO: Importing existing encryption key
    library!ReportServer_0-1!e0c!06/07/2014-03:30:50:: Call to ListParentsAction(/).
    library!ReportServer_0-1!e0c!06/07/2014-03:30:50:: Call to ListChildrenAction(/, False).
    webserver!ReportServer_0-1!e0c!06/07/2014-03:30:50:: i INFO: Processed folder '/'
    library!ReportServer_0-1!ad4!06/07/2014-03:30:51:: Call to GetPermissionsAction(/).
    library!ReportServer_0-1!f10!06/07/2014-03:30:51:: Call to GetPropertiesAction(/, PathBased).
    library!ReportServer_0-1!ad4!06/07/2014-03:30:52:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-1!f10!06/07/2014-03:30:52:: Call to ListChildrenAction(/, False).
    library!ReportServer_0-1!ad4!06/07/2014-03:30:52:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-1!f10!06/07/2014-03:30:52:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-1!ad4!06/07/2014-03:30:52:: Call to GetSystemPropertiesAction().
    ui!ReportManager_0-2!fbc!06/07/2014-03:30:54:: e ERROR: Unable to validate data.
    ui!ReportManager_0-2!fbc!06/07/2014-03:30:54:: e ERROR: HTTP status code --> 500
    I have also attached all the logs in a FTP for further analysis. Please download it from the below link.
    https://depositfiles.com/files/cfe6af33b
    Can any one please help me. Seems to be a never ending issue to me.

    Take a look on link
    http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm
    In case If you rebuilt the server then then linking will break , go in encryption keys option if only delete button is enabled, and backup button is disabled the delete the keys .close the report configuration manager and reopen the manager .Now try
    to open report manager url. 
    Please click "Propose
    As Answer" if a post solves your problem, or "Vote
    As Helpful" if a post has been useful to you

  • Preview error Page Cannot be Displayed in transaction SBWP

    When I workflow item is selected in SBWP, the preview section is not displayed.      The preview section should show the description of the document and the objects and attachments to the archivelink document.  Instead it gives the error that the page cannot be displayed.  This is only happening to one user, so my assumption is this related to a machine or software setting.    We have reinstalled SAP, but that did not resolve the issue.

    Hi,
    It is related to their SAPGUI release & patch level or their version of Internet Explorer. Apply the latest SAPGUI patch on the users machine and it should solve the issue. If not check what version of IE they are using compared to everyone else...perhaps they need a new version also.
    Regards,
    Eddie

  • Error: Page cannot be displayed when testing BSP application from SE80

    Hi:
    I am new to SAP 4.7. I need help in running BSP application from SE80. When I run, I am geting error the page cannot be displayed. Can some suggests/advice what are the neccessary steps ahould follow to run BSP application.
    Thanks,
    Venkat.

    Welcome to the forums and welcome to BSP. There are a few things we kindly ask
    Take a look at this weblog: <a href="/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help">BSP Trouble Shooting: Getting Help</a>
    That will help you jump several of the hurdles you'll come across as you get started.
    As for your problem if you are receiving the message "Service is not active" then you need to go into the transaction SICF in your system and follow the tree (take a look at the path in your browser /sap/bc/...) and select each until you get down to the one you are trying to look at and active it.
    If you are getting errors about other ones not activated then do the same for those.
    If you are not getting those errors and your browser is simply telling you "Can't find it or something" then in "Internet Options" in your browser advanced tab uncheck the "Show Friendly HTTP Errors".
    You can also check transaction ST22 to see if there is a short dump in which case that will help analyze the problem.
    Otherwise you'll need to give us more info including your SP level (recommend you jump up to at least 43 on ABA and BASIS)
    Message was edited by: Craig Cmehil
    OK so Brian was faster...

  • Page cannot be displayed error in Communication channel monitoring

    Hi,
    when i am trying to click on Communication channel monitoring from RWB it shows me the error " Page cannot be displayed".
    I am testing this for the for the first time in QA environment.
    But in development , CC monitoring works fine in the same Laptop.
    I have checked the hosts file and it has the IP address and system name present in it.
    i have checked in my collegues laptop and it opens there, but it doesn't open in my laptop.
    we are using PI 7.0, windows XP and IE 7.0.
    Could anyone help to solve this problem?
    Thanks
    JJ

    I am able to open the communciation channel if i am using the path http://<full qualified host>:<http port>/mdt/channelmonitorservlet
    This means that there is a problem in the host file....the changes are not getting reflected.....did you log-ff and then again login?
    instead of the FQDN you can also open the page using the IP address of the server.
    I am really sorry I am unable to give you points, since the Star icon is not displaying in the browser to award points
    This may be because you did not mark the thread as a question
    Regards,
    Abhishek.

  • Page cannot be displayed error when executing WAD

    Hi all,
    I'm getting this error (Page cannot be displayed) when i execute my WAD. What is curious is that i can execute it ok i some machines, but some others get the error.
    Anyone knows what could be causing this?
    I've tried in different machines, all with Win XP sp2 and IE6 browser... and remains the same: some execute the WAD ok, some don't.
    I'll appreciate any help on this.
    Thank you,
    g.

    I had the same error and was a PROXY problem....
    I fix it setting in IE connetions the access to HTTP://MYSERVER/...ETC....in LAN Configuration->advanced options in IE....it works fine for me....
    Regards...

  • Page cannot be displayed error when login to EBS home page

    Hi All,
    I have some problem login to EBS page, if only one responsibility is active to user it will get error Page cannot be Displayed error 404 on the Main Menu.
    However if 2 or more responsibilities are active no error will come up and it will show all responsibilities.
    Below is the log I got from apache.
    [Thu Apr 28 15:58:26 2011] [warn] mod_plsql: Stale Connection due to Oracle error 6502
    [Thu Apr 28 15:58:26 2011] [error] mod_plsql: /pls/XXX/OracleNavigate.menuBypass ORA-6502
    ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
    ORA-06512: at "APPS.ICX_CALL", line 1077
    ORA-06512: at "APPS.ORACLENAVIGATE", line 2358
    ORA-06512: at line 28
    Appreciate if someone can share something about this.
    Database Server
    RDBMS : 10.2.0.2.0
    Oracle Applications : 11.5.10.2
    Thanks a lot

    Hi All,
    Thanks for all your help.
    Seems I already found out the issue.
    Since we are using "Personal Home Page" for the system profile option "Self Service Personal Home Page Mode" I checked oracle note and found out
    that 11i did not support this mode. Maybe this is the problem that is why we are getting page cannot be displayed error when only 1 responsibility is active.
    The way to fix this, is to use mode 'Framework Only' instead of 'Personal Home Page' as Oracle are phasing out mod_plsql based UI and it will not be present in future releases. No maintenance is being performed (i.e. bug fixes) to the mod_plsql based UI technology.
    Please check this note for more clearer explanation:
    Is The 'Personal Home Page' Mode Supported In Oracle 11i Applications? [ID 368628.1]
    Again, thank you for your help!

  • BEX - Query Designer - Query Execution - IE "The page cannot be displayed'

    Hi ALL,
    Trying to execute a query from BEx Query Designer, result needs to be displayed on Internet Explorer.
    However, when IE pops up to show the result, it says 'The page cannot be displayed'.
    It seems the PORT Number is wrong.
    When I execute the RSPLAN the port number is 52300 (23 ASCS)  (and it works!!).
    For this web query the port in URL is 55300 (53 SCS).
    Could you help to configure the right port?
    Something needs to be done on Basis side configurations?
    Thank you,
    Nivia

    Hi,
    This especific problem was solved na SM30 programa RSPOR_T_PORTAL.
    But I still have problem:
    The PORTAL logon is displayed and after input the user and pass shows the 500 Internal Error.
    Caused by: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed
    Connect_PM  TYPE=B MSHOST=calsaps011.net.bradesco.com.br GROUP=PUBLIC R3NAME=BWH MSSERV=sapmsBWH PCS=1
    ERROR       partner 'calsaps011.net.bradesco.com.br:sapmsBWH' not reached
    I have looked the services and hosts and the files has the sapgw<> and sapms<> right configured.
    The important detail is that The PORTAL works if it doesn't come from BEx.
    COULD SOMEONE HELP ME?
    Tks,
    Nivia

  • The page cannot be displayed

    When i run form then i have message "The page cannot be displayed"
    PS
    Excusme for my english

    It was my path in IE :)))
    http://%%20"http://...........
    How can i delete http://%%20" from my path forever
    PS
    I undestud what i must studing english:)

  • "Page cannot be displayed" when opening DatabaseControl in Oracle 11g

    Hi,
    This is a new installation of Oracle 11.2.0.3 on Win 2003 32bit. The install was successful (at least no errors) but I am having a problem with Enterprise Manager. When I go to the web page (https://servername:1158/em) then I receive the error "Page cannot be displayed"
    I get this whether I use the servername/localhost/IP in the url.
    I ran emctl status dbconsole and it indicated that the service was up and running.
    Also tried starting the service through cmd prompt rather than services window and this also shows the service starting up correctly.
    I can connect without issue through SQLPLus too.
    I would appreciate any guidance on what else to try and what logs to check in order to determine why this is happening.
    Thanks

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Enterprise Management » Enterprise Manager which is OEM dedicated forum site.
    Regard
    Helios

  • View layout is not displaying, ( The page cannot be displayed)

    Hi guys,
          we have recently installed the ECC6. In webdynpro component, the view layout is not displaying, instead it showing the error message like  " the page cannot be displayed".
    I came to know that, in order to display the view layout we need to activate some services .
    Please let me know what are the services should activate in order to display the layout.
    Regards
    Srinivas

    Hi Sana,
    this is very absic problem in webdynpro, lots of threades are there do search..
    getting error 'Page cannot be displayed' in view layout
    ABAP Web Dynpro : view designer layout error !
    Layout Tab Preview: This program cannot display the webpage
    Cheers,
    Kris.

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported.

    SharePoint 2007 custom (VS 2008) solution is upgraded to SharePoint 2013 using (VS 2012). I followed this approach.
    I had created new empty project (solution) in SharePoint 2013 using (VS 2012) compiled and deployed successfully. All safe controls are registered in the web.config file. After deploying solution i Restarted IIS also, still getting this error. How to resolve
    Error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. Correlation ID: 5d217c9c-1827-7083-80cd-e095a30befee.
    Show Error Details
    Hide Error Details
    [UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    <menu class="ms-hide" id="MSOMenu_WebPartMenu"><ie:menuitem id="MSOMenu_Minimize" text="Minimize" title="Collapse this web part." type="option"></ie:menuitem><ie:menuitem
    id="MSOMenu_Restore" text="Restore" title="Expand this web part." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Close" text="Close" title="Close this Web Part. You can still
    find it under closed Web Parts section in the insert ribbon. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/DelItem.gif" id="MSOMenu_Delete" text="Delete"
    title="Delete this Web Part from the page. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/EditItem.gif"
    id="MSOMenu_Edit" text="Edit Web Part" title="Change properties of this shared Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Connections"
    text="Connections" title="Show connections options for this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem
    id="MSOMenu_Export" text="Export..." title="Export this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/HelpIcon.gif" id="MSOMenu_Help"
    style="display:none;" text="Help" type="option"></ie:menuitem> </menu>        

    Hi Ashok,
    According to your description, my understanding is that you got an error after you re-built a SharePoint 2007 solution with VS2012, and deployed it.
    Make sure the Namespace and Type Name are consistent across all files where indicated. Also with matching case sensitivity. Verify web.config file and assembly in GAC or virtual directory bin folder in post deployment.
    More information, please refer to the link below:
    http://roykimsharepoint.wordpress.com/2013/04/27/classic-web-part-errors/
    Here is a similar post for you to take a look at:
    http://stackoverflow.com/questions/1689707/sharepoint-web-part-type-could-not-be-found-registered-as-safe
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.

    We have an SharePoint services 3.0 installation that uses custom web parts on 100s of subsites.  The custom web parts on any website is presenting this error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
    This past weekend we decided to create a new database server and migrate the databases to the new server in an effort to retire an old box. 
    INitially we attempted to go through the configuration wizard which didnt do anything but add a new database server to our farm.  What we have done is remove the new database server from the farm and use an alias on the SP server to continue to use
    the same name but actually get its data from the new database server.
    Everything works with the site except these custom webparts. 
    Any thoughts on where to go to first, should i redeploy what i think are the webparts from VS 2005 (solutions are VS 2005 slns.)? 
    Tony Spaulding

    You need to make Safe Control enteries in your web.config for the particular web application.
    Open web.config
    Locate the SafeControls Tag
    Make a safe control entry
    <SafeControl Assembly="Assembly name, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d8eb6481d8b4beec" Namespace="your webpart namespace" TypeName="*" Safe="True" />
    In order to find the assembly details, Open the GAC. Right click on your dll and then click properties.

Maybe you are looking for

  • How do I add a filter in JFileChooser for files with no extension?

    Is it possible to have a filter with that filters out files with no extension in a JFileChooser? Any help is appreciated. Shankar

  • Value in exbs field of j_1iexcdtl is takeing base price not the discounted

    hi In exbs field of j_1iexcdtl taking base price of a material but exice(bed) is calculated on discounted value of base price. can any body clear me whether value is ok or not. if i need to maintain assesable value at j1iid what value should be? kaus

  • Sybase Connectivity with JSP

    Can someone gimme the code for Sybase-JSP database connectivity ? Thanx Rams

  • Error message (-41110) when launching Itunes

    rene.haller  Feb 24, 2013 4:30 AM  I have just downloaded the latest version of Itunes (or rather the latest update). And now I get an error message when i lauch Itunes: -(41110). However, it does not prevent me from actually using Itunes. It's just

  • Debug Issue

    Hi, Task: I am trying to debug BAPI/FM to see when exactly IDOC is getting triggered. Technic: ALE Distribution model setup when I Confirm TO its triggering IDOC(IDOC Message Type SHP_IBDLV_CONFIRM_DECENTRAL underlying BAPI is BAPI_INB_DELIVERY_CONFI