close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

universal mail pear is causing errors.

Thread begun 4/13/2018 9:08 pm by dcb286193 | Last modified 5/10/2018 10:19 am by Ray Borduin | 2243 views | 9 replies |

dcb286193

universal mail pear is causing errors.

This post has been deleted.

Ray BorduinWebAssist

This means that the Mail portion of PEAR is not installed properly. I'd suggest using the Data Bridge BETA. It allows you to send authenticated email without PEAR.

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

dcb286193

thanks Ray. I figured out the issue. I did not set the path correctly went to far into the mail folder of pear instead of pointing to the Mail.php file first. No issue just my ignorance of not knowing how to use pear correctly. problem solved.

Sign in to reply to this post

dcb286193

I am receiving an error when trying to do the final submit of my checkout page. Looks as if its not pulling the information from eCart during the email generation [GetContent() generating null]. Still trying to get this up and running. Have installed the beta version as suggested but don't understand how to setup verification without PEAR and if this error has anything to do with universal email.

Sign in to reply to this post

Ray BorduinWebAssist

Please attach the page: webassist/email/templates/order-confirmation.php as well as the page where the email is applied and I can take a look.

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

dcb286193

attached are the files

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you didn't include the file: webassist/email/templates/order-confirmation.php

After looking at the others, that is the file that needs to be updated.

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

dcb286193

it was their just not in the folders. Here are the files in the correct folders.

Sign in to reply to this post

Ray BorduinWebAssist

Update the code on top of that page. Instead of:

php:
<?php

//WA eCart Include
require_once("/home/ipmlitho/public_html/webassist/eCart/eCart_PHP.php");
?>
<?php
$eCart
->GetContent();
?>
<?php 
if (0==1) { // code added to make sure Dreamweaver does not show the Server behaviors as broken ?>
<?php
//WA eCart Include
require_once("../../../WA_eCart/eCart_PHP.php");
?>
<?php
$eCart
->GetContent();
?>
<?php
// WA eCart Redirect
if ($eCart->redirStr != "")     {
  if (
function_exists("rel2abs")) $eCart->redirStr rel2abs($eCart->redirStr,dirname(__FILE__));
  
header("Location: ".$eCart->redirStr);
  die();
}
?>
<?php
//WA eCart Include
require_once("../../eCart/eCart_PHP.php");
?>
<?php
$eCart
->GetContent();
?>
<?php
// WA eCart Redirect
if ($WA_Store_Cart->redirStr != "")     {
  
header("Location: ".$WA_Store_Cart->redirStr);
}
?>
<?php

?>



use:

php:
<?php

global $eCart;
?>
<?php 
if (0==1) { // code added to make sure Dreamweaver does not show the Server behaviors as broken ?>
<?php
//WA eCart Include
require_once("../../../WA_eCart/eCart_PHP.php");
?>
<?php
$eCart
->GetContent();
?>
<?php
// WA eCart Redirect
if ($eCart->redirStr != "")     {
  if (
function_exists("rel2abs")) $eCart->redirStr rel2abs($eCart->redirStr,dirname(__FILE__));
  
header("Location: ".$eCart->redirStr);
  die();
}
?>
<?php

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

dcb286193

Thanks Ray, just could not see the issue, your the best!

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