Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

HELP!

Guest
Dec 29, 2008 Dec 29, 2008
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.
TOPICS
Server side applications
303
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 29, 2008 Dec 29, 2008
LATEST
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.
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines