Skip to main content
December 29, 2008
Question

HELP!

  • December 29, 2008
  • 1 reply
  • 304 views
I have built our company's website using Dreamweaver CS3 and has been operational for 2 years since I first built it. Since we transfered our site to a new IP, I have been having issues with my forms, it is imparative that I get this fixed and I am at a dead end. Here's my problem:

I have 2 portions of my site that utilize form2mail for various functions. Customers are allowed to submit information and we will always recieve the information, but they will get a blank screen after they submit the form. Like I said above, the only thing that I can think that has changed is our IP and we have a SSL purchased via GoDaddy.com. It seems that my coding is set up correctly for our customers to get the success and error page, but there is something obviously wrong, so if you can offer up any advice, I would appreciate it. Thanks.
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
December 29, 2008
You have a PHP error and your new web host has PHP errors turned off, that is why you are getting a blank page.

You can try setting errors to display by using ini_set()

http://www.php.net/manual/en/function.ini-set.php

ini_set('display_errors', '1');

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com


"speavis28" <webforumsuser@macromedia.com> wrote in message news:gjbc09$mrr$1@forums.macromedia.com...
>I have built our company's website using Dreamweaver CS3 and has been
> operational for 2 years since I first built it. Since we transfered our site
> to a new IP, I have been having issues with my forms, it is imparative that I
> get this fixed and I am at a dead end. Here's my problem:
>
> I have 2 portions of my site that utilize form2mail for various functions.
> Customers are allowed to submit information and we will always recieve the
> information, but they will get a blank screen after they submit the form. Like
> I said above, the only thing that I can think that has changed is our IP and we
> have a SSL purchased via GoDaddy.com. It seems that my coding is set up
> correctly for our customers to get the success and error page, but there is
> something obviously wrong, so if you can offer up any advice, I would
> appreciate it. Thanks.
>