Thread Starter
nzfade
(@nzfade)
I’ve encountered a PHP fatal error related to the woo-alidropship plugin on my WordPress site. The issue arises when attempting to use a function tied to freight data handling within the plugin. Below is the relevant error message:
vbnetCopy code
PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in wp-content/plugins/woo-alidropship/includes/data.php on line 2655
This error is triggered during an operation in the admin area, specifically when trying to access freight information through the plugin’s import list functionality.
Could you provide guidance on resolving this issue or inform me if a patch is available? The error significantly impacts the plugin’s functionality and my site’s operations.
Thank you for your assistance.
Hi,
Thank you for reaching out to us.
I’ve checked on my site and didn’t encounter this problem: https://prnt.sc/WOQ_OJ9_vnAF
I think it may be a conflict. You might consider conducting a full test following these instructions: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Best regards.
And, there’s an article that might offer some insights: https://villatheme.com/knowledge-base/handle-the-error-notification-when-importing-on-import-list-page/
