waltmagic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Futurio] WordPress Email ConflictI had a look at the plugin. I need to perform more tests but there is a good chance that the problems I am running into exist here:
metabox-class.php line: 715 case 'email': $sanitized_email = sanitize_email($input); return is_email($sanitized_email) ? $sanitized_email : ''; break;
The error returned in the logs “Invalid Address: (From):” indicates to me that an empty string is being returned. This is where this would happen in the Futurio Extra plugin. I have to revisit this tomorrow. I’ll report my findings here.
We are running into similar issues using WP Offload SES and Futurio Extra. Have you heard anything from Futurio support?
Thanks for the prompt reply @raster02 I figured out what the problem was. I will explain what was needed
After reviewing the htdocs/wp-content/debug.log I noticed that I was receiving the following error messages:
“WP Offload SES #202: There was an error attempting to send your email. (Failed to instantiate the AWS SES client. Check your error log.)”
and
“WP Offload SES #102: You must first set your AWS access keys to use this plugin.”
Eventually I found that it was the placement of my defined AWS ID and key in my wp-config.php file. If anyone runs into this problem the following links will solve this issue:
https://deliciousbrains.com/wp-offload-ses/doc/quick-start-guide/
https://deliciousbrains.com/wp-offload-ses/doc/cron-setup/ <– OPTIONALNOTE: AWS Key and ID must go before the following comment in the wp-config.php
/* That’s all, stop editing! Happy blogging. */Thanks @raster02 for the forum support. It means a lot.
Forum: Themes and Templates
In reply to: [Shopper] No CategoriesNOTE: Why can’t I delete this stupid question from the wordpress support webiste?????
WOW!!! I guess I am a n00b…even though I’ve been a software dev for over 10 years I still manage to amaze myself and others just how stupid I really am sometimes…To my defense I did have the site working but after an update it changed..still a noob mistake
SOLUTION: Go to your DashBoard >> Right hand side, click [Widgets] >> Towards the middle look for [Sidebar] widget. There will be multiple selections/options under the [Sidebar] widget. Find [Categories]. (Notice that it says “Categories” not “PRODUCT CATEGORIES!!”) >> Click the down arrow on [Categories] then click delete >> Left side of the page [Available Widgets] scroll down and find [Product Categories] >> Drag and drop [Product Categories] into the [Sidebar] Widget back at the top. After this the problem is solved!