Results 1 to 5 of 5

Thread: "Web page C" error - HELP Please
      
   

  1. #1
    Judyw is offline Sergeant
    Join Date
    Nov 2009
    Location
    British Columbia
    Posts
    20

    Default "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

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: "Web page C" 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!


  3. #3
    Judyw is offline Sergeant
    Join Date
    Nov 2009
    Location
    British Columbia
    Posts
    20

    Default Re: "Web page C" 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);
    }

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: "Web page C" 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!


  5. #5
    Judyw is offline Sergeant
    Join Date
    Nov 2009
    Location
    British Columbia
    Posts
    20

    Default Re: "Web page C" error - HELP Please

    Thanks, but I figured it out on my own.

    Judy

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49