WP All Import fails on XML file upload in Step 1
-
I have this error with WP 3.8.3 and All Import 3.1.3
In step 1 : ‘XML/CSV file must be specified
I installed as :
cd /home/administrator
wget https://downloads.www.ads-software.com/plugin/wp-all-import.3.1.3.zip
unzip wp-all-import.3.1.3.zip
mv wp-all-import /var/www/html/wp-content/plugins/To workaround error message during activation from WP :
mkdir /var/www/html/wp-content/uploads/wpallimport_history
chmod 777 /var/www/html/wp-content/uploads/wpallimport_history
mkdir /var/www/html/wp-content/uploads/wpallimport_logs
chmod 777 /var/www/html/wp-content/uploads/wpallimport_logschmod 777 /var/www/html/wp-content/plugins/wp-all-import/upload
chmod 777 /var/www/html/wp-content/plugins/wp-all-import/historyAbout this error in step 1 : ‘XML/CSV file must be specified
In the code this correspond to a post fail :
if (empty($post[‘filepath’])) {
$this->errors->add(‘form-validation’, __(‘XML/CSV file must be specified’, ‘pmxi_plugin’));What is the problem, I have seen other similar cases in forum but no answer or solution.
- The topic ‘WP All Import fails on XML file upload in Step 1’ is closed to new replies.