netlic
New member
- Jan 22, 2021
- 10
- 8
- 3
Hi @rıon12 @PirateHunter![]()
I have a license, I have no idea how I can help you. What can I do ?
Could you do this step by step
go to\wp-content\plugins\agni-importer-exporter\class-importer-data.php
go to line 161 you will see this
wp_delete_file( $agni_import_file );
please add # in front of this text or you can delete this line
#wp_delete_file( $agni_import_file );
go to line 168 you will see this
wp_delete_file( $agni_import_dir . "/{$temp_zip_name}.zip" );
please add # in front of this text or you can delete this line
#wp_delete_file( $agni_import_dir . "/{$temp_zip_name}.zip" );
save and try import it.
after import finish you will see zip file on this folder
\wp-content\uploads\agni-import\ *.zip
Last edited: