close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Universal 4 not sending email

Thread began 5/18/2010 4:39 pm by carl181913 | Last modified 5/27/2010 7:18 am by Jason Byrnes | 2688 views | 13 replies |

carl181913

Universal 4 not sending email

I read the other thread and I have a similar issue were I have been using version 2 for a couple years and just upgraded. But the new version is not sending emails?

I uninstalled v2 from first before installing the v4 CS4

Here is the form I am trying to use it on:
contact.php

No errors but no email either?

Sign in to reply to this post

carl181913

I uninstalled ver 2 from MX

This post has been deleted.

Jason ByrnesWebAssist

Please post a copy of your page so I can examine the code.

Sign in to reply to this post

carl181913

here is the code

I have attached the code for the whole contact.php page. All the webassist files were uploaded to the server untouched.

Let me know what you find. thanks

Attached Files
contact.txt
Sign in to reply to this post

Jason ByrnesWebAssist

your forms action is set to post to another page:
<form name="contact" method="post" action="contactSent.php">


this will bypass the universal email code and go directly to the contactSent.php page, do not pass go, do not collect $200.

Your forms action should be set to post to itself, or left blank:
<form name="contact" method="post" action="">

Sign in to reply to this post

carl181913

still no work?

I have many sites using v2 with the form post going to another page and it works fine?

Regardless, I changed it so the form posts to itself and still not working?

Sign in to reply to this post

Jason ByrnesWebAssist

It's not possible for Universal Email to send the email message if the forms action points to another page, unless you apply universal email to the other page.


In the universal email wizard, set the "Go to page" to the page you would Universal Email to redirect to after the message is sent.


If it is redirecting to that page, try leaving the SMTP server and port settings blank so the defaults in the PHP.ini file will be used.

Sign in to reply to this post

carl181913

I am getting no where with this???

Jason,

Ok, I tried changing the form post as you requested and it does not work.

So to eliminate any other stuff that may be been on that page I used the Webassist CSS form builder to create a default contact page that postes to itself and then added the universal email to send me a simple email and it still does not work???

Here is the link to test and I have attached the code for this page:
testForm.php

If you submit the form something is missing that will not allow the page to reload. If I remove the universal email behavior it works fine. I have not changes any code. I started with a blank page and used all default Webassist software.

I also tried it with and without the port #.

Attached Files
testFrom.txt
Sign in to reply to this post

Jason ByrnesWebAssist

when a page displays blank, it means a php error is occurring, but error reporting is turned off. Add the following at line 1 to turn error reporting on:

php:
<?php

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

carl181913

I added the error code

I now get this error when I submit the form:

Fatal error: Call to undefined function: session_commit() in /home/virtual/site42/fst/var/www/html/testForm.php on line 79

Sign in to reply to this post
loading

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