Search found 12 matches

Page 1 of 1

Search found 12 matches

Re: error at the end of checkout caused by email

I did try Mail and did not receive an error. That is how I knew it was an email problem. I did not get an email because my server configuration does not allow email outbound like this. I ended up installing another extension called PHP Mailer from Opencart Templates. It was free and is easy to insta...

Jump to post
  • Fri Mar 08, 2019 4:57 am
  • Replies 7
  • Views 1365
Re: error at the end of checkout caused by email

Isn't this more susceptible to spam filters? I would like to stay with SMTP as it is a more reliable solution for a business site. This site lives on AWS so I cannot use many of common easier approaches. Does SMTP not work on OpenCart 3.x? Why would it work for contact us form and not the checkout p...

Jump to post
  • Wed Mar 06, 2019 10:29 pm
  • Replies 7
  • Views 1365
Re: error at the end of checkout caused by email

I do have error logging enabled by editing the photos.ini

Still nothing about this error, or I am looking in the wrong place.

Using Mail instead of SMTP would require me to have a mail server installed right? Not an option for me.

Jump to post
  • Wed Mar 06, 2019 8:01 pm
  • Replies 7
  • Views 1365
error at the end of checkout caused by email

My contact us page works... I get the email I am getting an error at the end of the checkout process. Error 500. The payment goes through just fine. (Braintree). The problem seems to be centered around sending the email. If I remove the email settings, the checkout process finishes and shows the con...

Jump to post
  • Wed Mar 06, 2019 1:14 pm
  • Replies 7
  • Views 1365
Re: Braintree on OpenCart 3.x with PHP 7.2

I just wanted to follow up. I finally found the time to get back in here and replace the files and everything with Braintree is working.
Opencart 3.0.3.1 and PHP 7.2

Thank you straightlight for all your help. I really appreciate it.

Jump to post
  • Mon Mar 04, 2019 4:16 am
  • Replies 12
  • Views 13682
Re: Braintree on OpenCart 3.x with PHP 7.2

Thanks for your help with this. I am surprised how old the code is in OpenCart 3.0.3.1. This code that you are telling me to use is several versions old also. Before I go down this path I want to make sure you want me to use 3.26.0 that you sent in the link. The GitHub doesn't really explain how to ...

Jump to post
  • Fri Feb 22, 2019 6:14 am
  • Replies 12
  • Views 13682
Re: Braintree on OpenCart 3.x with PHP 7.2

Ok, getting close. I can see the Braintree edit settings page again. Now I get this on the edit settings page: Warning: preg_replace_callback(): Requires argument 2, 'Array', to be a valid callback in /var/www/opencart/upload/system/storage/vendor/braintree/braintree_php/lib/Braintree/Util.php on li...

Jump to post
  • Wed Feb 20, 2019 3:55 am
  • Replies 12
  • Views 13682
Re: Braintree on OpenCart 3.x with PHP 7.2

Here is a better view of the trouble area... Original $callbacks[$delimiter] = create_function('$matches', "return '$delimiter' . strtolower(\$matches[1]);"); } return preg_replace_callback('/([A-Z])/', $callbacks[$delimiter], $string); } Current $callbacks[$delimiter] = function($matches)...

Jump to post
  • Wed Feb 20, 2019 12:43 am
  • Replies 12
  • Views 13682
Re: Braintree on OpenCart 3.x with PHP 7.2

Ok, now similar error at line 214. Parse error: syntax error, unexpected 'return' (T_RETURN), expecting function (T_FUNCTION) or const (T_CONST) in /var/www/opencart/upload/system/storage/vendor/braintree/braintree_php/lib/Braintree/Util.php on line 214 Looks like similar issue but I am not seeing a...

Jump to post
  • Wed Feb 20, 2019 12:33 am
  • Replies 12
  • Views 13682
Re: Braintree on OpenCart 3.x with PHP 7.2

I had previously uninstalled when I couldn't get the extension when I could not get it to work. I re-installed. I performed the above steps. I refreshed the Extensions>Modifications Refresh I Refreshed the Dashboard Theme and SaSS Now I get error when going to edit setting of PayPal powered by Brain...

Jump to post
  • Tue Feb 19, 2019 9:36 am
  • Replies 12
  • Views 13682
Braintree on OpenCart 3.x with PHP 7.2 -- SOLVED

There are many post here but I could not find a resolution. Has anyone found a fix that works for the two errors PHP Unknown: Function create_function() is deprecated in /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Util.php on line 205 PHP Unknown: Function create_function() is depr...

Jump to post
  • Mon Feb 18, 2019 3:56 am
  • Replies 12
  • Views 13682
Internal Server Error when installing Extension or Marketplace Install

When I try and upload ocmod.zip file I get Internal Server Error. The file is uploading... I can see the tmp file in the Upload folder. Running PHP7.2 on Ubuntu OpenCart 3.0.3.1 Console from Browser says: Failed to load resource: the server responded with a status of 500 (Internal Server Error) jque...

Jump to post
  • Sun Feb 03, 2019 7:11 am
  • Replies 1
  • Views 928

Page 1 of 1

Search found 12 matches