Support » Fixing WordPress » CSV Trouble-Woocommerce Product Import

  • Hi, I am getting this following error while importing CSV via woocommerce product importer plugin:

    <b>Fatal error</b>: Allowed memory size of 41943040 bytes exhausted (tried to allocate 71 bytes) in <b>/home/thehotco/public_html/site/wp-content/plugins/dgrundel-woo-product-importer-1f39f9c/woo-product-importer-ajax.php</b> on line <b>50</b>

    I believe, it is got to do with my php memory. I checked my php.ini and found the following line:

    max_execution_time = 30 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    memory_limit = 64M ; Maximum amount of memory a script may consume (16MB)

    What do I do now?

  • The topic ‘CSV Trouble-Woocommerce Product Import’ is closed to new replies.