TablePress-Extensions: tablepress-table-auto-update
-
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 134Here’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’ => ‘https://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
- The topic ‘TablePress-Extensions: tablepress-table-auto-update’ is closed to new replies.