close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UE 4 error message

Thread began 12/28/2010 11:26 am by cbright420341 | Last modified 12/29/2010 12:23 pm by cbright420341 | 2174 views | 6 replies |

cbright420341

UE 4 error message

I just bought Universal Email 4 and I'm trying to test it for use in a very simple procedure: just a form that can be used to email a mailing address.

I made a very simple test form and ran the UE 4 Create Email Message as described in the Getting Started Guide. I entered the minimum number of variables there and uploaded the resulting php page to a test section of our web site.

But the results won't load in a browser. Instead I see this message:

Warning: require_once(../../webassist/email/mail_php.php) [function.require-once]: failed to open stream: No such file or directory in /data/13/1/146/2/1309165/user/1401962/htdocs/es2/act/mail/formtest.php on line 1

Fatal error: require_once() [function.require]: Failed opening required '../../webassist/email/mail_php.php' (include_path='.:/usr/services/vux/lib/php') in /data/13/1/146/2/1309165/user/1401962/htdocs/es2/act/mail/formtest.php on line 1

What am I doing wrong? I'm not used to this yet it's probably something obvious!

Best,
Chris

Sign in to reply to this post

Ray BorduinWebAssist

Try uploading the entire /webassist/ folder again. It sounds like a file may not have been properly uploaded to the server.

Sign in to reply to this post
Did this help? Tips are appreciated...

cbright420341

A little farther along

Ray, thanks for the advice! That worked--or at least it got me to the next step. My test form now sends an email but the email doesn't include the form content. It's just blank.

I've made test form as simple as possible--it just contains one text field and a submit button--so there probably aren't too many variables in play. What do you think I'm doing wrong now?

Chris

Sign in to reply to this post

Ray BorduinWebAssist

What is the form method set to? Do you have a sample url? What are you using as your body? Did you use one of the default email templates?

Sign in to reply to this post
Did this help? Tips are appreciated...

cbright420341

Sorry to have been so vague. My form method is set to POST.

Here's the url of the page that contains my current test:
formtest3.php

I have tried a couple of different things for the body--all of them pretty inept, I'm sure. All I really want is for the contents of my "test" field to show up there. I'm not trying to create any special formatting. In my current test, I tried to achieve this with a "post" command. You can see that from the following lines, which I've pasted in from the relevant webassist waue file:

//Start Mail Body
$MailBody = $MailBody . "<html><head></head><body>";
$_POST["test"];
$MailBody = $MailBody . "</body></html>";
//End Mail Body

Thanks for looking this over.

Chris

Sign in to reply to this post

Ray BorduinWebAssist

$MailBody = $MailBody . "<html><head></head><body>";
$MailBody = $MailBody . $_POST["test"];
$MailBody = $MailBody . "</body></html>";

Sign in to reply to this post
Did this help? Tips are appreciated...

cbright420341

Perfect! Thanks a lot!

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