• Resolved golferdude99

    (@golferdude99)


    Hi Tobias:

    Love your Plugin.

    I just installed the tablepress-table-auto-update extension and acivated.

    I get the following error in my WP log:
    PHP Fatal error: Call to undefined function download_url() in wp-content/plugins/tablepress_ext/tablepress-table-auto-update.php on line 134

    Here’s what I did

    1) I have created a folder tablepress_ext in the plugin folder
    2) Copied tablepress-table-auto-update.php and tables.php to this new folder
    3) Activated the plugin
    4) Edited the tables.php to include the table ID and URL to the csv file.
    ————————
    ‘id’ => ‘7’,
    ‘auto_update’ => true,
    ‘source_type’ => ‘url’,
    ‘source_format’ => ‘csv’,
    ‘source’ => ‘http://xxx.com/wp-content/uploads/csv/xxx.csv’

    ————————————-
    I get the above error every 15 minutes (when the cron job runs)

    Any help to resolve this would be much appreciated.

    regards

    GolferDude

    http://wordpress.org/extend/plugins/tablepress/

Viewing 4 replies - 16 through 19 (of 19 total)
  • cj1490

    (@cj1490)

    Also you mentioned that whenever the configuration is saved, the tables get updated? Is this true even if I have a “new” site? Because I am always saving the auto update configuration and the table is not getting updated

    Thank you for your help 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, that should be the case, as saving resets the WP_Cron configuration, so that an immediate update check is triggered.
    If this doesn’t work, I assume WP_Cron is not working correctly on your site/server. Maybe you can check with the plugins
    http://wordpress.org/plugins/wp-cron-control/ and
    http://wordpress.org/plugins/core-control/

    Regards,
    Tobias

    Hi Tobias… fantastic plugin.. I am too using a responsive design and have looked at using the responsive extension. though is there a way to manipulate the code so that the shortcode that is generated already has the responsive command in there as if I am doing a site for someone who will be creating the tables for results and I doubt they will remember to update the command in the table everytime.

    Thanks

    🙂 keep up the excellent work..

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I will answer this in the duplicate thread at http://wordpress.org/support/topic/responsive-type that you have opened.

    Regards,
    Tobias

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘TablePress-Extensions: tablepress-table-auto-update’ is closed to new replies.