Help! problem uploading CSV
-
Hi Guys,
I’m very new to WordPress (1st day really!). I’m trying to upload a table at the moment from a CSV file. I click upload and get this:
Warning: move_uploaded_file(/home/ohafc/public_html/home//home/ohafc/public_html/home/wp-content/uploads/league table.csv) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/ohafc/public_html/home/wp-content/plugins/wp-table/wp-table-admin.php on line 170Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/phpmzBKBR’ to ‘/home/ohafc/public_html/home//home/ohafc/public_html/home/wp-content/uploads/league table.csv’ in /home/ohafc/public_html/home/wp-content/plugins/wp-table/wp-table-admin.php on line 170
ERROR : File cannot be saved. Check the permission of the wordpress upload folderCan anyone shed any light on this?
Thankyou all!
-
Your paths are messed up.
This:
/home/ohafc/public_html/home//home/ohafc/public_html/home/wp-content/uploads/league table.csvShould be this:
/home/ohafc/public_html/wp-content/uploads/league table.csvNot sure HOW they got messed up though without knowing exactly what you’ve done.
Cool. Um, how do I change my path – apologies for the questions!
I did break the site for little while by trying to edit the WordPress URL but it’s fixed now – with my wrist slapped!
Delete the file and upload it again to the right location.
Sorry guys – does this shed light..
I’m using wp_table to upload this CSV – there’s no way to change the path that I can see.
Don’t ever double post! I am fast with the delete button!
I don’t know what wp-table is, I assume a plugin.
If that is changing the upload path, that’s bad.
Normally, the upload path is defined in admin > Settings > Miscell.
The topic ‘Help! problem uploading CSV’ is closed to new replies.