I did some searching in old topics and found another user who used to have an issue with a stuck feed on Cloudways. See: https://ww.wp.xz.cn/support/topic/feed-processing-stuck-at-50/
They got things to work again when Cloudways enabled the alternate cron. See:
However, we made some progress…
Our hosting company enabled the alternate cron
he added into the wp-config.php file.
define(‘ALTERNATE_WP_CRON’, true);
the cron jobs are now running again and the feed is now processing which is great
So i havent tried what you send – yet, but now im getting critical error in log:
2021-10-26T18:38:24+00:00 CRITICAL Uncaught TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string given in /mgcryfjtcv/public_html/wp-includes/wp-db.php:2056
Stack trace:
#0 [internal function]: mysqli->real_connect()
#1 /mgcryfjtcv/public_html/wp-includes/wp-db.php(2056): mysqli_query()
#2 /mgcryfjtcv/public_html/wp-includes/wp-db.php(1945): wpdb->_do_query()
#3 /mgcryfjtcv/public_html/wp-includes/wp-db.php(2695): wpdb->query()
#4 /mgcryfjtcv/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-attributes.php(94): wpdb->get_results()
#5 /mgcryfjtcv/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-attributes.php(563): WooSEA_Attributes->get_custom_attributes()
#6 /mgcryfjtcv/public_html/wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-generate-feed-step-7.php(20): WooSEA_Attributes->get_product_attributes()
#7 /mgcryfjtcv/public_html/wp-includes/template.php(770): require_once('/home/677632.cl...')
#8 /mgcryfjtcv/public_html/wp-content/plugins/woo-product-feed-pro/woocommerce-sea.php(4434): load_template()
#9 /mgcryfjtcv/public_html/wp-includes/class-wp-hook.php(303): woosea_generate_pages()
#10 /mgcryfjtcv/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#11 /mgcryfjtcv/public_html/wp-includes/plugin.php(470): WP_Hook->do_action()
#12 /mgcryfjtcv/public_html/wp-admin/admin.php(259): do_action()
#13 {main}
thrown v /mgcryfjtcv/public_html/wp-includes/wp-db.php na řádku 2056
Hmmm… is there any way to totally reset the plugin, to also recreate database etc? I feel like i digged in too much and broke something actually. Reinstalling plugin doesnt help, its all the same problems again.
CRITICAL Uncaught TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string given in /mgcryfjtcv/public_html/wp-includes/wp-db.php:2056
Means that the plugin cannot connect to your database for some reason.
You can remove all database entries by going to the manage feeds section of our plugin and add this to the URL: &force-clean=true so the URL becomes something like this:
../wp-admin/admin.php?page=woosea_manage_feed&force-clean=true
Assuming the issue at hand has been resolved and/or our support is no longer required I am going to close this topic for now.
Should you require our help in future, do not hesitate to reach out to us again.
Hello. We didnt solved it, but we are using other plugin that works for us. Thanks anyways for prompt replies.
Hello,
we are having the same exact issue
Line 1: 2022-02-24T00:19:02+00:00 CRITICAL Uncaught TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string given in /home/676790.cloudwaysapps.com/syackruvsm/public_html/wp-includes/wp-db.php:2162
Have you found a solution for this?