Cannot export at all.
-
Hi,
I am trying to export pages. After a little wait I get an error page:
/plugins/wp-ultimate-csv-importer/modules/export/templates/export.phpNo data received
I’ve tested on a different install and server and it works fine.
We have read write permissions on all folders.
We’ve done the following also:Minimum Requirements
1. Check your phpinfo.php. Ensure that auto_prepend_file and auto_append_file options are disabled. If not you can disable it in php.ini settings file yourself. You can also do it by a .htaccess file
htaccess file
Create an .htaccess file in root and set the following values.
php_value auto_prepend_file none
php_value auto_append_file none2. PDO is essential and should be enabled.
Also export delimiter wont save as , it keeps defaulting to ;
Any help would be greatly appreciated.
thanks
https://www.ads-software.com/plugins/wp-ultimate-csv-importer/
- The topic ‘Cannot export at all.’ is closed to new replies.