bmex63
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Unable to export CSVI spent a few hours trying to fix the 0 byte issue a few months ago with no luck. We might have to wait for the original developer to publish a fix.
Anyone on here using an alternative plugin worth recommending to others in case redirection plugin has been abandoned?
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Unable to export CSVHI Everyone,
I was able to get it to work again by modifying the redirection.php file in the plugin folder.
Specifically lines: 198 to 208
function inject() { $options = $this->get_options(); if ( isset($_GET['token'] ) && isset( $_GET['page'] ) && isset( $_GET['sub'] ) && $_GET['token'] == $options['token'] && $_GET['page'] == 'redirection.php' && in_array( $_GET['sub'], array( 'rss', 'xml', 'csv', 'apache' ) ) ) { include dirname( __FILE__ ).'/models/file_io.php'; $exporter = new Red_FileIO; if ( $exporter->export( $_GET['sub'] ) ) die(); } }Save and then refresh the modules pages. You should be able to export successfully.
Cheers!
BenGlad you may have found something. I’m still looking forward to a solution. Let me know how I can help.
Cheers,
BenGood Job Geoffrey! I’m also having the same problem and just found this thread via a quick google search. Hopefully the solution is easy to implement. Let us know if you need help testing.
Cheers!
Ben