• hi,

    i cannot get CSV file display working and only the error message “Error reading file/URL.” The option in the plugin is enabled and i even tried to display the csv file from the support site, but the result is always the same.

    I hope someone can help me how to resolve that. It really is a great plugin!

    Thanks

    https://wordpress.org/plugins/easy-table/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem, the plugin used to work GREAT, after some automatic upgrades from worpdpress and the updating the plugin it no longer works.

    Thread Starter KingShinobi

    (@kingshinobi)

    It would be great to get any kind of feedback from the author because it’s a really nice plugin.

    Did you guys have any luck?

    Fresh plugin install on WP 4.0 and can’t get any URL to work, relative or otherwise.

    The same problem here. Is the developer still supporting it?

    Plugin Author takien

    (@takien)

    Some works, others not.
    Still investigating this issue.
    Thanks for patience.

    i dont know if it’s the better fixed or not, but it helped me out.
    i asked my friend to check the plugin script file easy-table.php on line 207 he change

    $response = wp_remote_get($file);

    into

    $response = wp_remote_get($file, array( 'timeout' => 30 ));

    hope it help you guys out

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CSV Error reading file/URL.’ is closed to new replies.