pcoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] cron not sending remindersJust confirming that everything is good with sign-up sheets. The volunteer sheet cron has been running fine since the hosting provider removed their cron and I am running a real cron to trigger the WP cron.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] cron not sending remindersThe main issue was that the hosting provider was running a script to trigger cron, but something was not configured properly. After they turned that off I am running my own cron that runs ‘/usr/bin/wp cron event run –due-now’. Your plugin is showing updated times on the ‘Last Reminder Check’.
After I started investigating, only three plugins were getting triggered! I will keep you informed, but it appears that it was a problem with the hosting service trigger script.
Your plugin is working fine when triggered with a real cron that runs ‘/usr/bin/wp cron event run –due-now’ and I am logging the output and error (none so far) to confirm which hooks are executed.Thanks again for the quick detailed reply and suggestions for troubleshooting.
I plan to return in a week to mark this as resolved. I want to run my cron for a while before assuming everything is fixed.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] cron not sending remindersthanks for the quick thorough reply.
I had previously deactivated and reactivated the sign-ups plug in. I forgot to mention that.
I have been assuming that the ‘Last reminder check’ time should update even if no emails are sent. That is not changing when the cron runs.
I had time to try only a few things tonight. I turned on debugging and when looking at debug.log, I do not get errors when I run the pta_sus_cron_job from the web interface of the cron queue, but it does not result in reminders or an update of the last reminder check. However, when I clicked the button on the cron functions page, the reminders were sent and there were also no errors logged.
I am a volunteer, so it may take me a couple of weeks to look into this farther. I will install the Query Monitor so that I can see more what is happening from the two different methods of triggering, and I can also look in the options table as you suggest. I will also turn off the external cron call to see if that is the cause.
I did uninstall the action scheduler. The core of the scheduler is used by ‘WP Mail SMTP’ without the plugin, but since I had the dangling ‘migrate’ error, I installed that to fix it. There troubleshooting suggest to remove after the issue is fixed, and I did do that now, especially since your plugin is not using it.
Forum: Plugins
In reply to: [Media Library Assistant] Bulk edit images not working anymoreI am also have an issue related to the bulk editor. Our ISP Dreamhost does not generate thumbnails when I upload pdfs. It has been several years since I asked for Dreamhost support from them, but they are blocking some aspect of imagemagick, as I recall, for security reasons. So we have been using the bulk editor to generate the thumbnails which has been working well.
However, this week after updating to WP 6.5.5 and MLA 3.17, after selecting the pdf items in the list view and then bulk selecting ‘thumbnail’, the thumbnail is properly generated, but we no longer see the pop-up window with the options to generate the thumbnail.Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] PTA Manager and Sign-up Sheet Manager RolesThank you very much.
I no longer have the PTA Member Directory Plugin installed, but the role remains in my database. I have the ‘Member Directory and Contact Form’ ver 1.7.0. From what I am understanding, this ‘PTA Manager’ role is deprecated and somehow hanging in my databases and I should probably switch those users with that role to the ‘Sign-up Sheet Manager’ role? I do have some users assigned as ‘Sign-up Sheet Manager’, but I have a user who has not logged in for a while configured as ‘PTA Manager’. It sounds like the ‘Sign-up Sheet Manager’ replaced the ‘PTA Manager’? Also, how do I purge the deprecated role from my tables? I am comfortable to use phpAdmin to run a MySQL command.
Also, extra information — I do have a PTA shortcodes plugin that I missed when providing my plugin list if that matters in the answer.
Forum: Fixing WordPress
In reply to: PDF Thumbnails no longer being generatedSame issue on Dreamhost Dreampress running WordPress 5.5.3 after I moved from a legacy hosting to the new hosting plan, all plugins disabled. Thumbnails are generated for jpg uploads but not pdf uploads.
I do have the plugin Media Library Assistant that enables me (after reactivating) to regenerate from the media list from the app page using the ‘bulk actions’ options and the default WP thumbnail generation works from that menu. This requires an extra step but is our current work-around.
It is interesting that it was working on the legacy (2015 era) hosting plan but seemed to break when moving to the current hosting plan. The installation on the legacy site was 5.5.x. This implies that there may be some issue related to underlying software dependencies.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.1.22 CompatibilityYes, I am running wp 5.0.4 and after the update to 3.1.22 (which reverted code to version 3.1.20) it seems to be working fine in wp 5.0.4 for my installation.
Forum: Plugins
In reply to: [Contact Form DB] Remove or Hide “g-captcha-response” from Table Viewsimply access the options and look for the ‘settings’ tab.
In the field for “Do not save…” add a comma and without spaces g-recaptcha-response. My entry looks like:
/.*wpcf7.*/,_wpnonce,g-recaptcha-response
I note that you asked about g-captcha-response, but my system was logging g-recaptcha-response. Be sure you spell the field correctly.
My system no longer logs that field.
Forum: Plugins
In reply to: [Contact Form 7] Where is the setting for the detection thresholdThe threshold value is in module>recaptcha.php, line 292.
However, when I look at the analytics for my captcha on google, most of the spam has a score of 0.7 and 0.9. So clearly the captcha is not as intelligent as it should be.
Forum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0Whoops, I am running MLA 2.70 (20180207). I followed the link for 20180126, but it gave me the 20180207 version.
Forum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0On my test site, there is one difference. (Not sure that all the MLA settings are identical) – probably not.) However, I did set debug to 0xF. I have no ghostscript warnings on Settings/Media Library Assistant/Shortcodes tab for this site or the production site.
The thumbnail IS GENERATED when MLA is not activated. When MLA is activated, the thumbnail is NOT generated on upload. When I follow the steps to generate the WP thumbnail from the MLA listing I get an error
ERROR: Item 3901, thumbnail generation failed – No editor could be selected.
This seems odd since the thumbnail works on this site when MLA is deactivated.Forum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0Thank you. I am able to generate the thumbnails, but they are not automatically generated. Here is some more information.
On production site
Using the patched plugin 20180126 (Thank you for fixing the path bug!)
Set MLA debugging to 0xF.
Media>Add new
You are using the multi-file uploader. Problems? Try the browser uploader instead.
Debug.log removed.
Continue with multi-file uploader.
No thumbnail generated. Debug report:
[11-Feb-2018 02:39:46 UTC] 36 MLA_Ajax::initialize( true ) $_REQUEST = array (
‘interval’ => ’60’,
‘_nonce’ => ‘13145c4695’,
‘action’ => ‘heartbeat’,
‘screen_id’ => ‘media’,
‘has_focus’ => ‘true’,
)
[11-Feb-2018 02:39:58 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xF
[11-Feb-2018 02:40:02 UTC] 1114 MLA::mla_process_bulk_action request = array (
‘tax_input’ =>
array (
‘attachment_category’ =>
array (
0 => ‘0’,
),
‘attachment_tag’ => ”,
),
‘tax_action’ =>
array (
‘attachment_category’ => ‘add’,
‘attachment_tag’ => ‘add’,
),
‘post_title’ => ”,
‘post_excerpt’ => ”,
‘post_content’ => ”,
‘image_alt’ => ”,
‘post_parent’ => ”,
‘post_author’ => ‘-1’,
‘comment_status’ => ‘-1’,
‘ping_status’ => ‘-1’,
‘page’ => ‘media-new.php’,
‘screen’ => ‘async-upload’,
‘cb_attachment’ =>
array (
0 => 3915,
),
‘mla_bulk_action_do_cleanup’ => false,
)
[11-Feb-2018 02:40:02 UTC] 958 MLA::mla_prepare_bulk_edits( 3915 ) tax_input = array (
‘attachment_category’ =>
array (
0 => ‘0’,
),
‘attachment_tag’ => ”,
)
[11-Feb-2018 02:40:02 UTC] 968 MLA::mla_prepare_bulk_edits( 3915, attachment_category, add ) terms = array (
0 => ‘0’,
)
[11-Feb-2018 02:40:02 UTC] 968 MLA::mla_prepare_bulk_edits( 3915, attachment_tag, add ) terms = ”
[11-Feb-2018 02:40:02 UTC] 1191 MLA::mla_process_bulk_action( 3915 ) new_data = array (
‘tax_input’ =>
array (
),
‘tax_action’ =>
array (
),
)
[11-Feb-2018 02:40:02 UTC] 1198 MLA::mla_process_bulk_action( 3915 ) item_content = array (
‘message’ => ‘Item 3915, no changes detected.’,
‘body’ => ”,
)
[11-Feb-2018 02:40:02 UTC] 1292 MLA::mla_process_bulk_action returning page_content = array (
‘message’ => ‘Item 3915, no changes detected.<br>’,
‘body’ => ”,
‘unchanged’ => 1,
‘success’ => 0,
‘failure’ => 0,
‘item_results’ =>
array (
3915 =>
array (
‘result’ => ‘unchanged’,
‘message’ => ‘Item 3915, no changes detected.’,
),
),
)
[11-Feb-2018 02:40:04 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xF
—————————————Media>Assistant>select pdf>thumnail>apply>type WP (leave all boxes blank, Keep existing)
Item 3913, WordPress-style thumbnail generated.
——————————–
New debug contents:
[11-Feb-2018 02:40:46 UTC] 36 MLA_Ajax::initialize( true ) $_REQUEST = array (
‘interval’ => ’60’,
‘_nonce’ => ‘13145c4695’,
‘action’ => ‘heartbeat’,
‘screen_id’ => ‘media’,
‘has_focus’ => ‘false’,
)
[11-Feb-2018 02:41:46 UTC] 36 MLA_Ajax::initialize( true ) $_REQUEST = array (
‘interval’ => ’60’,
‘_nonce’ => ‘13145c4695’,
‘action’ => ‘heartbeat’,
‘screen_id’ => ‘media’,
‘has_focus’ => ‘false’,
)
[11-Feb-2018 02:43:47 UTC] 36 MLA_Ajax::initialize( true ) $_REQUEST = array (
‘interval’ => ’60’,
‘_nonce’ => ‘13145c4695’,
‘action’ => ‘heartbeat’,
‘screen_id’ => ‘media’,
‘has_focus’ => ‘false’,
)
[11-Feb-2018 02:43:58 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xF
[11-Feb-2018 02:44:01 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xF
[11-Feb-2018 02:44:12 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xF
[11-Feb-2018 02:44:13 UTC] 1114 MLA::mla_process_bulk_action request = array (
‘page’ => ‘mla-menu’,
‘s’ => ”,
‘mla_search_fields’ =>
array (
0 => ‘title’,
1 => ‘content’,
),
‘mla_search_connector’ => ‘AND’,
‘_wpnonce’ => ‘bb1a63e787’,
‘_wp_http_referer’ => ‘/wp-admin/upload.php?page=mla-menu’,
‘action’ => ‘mla-generate-featured-image’,
‘m’ => ‘0’,
‘mla_filter_term’ => ‘0’,
‘paged’ => ‘1’,
‘mla_thumbnail_options’ =>
array (
‘width’ => ”,
‘height’ => ”,
‘page’ => ”,
‘resolution’ => ”,
‘quality’ => ”,
‘type’ => ‘WordPress’,
‘existing_thumbnails’ => ‘keep’,
‘suffix’ => ‘-Thumbnail’,
),
‘mla-generate-thumbnail’ => ‘Generate Thumbnails’,
‘screen’ => ‘media_page_mla-menu’,
‘cb_attachment’ =>
array (
0 => ‘3915’,
),
‘action2’ => ‘-1’,
‘tax_input’ =>
array (
),
‘mla_bulk_action_do_cleanup’ => true,
)
[11-Feb-2018 02:44:15 UTC] 1292 MLA::mla_process_bulk_action returning page_content = array (
‘message’ => ‘Item 3915, WordPress-style thumbnail generated.<br>’,
‘body’ => ”,
‘unchanged’ => 0,
‘success’ => 1,
‘failure’ => 0,
‘item_results’ =>
array (
3915 =>
array (
‘result’ => ‘success’,
‘message’ => ‘Item 3915, WordPress-style thumbnail generated.’,
),
),
)
[11-Feb-2018 02:44:18 UTC] 591 MLACore::mla_plugins_loaded_action() MLA 2.70 (20180207) mla_debug_level 0xFForum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0Also, I tried turning on logging debugging, but nothing was logged,
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );Forum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0On a test site, I turned off all plugins except for MLA. I set the theme to twenty seventeen. I turned OFF all settings under
Media/Edit Media Enhancements
Media/Add New Enhancements
Meida/Media Grid Enhancements
I tried uploading via the multifile interface and also via the browser uploader with the same results. When the MLA plugin was activated, no thumbnail is generated with either upload method. When MLA is deactivated, the thumbnail is generated.
My test site is running
php 7.0.22-0ubuntu0.16.04.1
Not sure if my settings file would be helpful, but I see it now.Forum: Plugins
In reply to: [Media Library Assistant] pdf thumbnails not generated php7.0I realized you were asking if I uploaded several images at one time.
When MLA is activated, no thumbnails are generated for four pdf files
When MLA is deactivated, all thumbnails are generated for the same pdf files.