Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: return redirect()->back();
Post: RE: return redirect()->back();

Adding exit; didn't make any difference. In reading some more - is it possible that PHP is waiting for a return from the PHP mail function? Maybe I need to find a way to send the email asynchronousl...
11,353 Views
11 Replies
05-15-2021, 04:47 PM
swsupport
    Thread: return redirect()->back();
Post: RE: return redirect()->back();

I have autoroute enabled and haven't had to set routes for any other pages - not even the cart the first time it is shown. So, is this really necessary?
11,353 Views
11 Replies
05-15-2021, 11:41 AM
swsupport
    Thread: return redirect()->back();
Post: RE: return redirect()->back();

I had been suing my own wrapper function (email) for the PHP mail function and thought that might have something to do with the issue, so I changed the code to use the PHP mail function directly. Same...
11,353 Views
11 Replies
05-15-2021, 10:20 AM
swsupport
    Thread: return redirect()->back();
Post: RE: return redirect()->back();

I added another log entry just before the redirect. So apparently, the code stops executing after the email is sent. I receive the email, so why would the code execution stop?
11,353 Views
11 Replies
05-15-2021, 09:50 AM
swsupport
    Thread: return redirect()->back();
Post: RE: return redirect()->back();

I receive the email, so I know that is working. I’ll add another log entry just before the redirect anyway to check further
11,353 Views
11 Replies
05-15-2021, 09:01 AM
swsupport
    Thread: return redirect()->back();
Post: return redirect()->back();

I have a private  error function in my controller that I'm trying to have redirect to the shopping cart. It sends an email to an errors email address and then I want to have it redirect. I have trie...
11,353 Views
11 Replies
05-15-2021, 08:24 AM
swsupport
    Thread: [SOLVED] - Honeypot - How to capture an exception
Post: RE: [SOLVED] - RE: Honeypot - How to capture an ex...

Hello,Can you please post the code changes in the app/filters/honeypot and app/filter file to call your own honeypot filter?I have tried several combinations but keep getting errors.Thanksreszko Wrot...
3,298 Views
3 Replies
11-26-2020, 01:47 PM
swsupport

Theme © iAndrew 2016 - Forum software by © MyBB