pankajdev
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when importing csv filesOK – its WP Super Cache that we are using.
I guess will have to leave it at this.
Incase you think of something that could sort this out, let us know.
Until then we will play the activate/deactivate game with WP Super Cache
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when importing csv filesHere is what we did –
1: Added
add_filter( ‘tablepress_flush_caching_plugins_caches’, ‘__return_false’ );
to the function.php2: Activated WP Super Cache plugin
3: Prepared a .csv file with 3 columns and 7 rows of data in it
4: Import file in Table pressI have tried the three options for working with Tablepress but neither worked out.
1) Importing table – results in a blank screen.
2) Creating a new table manually – results in a blank screen.
3) Editing an already created table – results in the generation of this error message and table is not updated. The error message read – Saving failed: Ajax call failed error: Internal Server Error. Try again while holding down the SHIFT key.
On the other hand when we deactivate the WP Super Cache plugin and do any of the above to upload in Tablepress – all works well.
Hope this gives you better understanding. Please advice. Thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error when importing csv filesFunctions.php was modified as instructed. Now, the only way tables get loaded and are when the WP Super Cache is disabled. Therefore each time a table needs to be loaded, WP Super Cache is disabled and enabled once we are done with Table Press uploads. Is there any solution to this?
Please advice. Thanks.