Craig
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Critical Error after Latest UpdateI used the WP Rollback plugin. However, you can also download plugin version 8.4 from here and re-upload it via FTP or File Manager.
- This reply was modified 4 months, 2 weeks ago by Craig.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Critical Error after Latest UpdateHi Wesley,
To temporarily restore the websites, I rolled the plugin back to 8.4. (All the websites opened on the typical WordPress critical error landing page.)
The only screenshot I can show you is the error message I received alerting me to the error: https://snipboard.io/HEaqJc.jpg
Forum: Plugins
In reply to: [wpForo Forum] After update to v2.0.2, all my forum topics go to 404 pageMight be obvious, but have you tried refreshing your permalinks?
Settings > Permalinks > Click the “Save Changes” button twice.
Forum: Plugins
In reply to: [WP-FormAssembly] Latest update caused a fatal error on our website?Update:
I attempted to install the WP-FormAssembly plugin on a development site to test it and upon activating the plugin, I got this critical error:
Warning: Use of undefined constant AUTOSAVE_INTERVAL - assumed 'AUTOSAVE_INTERVAL' (this will throw an Error in a future version of PHP) in /home/customer/www/xxxx.com/public_html/wp-includes/script-loader.php on line 1652 Fatal error: Uncaught Error: Call to a member function using_index_permalinks() on null in /home/customer/www/xxxx.com/public_html/wp-includes/rest-api.php:403 Stack trace: #0 /home/customer/www/xxxx.com/public_html/wp-includes/rest-api.php(925): get_rest_url() #1 /home/customer/www/xxxx.com/public_html/wp-includes/class-wp-hook.php(290): rest_output_link_wp_head() #2 /home/customer/www/xxxx.com/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(Array, Array) #3 /home/customer/www/xxxx.com/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 /home/customer/www/xxxx.com/public_html/wp-content/plugins/formassembly-web-forms/wp_formassembly.php(35): do_action('wp_head', 'fa_referrer_hea...') #5 /home/customer/www/xxxx.com/public_html/wp-settings.php(391): include_once('/home/customer/...') #6 /home/customer/www/xxxx.com/public_html/wp-config.php(95): require_once('/home/customer/...') #7 /home/customer/www/xxxx.com/public_html/wp-load.php(37): in /home/customer/www/xxxx.com/public_html/wp-includes/rest-api.php on line 403 There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress.
@fstat @supernovia Yes, the carousel is enabled on all the affected sites (eg. https://share.getcloudapp.com/4guJrjeZ)
Here’s one example from a demo site: https://demo.seowebdesigns.xyz/display-galleries/#mosaic
The 2. Mosaic Carousel is the Jetpack gallery: https://share.getcloudapp.com/yAul1YzY
Thanks for your help ??
This is still an issue. Can you please assist?
Thanks for getting back to me, Sanjay.
Have a great day!
@macmanx Thanks for that. Unfortunately, support for Jetpack’s free plan is closed.
Can you please advise how I can reset_evertyhing_, as that seems like just what I’m looking for.
Thanks again,
CraigThanks for your help. Disconnecting Jetpack is easy enough but I’d like to delete it entirely from my database.
Eg. In the FAQs, it reads:
When you delete Jetpack, no data is lost (including stats and followers), but your settings will be reset so you’ll need to set them again after reinstalling and reconnecting.
I don’t want the data stored.
Most plugins come with an option to do this. Given Jetpack is created by Automattic, I would think that this would be an option provided.
Thanks again,
Craig@macmanx Thanks for the reply.
Is it possible to hide it?
If not, I’d like to COMPLETELY uninstall Jetpack. Can you please point me to documentation to do this. (I can’t find it anywhere, not even on the Jetpack site: https://cl.ly/6238ed679c40/).
Thank you.
Thank you for your very prompt response, Hristo.
I’ll give that a go. Much appreciated. Siteground rocks!
Is it possible to add this as a selection option under say the “frontend optimization” panel of the SG Optimizer in the future?
Perfect! Thank you so much.
Thanks James! Can you tell me what you mean by “if you comment that out”… are you suggesting deleting that line or editing that line in some way?
Are you able to give us some feedback as to a permanent fix on this please? Sounds fairly simple if @jamesmanton is correct.
Forum: Plugins
In reply to: [WooCommerce Email Validation] Missing “Priority”This worked for me (in child theme’s functions.php file):
/** * Customise Order of Email Confirmation Field on Checkout * */ function move_checkout_email_confirm_field( $address_fields ) { $address_fields['billing_email-2']['priority'] = 100; return $address_fields; } add_filter( 'woocommerce_billing_fields', 'move_checkout_email_confirm_field', 10, 1 );
Kudos:
https://businessbloomer.com/woocommerce-move-reorder-fields-checkout-page/Forum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] With eWaySorry. False alarm. I had eWay’s Debug Mode switched on, which was spitting out the code. (Not sure why it displays on these pages but that’s besides the point.)
eWay is working fine with this plugin.
Another great and much needed plugin, Tom. Thank you.