jaysmit9
Forum Replies Created
-
I’m seeing the same thing. I limit the states to certain values “Colorado, California, etc.” An error is thrown if ANOTHER error is on the page. However if it is the only error, Stripe continues with the order.
Forum: Plugins
In reply to: [Vendi Cache] Vendi Cache not creating cache filesFirst- Thank you for the fast reply! Looking forward to the future of this plugin.
So – I had some pesky debugging that I’ve been meaning to resolve. Got that done. There was an error due to a typo in the permalinks. Also resolved.
I’ve turned on DEBUG, _LOG and _DISPLAY. None are showing any problems.. yet I still don’t have any cache files. I did get a file called “test.php” that contains “test”.
Thoughts?
Thanks –
JayI figured it out… I changed the line:
return str_replace(‘@’, ‘@’, $email);
with
return str_replace(‘@’, ‘@’, $email);
…senior moment.freelancephp –
I enter your code and instead of getting the email address on the excluded pages, I get “protected”. Any suggestions?Jay