- This topic has 2 replies, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – PHP error when attempting to export product table to csv
Tagged: export products
I understand that I can export eStore tables by using PHPMyAdmin and I watched the tutorial, but I’m finding it to be too time consuming. The “WordPress CSV to Database” plugin that I downloaded through your web site says it will also export to CVS, and it’s so much easier use, but when I run it, I get this error:
Fatal error: Call to undefined function str_getcsv() in /home/content/<private info>/blog/wp-content/plugins/wp-csv-to-db/main.php on line 116
Is this something you can help me with? I have the latest version of WP installed and I just downloaded the CSV plugin today.
That one uses a cool new PHP function but that function is only available in PHP version 5.3+
I am pretty sure your PHP version is lower than 5.3 which is where the issue is coming from.
Yes, I’m using 5.2.17. Missed it by a hair! I may have to check if I can upgrade. Thank you.