top of page

Wooshark dropshipping for WooCommerce and WordPress Common errors

Common Errors

woocommerce_product_invalid_image_id

Businessman

Written By

Marc dooder

1- Disable W3 Total Cache or any other cache plugin

2- Disable Cloudflare

3- Deactivate ALL third-party extensions (for example AdBlock, VPN extensions, etc.)

4- Go to WooCommerce -> Status -> Max upload size and check your 'Max upload size': If it is 2MB, or less, set it to a bigger value (25MB)

Error message while trying to connect to store

Businessman

Written By

Marc dooder

1- Be sure you are using the latest version of the chrome extension, the latest version can be found on the chrome extension page. 

2- Set permalink configuration, go to Wordpress -> setting -> permalink and select post name checkbox. default will not work.
3- Be sure to use the protocol http or https (www will not work)

4- Deactivate all third-party plugins, especially security plug-ins such as All-in-one Security WP Cerber, etc., cache plugins and try again.
Deactivate ALL third-party extensions (for example AdBlock, VPN extensions, etc.)

Error message " This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support

Businessman

Written By

Marc dooder

This usually caused by the configuration of your WooCommerce Server, which has prevented access without a web browser. Please contact your host vendor to resolve this issue.

Error message ooops cannot import product 

Businessman

Written By

Marc dooder

1-Increase WordPress timeout 

  •      Method 1: Edit file  wp-config.php:

          Add the following to wp-config.php:

          set_time_limit(300);

 

  •      Method 2: Edit file .htaccess: 

           Make sure you back up .htaccess before you edit it. 

           Add the following to .htaccess:

           php_value max_execution_time 300

  

  •      Method 3: Editing php.ini

           Add the following to php.ini:

           max_execution_time = 300

​

2- Check you are connected successfully to your store (you can check this by going to any product page) you should see a button 'connected successfully' 

3- check that you have read/write permissions when you have generated the client key and the secret key

4- check that the product does not contains so many variations (more than 30) or more than (20 pictures)

5 - if none of this work, please send us an email to wooebayimporter@gmail.com, we will give your a special support to fix your issue.

The extension stopped working suddenly, it was working fine before

Businessman

Written By

Marc dooder

  1.  Clear Browsing Data (Cache and cookies)

    • On your computer, open Chrome.

    • At the top right, click More  Settings.

    • At the bottom, click Advanced.

    • Under "Reset and cleanup,” click Reset Settings  Reset Settings for all times

  2.  In the Chrome menu, go to 'Preferences' ⇨ 'About' ⇨ make sure Chrome is updated

  3. ​Quit and reopen Chrome

  4. Generate new keys and connect again to your store

  5.  If this does not work, these extensions can disable our Extension. Please try disabling them. 
    - Google labs
    - Non Google extensions

  6. Otherwise, I would recommend restarting your computer, installing updates.

  7. If this does not work, please make a support request using the contact us form https://www.wooshark.com/contact-us  and provide an access to your wordpress in order to make a test with a our lab PCs.

woocommerce_product_image_upload_error 

Error getting remote image

Businessman

Written By

Marc dooder

  1. Plugin conflict
    You may have installed a plugin that's causing this issue. Please proceed to disable one plugin at a time. Clear your cache and browser history and see if you are successful.

  2. Increase PHP Memory
    Contact your web hosting company and ask them to increase your PHP memory limit. Increase gradually until you are able to upload an image size which is acceptable by you. At least around width of 2000px.
    If you prefer to do it yourself, you can add the following in your wp-config.php. This will only work if your hosting package has that amount of memory. Increase gradually until you are able to upload an image size which is acceptable by you.
    define( 'WP_MEMORY_LIMIT', '256M' )

     

bottom of page