close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Form returns blank page

Thread began 1/12/2010 3:04 pm by sandy259886 | Last modified 1/13/2010 9:26 am by Jason Byrnes | 1736 views | 3 replies |

sandy259886

Form returns blank page

I am trying to get the Pear Mail option work. I have tried everything. I have a path to "pear" per the location on server. I have set the form to post and send email upon "submit" with a confirmation page showing up next. I press the "submit" button and the screen goes blank, but the url stays on the form page.

I am using version 3.0.7 on a Windows Vista machine.. (I hate Vista).

Attached Files
MailFormatting_PHP.zip
PEAR_Mail_using_SMTP_PHP.zip
WAUE_catalog_2.zip
catalog.zip
Sign in to reply to this post

Jason ByrnesWebAssist

When a page displays blank, it means a php error has occurred, add the following to line 1 of the form page to turn error reporting on for troubleshooting:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

sandy259886

message below

Warning: require_once(/usr/sbin/sendmailMail.php) [function.require-once]: failed to open stream: No such file or directory in /home/sandyrumsey/public_html/WA_Universal_Email/PEAR_Mail_using_SMTP_PHP.php on line 115

Fatal error: require_once() [function.require]: Failed opening required '/usr/sbin/sendmailMail.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/sandyrumsey/public_html/WA_Universal_Email/PEAR_Mail_using_SMTP_PHP.php on line 115



Hmmm... the path to the smtp mail is supposed to be /usr/sbin/sendmail --- Why did this appeal "Mail.php?" to the path? Is that the problem?

Sign in to reply to this post

Jason ByrnesWebAssist

Part of the Pear package is a Mail.php file. Universal Email needs to load this file. It is located in the Pear Path. When you enter the Path to Pear, you must include a trailing slash. the path should be entered as:
/usr/sbin/sendmail/


Universal Email will automatically append Mail.php to the end of the path you enter:
/usr/sbin/sendmail/Mail.php


If you dont enter the trailing slash, the path becomes:
/usr/sbin/sendmailMail.php


which causses the error.

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...