jillii
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] HTTP to HTTPS redirect isn’t workingHm, this seems like troubleshooting for when HTTPS does not work at all. It’s working, but the redirect from HTTP to HTTPS does not – visitors can still access HTTP pages if they explicitly type HTTP into the address bar.
Let me know if that changes anything! Thanks for your help ??
The update seems to work fine now, even without increasing execution time. Thank you for your help.
I’m sorry, this should be a more helpful error message:
[Thu Aug 18 09:09:12 2022] PHP Fatal error: Maximum execution time of 120 secon
ds exceeded in C:\Users\jill\xxxx\wp-content\plugins\wp-
optimize\vendor\rosell-dk\webp-convert\src\Convert\Converters\BaseTraits\Warning
LoggerTrait.php on line 45
[Thu Aug 18 09:09:12 2022] [::1]:59013 [200]: GET / – Maximum execution time of
120 seconds exceeded in C:\Users\jill\xxxx\wp-content\pl
ugins\wp-optimize\vendor\rosell-dk\webp-convert\src\Convert\Converters\BaseTrait
s\WarningLoggerTrait.php on line 45The error occurs locally (on my personal computer).. I can’t quite find the error logs even though I’ve enabled them in the php.ini file. I think the error message above is a good start though – let me know if you do end up needing the log files.
Thanks for the quick response @dcooney! Wow am I really 2 weeks behind on plugin updates?
I actually found the answer myself – I’m not tracking the vendor directory with git, which is applying to all vendor directories across the site.
Hope this helps someone who made the same mistake.
Take care,
Jill
Figured it out – to set the expiration type to your own custom post status, add the line:
update_metadata( 'post', $post_id, '_expiration-date-options', array("expirationType" => "custom-post-status") );
to the update function.- This reply was modified 6 years, 1 month ago by jillii.
Forum: Plugins
In reply to: [Post Type Switcher] No Bulk Edit available?Thanks for the reply @svaults. What plugin are you using for custom post types? We are using a plugin called Tevolution – for classifieds… definitely not seeing what you’re seeing…
Forum: Plugins
In reply to: [Post Type Switcher] No Bulk Edit available?@svaults @johnjamesjacoby @rjacome it sounds like everyone is asking about custom post types. Here are the options available when performing a bulk edit on custom posts:
Tags
Author
Comments
Status
Pings(may differ with different custom post types)
To recreate the issue:
1. Add a custom post type
2. Go to that post’s listing
3. Select all
4. Click “Edit” in the Bulk Actions dropdown
5. Hit “Apply”You should see a few options for editing. Post type will not be available.
That said, does anybody know of a way to switch the post type of custom posts in bulk??
I had SMTP set up in
functions.php
, so to change the email address sending emails from the site I had to change it there. Still wondering if BNFW could overwrite the email address value in the actual email.What if the email is already not on the same domain as the site? How would you go about changing it in that case? (I’ve changed the “From Name and Email” field, but the original values seem to stay the same.)
- This reply was modified 6 years, 8 months ago by jillii.