I'm trying to upload a csv file to create a table and am getting the error:
ERROR : File cannot be saved. Check the permission of the wordpress upload folder
The PHP error that spits out is:
Warning: move_uploaded_file(/home/thelifea/public_html/mediocrerunners//home/thelifea/public_html/mediocrerunners/wp-content/uploads/50k training plan.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/thelifea/public_html/mediocrerunners/wp-content/plugins/wp-table/wp-table-admin.php on line 170
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpv2L1Zi' to '/home/thelifea/public_html/mediocrerunners//home/thelifea/public_html/mediocrerunners/wp-content/uploads/50k training plan.txt' in /home/thelifea/public_html/mediocrerunners/wp-content/plugins/wp-table/wp-table-admin.php on line 170
Looks like it has my root dir on there twice. "/home/thelifea/public_html/mediocrerunners/"
Can this be fixed?
Thx,
Pat