ericreynolds007
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Legacy REST API] 1.0.3 is not a solutionStrange. I updated to v1.0.3 on all of my agency Woocommerce websites without issues.
Forum: Plugins
In reply to: [WooCommerce Legacy REST API] v1.0.2 Critical ErrorThank you Newt. I can implement the fix but I am heading to bed now. I decided to deactivate the plugin for now via ftp and deal with it in the morning. ?? Eric
Forum: Plugins
In reply to: [The Events Calendar] PHP Fatal Error: Uncaught Error: array_filter()Thank you Darian. I discovered the “Activate Block Editor for Events” option was not enabled. I enabled it to see if the error would disappear, and it did! However, I do not enjoy using the Gutenberg blocks. I would much prefer continue using the classic editor. Any advise? ?? Eric
Forum: Plugins
In reply to: [Event Tickets and Registration] Site is Experiencing a Technical IssueHello Darian. I can confirm that this critical error is legit. I’ve thoroughly tested multiple websites (plugins, theme, and even a fresh installation) that are experiencing the same error.
Tested using PHP 8.0, 8.1, 8.2, and 8.3. The error doesn’t occur for PHP 7.4. All websites are up to date running WordPress 6.4.3 and the Events Calendar 6.3.3.1 and Event Tickets 5.8.2. I tested Divi and TwentyTwenty-Four.In my case, the critical error doesn’t break any of the websites. I’m not certain what Event Tickets features are affected.
I hope this helps. Looking forward to a solution. ?? Eric
Forum: Plugins
In reply to: [Yoast SEO] New Critical Error with v21.9.1Thank you Maybellyne. Everything works now. I discovered v21.9.1 conflicted with some custom Yoast code added to my child theme functions.php that was meant to fix your plugin’s compatibility with the Events Calendar plugin a few years ago.
Forum: Plugins
In reply to: [Yoast SEO] Critical error after latest update to Version 21.9Thank you Maybellyne. Everything is working smoothly now. ??
Forum: Plugins
In reply to: [Yoast SEO] Critical error after latest update to Version 21.9Thank you Matthieu for finding the issue. Maybellyne? When will see an update? We have 100+ clients that are wondering. Thank you.
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Uncaught TypeErrorI am receiving the same error. I had to remove the plugin manually via ftp. ??
Hello Peter. Thank you for the response. The issues have worsened. All 113 of my client users are now experiencing them. I recorded a video to show you what is happening. I also thoroughly tested potential conflicts with other plugins and themes. No luck.
I’ve also asked INAP, who provides my agency dedicated hosting and support, to look at the matter. They see nothing wrong on the server side.
Please let me know how I can send you the video. It’s brief. Thank you. ?? Eric
- This reply was modified 1 year, 3 months ago by ericreynolds007.
- This reply was modified 1 year, 3 months ago by ericreynolds007.
Yoast has acknowledged an issue with TEC. They are working on it. For now, keep both TEC and SEO by Yoast activated and add the following function to your child theme functions.php directory…
if ( function_exists( 'YoastSEO' ) && defined( 'WPSEO_VERSION' ) ) { add_action( 'init', static function() { $tec_integration = YoastSEO()->classes->get( 'Yoast\\WP\\SEO\\Integrations\\Third_Party\\The_Events_Calendar' ); \remove_filter( 'wpseo_schema_graph_pieces', [ $tec_integration, 'add_graph_pieces' ], 11 ); } ); }
I see the same error. However, it’s not crashing my site. Are you running the SEO by Yoast plugin? If so, try deactivating it and see if it makes a difference as I believe Events Calendar and SEO by Yoast may have a conflict.
Forum: Plugins
In reply to: [LiteSpeed Cache] Logout and 404 IssuesThank you. I check marked Administrator, Editor, and Shop Manager. That didn’t help. The site keeps logging me out and giving me a 404 page when I attempt to edit any WooCommerce product.
I discovered the issue. My database table prefix was too long. I shortened it and no more conflict. ?? Eric
Forum: Plugins
In reply to: [Woo Donations] Donation Product MissingHi Donkiely. To recreate the donation product, just follow the guidelines at https://youtu.be/S4U2twhQgpg
Forum: Plugins
In reply to: [Woo Donations] Accidentally deleted donation productHi Tomiqa. So sorry that you didn’t receive a response. To recreate the donation product, just follow the guidelines at https://youtu.be/S4U2twhQgpg