tyler0001
Forum Replies Created
-
@jamieburchell it looks like they have pushed a few updates. Version 4.10.3 is the latest now. I haven’t tested it yet but the version notes seem to address this issue.
Upgrading to version 4.10.0 also toasted my site. Thankfully the WP 5.2 error tool was super helpful in identifying the error.
Here is the error detail:
An error of type E_ERROR was caused in line 12 of the file /home/xxx/domain.com/wp-content/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php. Error message: Uncaught Error: Interface 'Stringable' not found in /home/xxx/domain.com/wp-content/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/Dsn.php:12
If any others have this issue, a quick way to fix is to rename the wp-sentry-integration folder in wp-content/plugins or use the recovery link in the email from WordPress and disable the plugin.
@champsupertramp thanks for sharing the code, however it is quite frustrating that the plugin introduces this SEO and Accessibility bug that every plugin consumer must fix manually with this hack.
Is this something that will be fixed in the future? Where can we track it?
There are many support posts about excluding UM files and markup. It would be helpful if the development philosophy of the plugin was to only include plugin code when it was necessary.
Thanks @andho ! This did the trick for me after spending a few hours on this issue.
This post helped me: https://www.ads-software.com/support/topic/last-update-crush-my-site/#post-14070903
After deleting these 2 options from the wp_options table, it seems that the Action Scheduler was able to run:
schema-ActionScheduler_StoreSchema
schema-ActionScheduler_LoggerSchema
Also, since the Action Scheduler menu item wasn’t appearing for me, you can navigate directly to the page in WP Admin:
<site-url>/wp-admin/tools.php?page=action-schedulerI’m having the same problem.
The guide to adding the missing tables did not work for me: https://wpmailsmtp.com/docs/how-to-troubleshoot-action-scheduler-issues-wp-mail-smtp-2-1-1/
After installing Action Scheduler, the tab never appeared in the ‘Tools’ menu WP Admin UI.
I’m still trying to fix it. Also I don’t use WooCommerce so I’m not sure what kind of code is even running here or why it is needed.
@wfadam I had an issue yesterday with the plugin taking up too much CPU and causing the server to restart. I’ll send a diagnostics email. Up until now, it has worked perfectly!
+1
/wp-content/plugins/wp-user-avatar/includes/class-wp-user-avatar-functions.php
inWP_User_Avatar_Functions::wpua_get_avatar_filter at line 478
- This reply was modified 3 years, 8 months ago by tyler0001. Reason: Updated with code line of error
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formNot the most elegant code.. but this is from my theme and validates the comment form:
$form.find('input:not([type="file"]),textarea').each(function () { if (!$(this).val()) { valid = false; } }); // if invalid, show the "all field required" warning
It looks like the update added a honeypot? with the extra
textarea
ak_hp_textarea. At any rate, refactoring the JS will fix this. Thanks for the quick reply.Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formI cannot provide an example right now because I reverted the update.
My hunch is that it is this commit: https://plugins.trac.www.ads-software.com/changeset/2434713/akismet
Looks like “All fields are required” is a generic error for my site passed into wp_localize_script when loading the JS.
I’m testing locally and will post updates here.
Forum: Plugins
In reply to: [WordPress Sentry] DSN and PUBLIC_DSN the same?OMG :facepalm:
I came across this older post which provided the solution: https://www.ads-software.com/support/topic/install-verification/
The wp-config.php changes should be inserted BEFORE this line:
/* That's all, stop editing! Happy blogging. */
Interesting that the PHP definition worked but not the JS. At any rate.. this is resolved! Thanks again for the quick response.
Forum: Plugins
In reply to: [WordPress Sentry] DSN and PUBLIC_DSN the same?Thanks for the quick reply. I have it configured as described but no luck. I’m running WP Version 5.3.2 and the latest version of the plugin. The only other plugins I could imagine might cause an issue are WP Rocket or Wordfence. Nothing Sentry related in my codebase.
I’m not seeing anything Sentry related in the page markup. It’s odd that PHP works but not the JS. I’ll keep investigating and report back if I can identify the issue.
Forum: Plugins
In reply to: [WordPress Sentry] DSN and PUBLIC_DSN the same?This Github issue is my exact question!
https://github.com/stayallive/wp-sentry/issues/25From that post, it seems like they are both supposed to be the same value – the non-deprecated DSN (without the secret).
ex. https://<uuid>@sentry.io/<numbers>
I have both defined in my wp-config.php and the JS errors are unfortunately not working (button is not checked).
Forum: Plugins
In reply to: [Cloudflare] Tested only up to version WordPress 4.9.9+1
@ultimatemembersupport please reopen this issue, there is no documentation about this function and you have not properly explained it.