maurochuchuy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can’t install on local wamp site says Trojan:Win32/Emali.A!clToday 04/20/23 I had the same issue with a local site update. Had to allow both files in windows defender. The virus database was updated. this is still an issue.
Forum: Plugins
In reply to: [WooCommerce] HTTPError: 403 Client Error: ForbiddenHi there @xue28 and thank you for your recommendations and leaving the topic open for someone else to jump in.
I was under the impression that since I was getting a 403 error, I could get an answer with a few ideas on what I could troubleshoot since for some reason I’m denied access even with the right keys and making sure the json product url is working when I try a manual request.
I also thought It could be a php version issue but updating my php on my server would brake other websites and for the time being Im trying to avoid that.
Anyways, Ill wait and see If someone can jump in and will also try and reach out for help on the forums you suggested.
Thanks!
Forum: Plugins
In reply to: [Konfirmi Plugin] Widget TranslationHello, I haven’t heard from you yet. I posted this question 13 days ago. Do you provide support through this channel?
Forum: Plugins
In reply to: [Quick Interest Slider] PHP 7.4I recently migrated my site to a new hosting. Is there a possibility there’s something wrong in one of my DB tables that could be causing this? What other info can I give you to help fix the error?
Forum: Plugins
In reply to: [Quick Interest Slider] PHP 7.4Here you go
php: https://pastebin.pl/view/d11edc58
error log: https://pastebin.pl/view/5e08ee31- This reply was modified 3 years, 9 months ago by maurochuchuy.
- This reply was modified 3 years, 9 months ago by Yui.
Forum: Plugins
In reply to: [Quick Interest Slider] PHP 7.4I installed the plugin, it was actually the same version I’m using. I can attach the php file here If you want along with the errors I’m getting in the log right now.
Forum: Plugins
In reply to: [Quick Interest Slider] PHP 7.4Hey there @aerin. Came here with a similar issue. I’m on the latest plugin version and PHP 7.4. Here’s my error log:
PHP Notice: Undefined variable: values in /wp-content/plugins/quick-interest-slider/quick-interest-slider.php on line 994
PHP Notice: Trying to access array offset on value of type null in /wp-content/plugins/quick-interest-slider/quick-interest-slider.php on line 994
PHP Notice: Trying to access array offset on value of type bool in /wp-content/plugins/quick-interest-slider/quick-interest-slider.php on line 231
PHP Notice: Trying to access array offset on value of type bool in /wp-content/plugins/quick-interest-slider/quick-interest-slider.php on line 547
PHP Notice: Trying to access array offset on value of type bool in /wp-content/plugins/quick-interest-slider/quick-interest-slider.php on line 547`Should I open a different ticket or are we ok on this one?
Update: I also uninstalled MercadoPago payment gateway and tried to update the order status from “pending payment” to “completed” or “in process” but I still get the same error message so it looks like it has nothing to do with the MercadoPago plugin.
Thanks for the update,
So I proceeded to reinstall MercadoPago payment gateway again after installing the updated plugin.
While testing payments in sandbox mode it was working fine. However payments where remaining as “pending payment” in woocommerce, therefore the confirmation email + retainful discount code was not being sent.
I proceeded to try and update the order status in woocommerce and then recieved the following error:Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php:961 Stack trace: #0 /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php(961): method_exists(NULL, 'get_cart') #1 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Cart.php(405): Rnoc\Retainful\WcFunctions->getCart() #2 /wp-includes/class-wp-hook.php(287): Rnoc\Retainful\Api\AbandonedCart\Cart->isZeroValueCart(true) #3 /wp-includes/plugin.php(212): WP_Hook->apply_filters(true, Array) #4 /wp-content/plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/RestApi.php(660): apply_filters('rnoc_can_track_...', true) #5 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Order.php(173): Rnoc\Retainful\Api\AbandonedCart\RestApi->canTrackAbandonedCarts('181.116.28.28') #6 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Checkout.php(130): Rnoc\Retainful\Api\AbandonedCart\Order->getOrderData(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #7 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Checkout.php(77): Rnoc\Retainful\Api\AbandonedCart\Checkout->syncOrder(3804) #8 /wp-includes/class-wp-hook.php(289): Rnoc\Retainful\Api\AbandonedCart\Checkout->orderUpdated(3804) #9 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(3804, Array) #10 /plugin.php(484): WP_Hook->do_action(Array) #11 /plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php(173): do_action('woocommerce_upd...', 3804, Object(Automattic\WooCommerce\Admin\Overrides\Order)) #12 /www/charlysandoval.com.ar/htdocs/lasmariasweb/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(179): WC_Order_Data_Store_CPT->update(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #13 /plugins/woocommerce/includes/abstracts/abstract-wc-order.php(185): WC_Data_Store->update(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #14 /plugins/woocommerce/includes/class-wc-order.php(220): WC_Abstract_Order->save() #15 /plugins/woocommerce/includes/abstracts/abstract-wc-order.php(1630): WC_Order->save() #16 /plugins/woocommerce/includes/admin/wc-admin-functions.php(414): WC_Abstract_Order->update_taxes() #17 /plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php(54): wc_save_order_items(3804, Array) #18 /wp-includes/class-wp-hook.php(289): WC_Meta_Box_Order_Items::save(3804) #19 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #20 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) #21 /plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php(220): do_action('woocommerce_pro...', 3804, Object(WP_Post)) #22 /wp-includes/class-wp-hook.php(289): WC_Admin_Meta_Boxes->save_meta_boxes(3804, Object(WP_Post)) #23 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #24 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) #25 /wp-includes/post.php(4309): do_action('save_post', 3804, Object(WP_Post), true) #26 /wp-includes/post.php(4411): wp_insert_post(Array, false, true) #27 /wp-admin/includes/post.php(419): wp_update_post(Array) #28 /wp-admin/post.php(227): edit_post() #29 {main} thrown in /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php on line 961
Hello, I activated the check payments option in woocommerce and started having problems with the plugin again. Here are the details from my debug log:
PHP Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given in /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php:396 Stack trace: #0 /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php(396): method_exists(3742, 'add_order_note') #1 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/RestApi.php(447): Rnoc\Retainful\WcFunctions->setOrderNote(3742, 'Order recovered...') #2 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Order.php(148): Rnoc\Retainful\Api\AbandonedCart\RestApi->markOrderAsRecovered(3742) #3 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Order.php(217): Rnoc\Retainful\Api\AbandonedCart\Order->getCompletedAt(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #4 /wp-content/plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Checkout.php(130): Rnoc\Retainful\Api\AbandonedCart\Order->getOrderData(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #5 /plugins/retainful-next-order-coupon-for-woocommerce/src/Api/AbandonedCart/Checkout.php(77): Rnoc\Retainful\Api\AbandonedCart\Checkout->syncOrder(3742) #6 /wp-includes/class-wp-hook.php(289): Rnoc\Retainful\Api\AbandonedCart\Checkout->orderUpdated(3742) #7 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(3742, Array) #8 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) #9 /wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php(173): do_action('woocommerce_upd...', 3742, Object(Automattic\WooCommerce\Admin\Overrides\Order)) #10 /plugins/woocommerce/includes/class-wc-data-store.php(179): WC_Order_Data_Store_CPT->update(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #11 /plugins/woocommerce/includes/abstracts/abstract-wc-order.php(185): WC_Data_Store->update(Object(Automattic\WooCommerce\Admin\Overrides\Order)) #12 /plugins/woocommerce/includes/class-wc-order.php(220): WC_Abstract_Order->save() #13 /plugins/woocommerce/includes/class-wc-order.php(333): WC_Order->save() #14 /plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php(122): WC_Order->update_status('on-hold', 'Pago de cheque ...') #15 /plugins/woocommerce/includes/class-wc-checkout.php(959): WC_Gateway_Cheque->process_payment(3742) #16 /plugins/woocommerce/includes/class-wc-checkout.php(1171): WC_Checkout->process_order_payment(3742, 'cheque') #17 /plugins/woocommerce/includes/class-wc-ajax.php(465): WC_Checkout->process_checkout() #18 /wp-includes/class-wp-hook.php(287): WC_AJAX::checkout('') #19 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #20 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) #21 /plugins/woocommerce/includes/class-wc-ajax.php(90): do_action('wc_ajax_checkou...') #22 /wp-includes/class-wp-hook.php(287): WC_AJAX::do_wc_ajax('') #23 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(false, Array) #24 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) #25 /wp-includes/template-loader.php(13): do_action('template_redire...') #26 /wp-blog-header.php(19): require_once('/www/charlysand...') #27 /index.php(17): require('/www/charlysand...') #28 {main} thrown in /plugins/retainful-next-order-coupon-for-woocommerce/src/WcFunctions.php on line 396
Thank you, I’ve already updated the plugin and so far it’s working fine.
Forum: Plugins
In reply to: [Product Table by WBW] Display products by Vendor WCFM@woobewoo sent a request like an hour ago. Hope we can work something out. Thanks!
Forum: Plugins
In reply to: [Product Table by WBW] Display products by Vendor WCFMHello Nick, thanks for answering.
So from what you are saying it looks like I won’t be able to use your plugin, here’s why:
When creating a Multi Vendor Marketplace using WCFM, you create a Vendor Store Template page that will be used for every vendor. That template contains a “store catalog” template that populates a particular store product catalog when a client on the front end goes to that store page. We currently have a regular product catalog populated for each store that does not fit our needs, that’s the reason we are looking for options.
I will change the status to unresolved just to make sure you can’t provide a product catalog that will auto populate vendor products by author ID.Thanks in advance.
Hello, I just installed a PHP editor for elementor and would like to install the Product table on my custom store page.
I have created a product table: [Product_Table id=’420′ name=’Test table’]
According to the instructions given by the developer I should
1- On my store page inster a shortcode like: [Product_Table id=’420′ name=’Test table author=’$author_id’]
2- Insert the following PHP code:
<?php $author_id = “generate your author/vendor id here”; echo do_shortcode( ‘[Product_Table id=”420″ name=”Test table” author=”$author_id”]’ ); ?>Is this how I am supposed to do it?
Forum: Plugins
In reply to: [WooCommerce] Installing Update V4.2.0 error (even if new installed)Hi all, I have by default PHP 7.3.5 installed on my local site and still experience the same error. There has to be a fix in some other way because that is not it!