"Web page C" error - HELP Please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Judyw
    Sergeant

    • Nov 2009
    • 20

    "Web page C" error - HELP Please

    I am having problems with my forms. I have created the form from scratch and have followed the tutorials all the way through; I have double, triple and quadruple checked the tutorials and I can't figure out what I've missed. When I publish my form to preview and test it - it sends me to a error web page that says: The "Web page "C" cannot be found." DNS error occured. Server cannot be found. The link may be broken.
    If I go back to the form properties and un-tick the box for the built in PHP form processor and preview it, fill it in and submit, it seems to go somewhere (not sure where), but my success or error page don't open so I'm not sure what is happening. I need the form information to be sent to my email for booking appointments.

    What am I missing or what did I do wrong.

    I'm also having a problem with the guestbook page; I've followed all the instructions but after I publish it and go to preview all I get is stuff like this:

    <?php
    session_start();
    define('ADMIN_PASS', 'password');
    function strip_chars($var)
    {
    return trim(str_replace("\r", NULL, htmlspecialchars(stripslashes(strip_tags($var)), ENT_QUOTES)));
    }

    There is more to the above, but didn't want to copy all of it.

    Can you help me please.

    Thanks

    Judy
    www.judymwatts.com
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: &quot;Web page C&quot; error - HELP Please

    Both the form and the guestbook contain php code. Unless you have a WAMP environment installed on your computer, you can't see these two working just in preview, you need to publish them on the server.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    • Judyw
      Sergeant

      • Nov 2009
      • 20

      #3
      Re: &quot;Web page C&quot; error - HELP Please

      I have published both of them and that's how I know they're not working. I also recieved the update to 11.4G and I did the download, rebooted my computer and went through everything again and I still am having problems.
      If I turn off the PHP processor and fill in the form, that form submits - to where I'm not sure. (I would like it to submit to my email) It does open a new form though.

      I just tried the guest book again; I re-published it and went to preview and I still can only see the information below.

      <?php
      define('ADMIN_PASS', 'password');

      function strip_chars($var)
      {
      return trim(str_replace("\r", NULL, htmlspecialchars(stripslashes(strip_tags($var)), ENT_QUOTES)));
      }

      function bbcode($var)
      {
      $var = preg_replace('/http:\/\/[\w]+(.[\w]+)([\w\-\.,@?^=%&:\/~\+#]*[\w\-\@?^=%%&\/~\+#])?/i', '<a href="$0">$0</a>', $var);
      return trim($var);
      }

      Comment

      • navaldesign
        General & Forum Moderator

        • Oct 2005
        • 12080

        #4
        Re: &quot;Web page C&quot; error - HELP Please

        Pls provide a link to the form and the guestbook so we can have a look.
        Navaldesign
        Logger Lite: Low Cost, Customizable, multifeatured Login script
        Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
        DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
        Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

        Comment

        • Judyw
          Sergeant

          • Nov 2009
          • 20

          #5
          Re: &quot;Web page C&quot; error - HELP Please

          Thanks, but I figured it out on my own.

          Judy

          Comment

          Working...
          X