Comments PIetro started the conversationJune 24, 2020 at 7:25pmGood morning, I have many tables created with google spreadsheet source. From today they stopped working, on Google I have not changed anything. The tables are all empty but the Google files have remained unchanged. Can you help me?ThanksDylan Keys repliedJune 24, 2020 at 8:37pmWhat you can try is to add this code in file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 205 you will find this curl_setopt($ch, CURLOPT_REFERER, site_url()); and below that add this code curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); so your code will look like this 2,572Aleksandar repliedJune 25, 2020 at 1:48pmHello PIetro, hello Dylan. Thanks for jumping in on this, Dylan. PIetro, this is exactly what you should try. Google updated their policy, and until we update the plugin this is what needs to be done.The code needs to look like this:Kind Regards, Aleksandar Vukovićaleksandar.vukovic@tmsproducts.io Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Good morning, I have many tables created with google spreadsheet source. From today they stopped working, on Google I have not changed anything. The tables are all empty but the Google files have remained unchanged. Can you help me?
Thanks
What you can try is to add this code in file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 205 you will find this
curl_setopt($ch, CURLOPT_REFERER, site_url());
and below that add this code
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
so your code will look like this
Hello PIetro, hello Dylan.
Thanks for jumping in on this, Dylan.
PIetro, this is exactly what you should try. Google updated their policy, and until we update the plugin this is what needs to be done.
The code needs to look like this:
Kind Regards,
Aleksandar Vuković
aleksandar.vukovic@tmsproducts.io
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables