close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Contact Form not working

Thread began 11/20/2012 11:49 am by johna1964 | Last modified 11/20/2012 1:49 pm by johna1964 | 1446 views | 5 replies |

johna1964

Contact Form not working

Hi,

I was receiving emails for customers through anther method, and it finally occurred to me something might be wrong with the contact page. Sure enough, it's not working. When the submit button is selected, the redirect is taking me to a blank page and I do not recieve the email.

Please help. The pages are included.

Thank you for your time!

johna1964

Attached Files
contactform_pages.zip
Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

johna1964

Hi Jason,

Thank you for helping.

I uploaded the page with the error reporting.

The error message is http 500 internal server error.

Would this mean the hosting server is the issue?

Thank you.

johna1964

Sign in to reply to this post

Jason ByrnesWebAssist

on the contactcare.php page, all of the require once lines are pointing to the admin subdirectory, for example:


<?php require_once("admin/webassist/form_validations/wavt_scripts_php.php"); ?>
<?php require_once("admin/webassist/form_validations/wavt_validatedform_php.php"); ?>



those should be looking for the webassist directory at the same level rather than in the admin directory:

<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>
<?php require_once("webassist/form_validations/wavt_validatedform_php.php"); ?>


there are other similar require once lines that will need to be changed too.

Sign in to reply to this post

johna1964

Jason,
You are absolutely correct. Thank you so much!!

Johna

Sign in to reply to this post

johna1964

Jason,

Okay - got it! It needed to be changed on line 26 and 27 too.

Thank you!!

johna1964

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...