archon810
Forum Replies Created
-
@alinclamba If we were to proceed in public for now, for the benefit of others with similar issues, what would the next steps be please?
Nevertheless, I also submitted a support ticket (#11129616) in case that gets more traction.
Here’s the thing though – everything works correctly without 3rd party cookies enabled in the modal overlay, except the manage account link. For example, registering or paying seems to work fine. Perhaps the best solution is for the Memberful plugin to automatically detect if 3rd party cookies are enabled, and if they’re not, don’t take over the manage account link clicks. Only do it if it’s going to end up loading the overlay correctly.
Can you please run this by your engineers?
- This reply was modified 3 months, 3 weeks ago by archon810.
Just for this management link, yes. Please have a look at my last message.
Thank you for such a quick reply. If there is no way for Memberful show this Account Management modal without third-party cookies enabled in the browser, then it should stop hijacking the manage account URL https://OURSITE.memberful.com/account and allow it to open in a new tab, right? Otherwise, it’s basically breaking its own functionality.
Any updates please?
@takayukister I’m sorry, I can’t share the list and we also have a lot of inhouse code in plugins, but I’m not sure any of it would affect the contact forms. I think it’s really about the contact form data that specific user submitted.
I just checked Sentry and there have been 2 more instances of this. Luckily, it seems that Sentry saved the form data after all in the report leading up to the crash. The bad news is I think it mangled some characters that caused the notice because a few of them are showing up as incorrect characters, and pasting the form content from Sentry doesn’t result in a form crash.
I’m not sure what the characters are, but here’s a screenshot of one such submission:

Here’s another:

It looks like spam, plus it’s in Arabic, but that’s not really the point – crashes should not happen in the form.
I pasted the url, but it’s held in moderation right now.
I think the key is figuring out what in a message could lead to this exception, but the message was lost due to the crash.
Forum: Plugins
In reply to: [Contact Form 7] connect(): Could not access filesystem after upgrade to v6You set the status to resolved, but is it really? Most people won’t have this
define, and is it really the right solution rather than modifying the underlying code? Also, if it is the right solution, perhaps it should be pointed out somewhere in the docs and/or UI?Forum: Plugins
In reply to: [Contact Form 7] connect(): Could not access filesystem after upgrade to v6Claude suggests this as a workaround in the meantime:
// Force direct filesystem access for Contact Form 7 v6+ compatibility
// CF7 v6 uses WP_Filesystem API which needs this to avoid credential prompts
define('FS_METHOD', 'direct');It seems to work.
Cross-posted to https://github.com/10up/debug-bar-elasticpress/issues/102.
PHP 9.3 doesn’t exist. I assume he means 8.3.
Forum: Plugins
In reply to: [Memberful - Membership Plugin] PHP 8.2 warningLooks like 1.73.6 addresses this. https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3064836%40memberful-wp&old=3054645%40memberful-wp&sfp_email=&sfph_mail=
1.73.6 * Fix PHP deprecation warnings.Forum: Plugins
In reply to: [Table of Contents Plus] Fatal error – TOC+ Version 2309Fired up a Github ticket as well in case you’re not checking the forums https://github.com/zedzedzed/table-of-contents-plus/issues/157.
Forum: Plugins
In reply to: [Table of Contents Plus] Fatal error – TOC+ Version 2309This made some pages on the site crash. Had to revert.
Upon further review, it looks like this is caused by something we’re doing on our end (i.e. disabling certain Jetpack functions) due to Jetpack causing major performance issues on the frontend in the past. We’ll take a look at resolving this internally.