Wp-table

The following plug-in
http://wordpress.org/extend/plugins/wp-table/
doesn’t work in 2.7.1 but you can fix it.

In the wp-table-admin.php file line 165 looks like this:
$csv_file = ABSPATH.get_option(’upload_path’ ).’/’.$_FILES['csv_file']['name']; // set upload path

It needs changed to:
$csv_file = $_FILES['csv_file']['name']; // set upload path

This entry was posted in Computers and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>