- This topic has 3 replies, 3 voices, and was last updated 13 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › CSV to DB – two v1.6 in circulation, one causing errors for me
Tagged: csv to db
I’m getting the errors below with the CSV to DB ‘v1.6’ automatic plugin update which has $file_path = csv_to_db_get_abs_path_from_src_file($src_file);
code in it.
Error occurred while trying to import!
Source file could not be opened!
Error on fopen(“)
Warning: fopen() [function.fopen]: Filename cannot be empty in /public_html/wp-content/plugins/wp-csv-to-db.php on line 94
The ‘v1.6’ manually downloaded from this site and installed has different code, and works fine for me.
I will look into it and update the WordPress repository.
I ran into this too. There is a solution on the wordpress support forum. It just requires a small change in the PHP file for the CSV to DB plugin, can be accomplished in the dashboard editor. I made the chang and the upload worked fine.
Updated the wordpress.org repository with a new version where I fixed this up and made the algorithm a little more robust.