I can’t save function editor on any website, even on sandbox. Got a “Too many redirects” error. Tested on Firefox and Chrome.
]]>Dear Support Team,
I am experiencing an issue with our import plugin related to ACF fields. Specifically, while the feature image URLs are being retrieved correctly, the image URLs in the ACF fields gallery are not being imported.
The issue is detailed as follows:
Could you please investigate this issue and provide guidance or a solution? It is critical for our workflow that all image URLs are correctly imported and available.
Thank you for your assistance.
https://i.postimg.cc/K87dR4KT/image.png
Hi there. I am getting the following errors
Upon installing the plugin
: Illegal string offset ‘cc_type’ in /home/customer/www/xxxxxx.com/public_html/wp-content/plugins/wp-all-export/src/App/Service/Addons/AddonService.php on line 118
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/xxxxxxxx.com/public_html/wp-content/plugins/wp-all-export/src/App/Service/Addons/AddonService.php:118) in /home/customer/www/xxxxxx.com/public_html/wp-admin/admin-header.php on line 9
Then when trying to export:
Warning: Illegal string offset ‘cc_type’ in /home/customer/www/xxxxxxx.com/public_html/wp-content/plugins/wp-all-export/src/App/Service/Addons/AddonService.php on line 118
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/xxxxxx.com/public_html/wp-content/plugins/wp-all-export/src/App/Service/Addons/AddonService.php:118) in /home/customer/www/xxxxxx.com/public_html/wp-includes/pluggable.php on line 1435
]]>Hello team!
We’re looking for an option to export files in JSON instead of CSV, has somebody already faced the issue?
]]>Hi – I have two templates in Manage Exports. They worked at first (since March 2024), and now they just put out the same sheet every time. It does not get current data from posts. I checked the documentation but didn’t understand it. I am a paid user. What do you suggest? Thank you.
]]>I have a Custom Post Type that I can’t get to import properly via .csv file. I know this is the “Export CSV” forum, but I believe my issue may lie in how the data is exported, rather than the import phase. One of the fields that I need gets exported as serialized data. When I go to import this field back into another site, the post is broken. I went into the database to see what was actually getting stored in the meta_value field. Here is what I found:
The original exported meta_value:
a:1:{i:0;a:2:{s:4:"name";s:21:"Link title here";s:3:"url";s:31:"/url-goes-here/";}}
The meta_value after importing:
s:103:"a:1:{i:0;a:2:{s:4:"name";s:21:"Link title here";s:3:"url";s:31:"/url-goes-here/";}}"
The added s:103 and double quotes breaks the posts with these values. When I go into the database and remove those added characters, they work again. My current guess is that the data is getting serialized again upon importing. So is there a way to tell WP All Export to unserialize the data somehow when exporting? Or is there perhaps another way to handle this serialized data or stop WordPress from adding those characters?
]]>My client is using WP All export to total up daily/monthly shop sales revenue, Does anyone know if these totals already have any refunds or coupons subtracted? The totals in the Woo Commerce Orders Reports does not always seem to match the All Export csv totals. Help!
The Report we are trying to create needs the fields below:
Item Name
Completed Date
Amount
Tax if applicable
Any Refunds/Coupons
Total (less refunds/coupons)
Hello!
I noticed that exporting and importing Posts with your plugins, loses the information about Posts that are translations from other Posts, using Polylang. So, all my Posts can be exported and imported correctly but they lose the association with their respective translation.
I couldn’t find anything about Polylang here or in your Docs. It really isn’t supported to do this migration or perhaps I missed something?
Thank you.
]]>Hello!
Is there any way to use WP All Export to export the Date field of a Post with the complete Date and Time? As far as I teste it just export the field with Date. And when I use WP All Import, the new Post comes with the Date correct but the Time set to 00:00. I miss that information, in some cases it might be important.
Thank you.
]]>I am using your on my WordPress website, Chalti Ka Naam Gari (https://chaltikanaamgari.com/). I need assistance with exporting user data, including their contact information, registration details, and other metadata, to Excel or another software format.
]]>I am using WP All Export to export all on stock products from the store (around 7500) but it is not working correctly. I have set up a cron job to schedule the export. In manage exports it says when it was last run but the file I get is not OK. There are still products inside which aren’t present in the store anymore. If I run the export manualy everything is fine.
These are the setting for cron job:
0 */3 * * 0-7 “At minute 0 past every 3rd hour on every day-of-week from Sunday through Sunday.”
curl?–silent?“https://***/wp-load.php?export_key=fmIabEsokZZ2&export_id=1&action=trigger” > /dev/null?
curl?–silent?“https://***/wp-load.php?export_key=fmIabEsokZZ2&export_id=1&action=processing” > /dev/null?
curl?–silent?“https://***/wp-load.php?security_token=b0bc92e21609c410&export_id=1&action=get_data” > /dev/null?
curl?–silent?“https://***/wp-load.php?security_token=b0bc92e21609c410&export_id=1&action=get_bundle” > /dev/null?
]]>Hi,
How can I export form entries from Kadence Form?
I know these entries are stored in the database as wpds_kbp_form_entrymeta.
Thank you.
I am trying to use this plugin to export products with many custom fields from my client’s website. There is a “PDF” field. Every single product (over 6 thousand) has PDF associated with it. When I try to export, though, for some reason it only picks up that ~700 of them have PDFs. Why is this happening and how can I fix it?
Thanks.
]]>Upgrade to the Pro edition of WP All Export to Add Filters
If you already own it, remove the free edition and install the Pro edition.
system show this.. but if i remove the free edition the pro version will auto deactivate at same time/..
]]>What is wrong with that code?
add_filter(‘wp_all_import_is_post_to_create’, ‘skip_product_if_no_image’, 10, 3);
function skip_product_if_no_image($continue_import, $data, $import_id) {
if ($import_id == 1) {
error_log(‘Image link data received: ‘ . $data[‘image_link’]); // Log the image URL data
if (empty($data[‘image_link’])) {
error_log(‘No image found, skipping import for this product.’); // Log if no image is found
return false;
}
}
return $continue_import;
}
Hi,
My website is entirely made with Elementor plugin. I have a problem. I want to export a page made by me in elementor, and the plugin works fine exporting the page. But the problem is when importing the same page, elementor doesnt recognize it as an elementor page anymore and everything is messed up to the new imported page (same exported) .
Why i want to export elementor page ? because i want to make mass modifications on some keywords and import them in mass. But elementor doesnt recognize them as elementor template.
What should i do to export and import elementor pages ?
]]>I need to fill some of table fileds by data from Relation ACF Group filed.
I have tryed read your manual for using PHP code(https://www.wpallimport.com/documentation/custom-wordpress-export-php/) but it doesn’t work
You can check it here in sandbox:
https://posh-kouprey-e97fbc.instawp.xyz/?upass=bXkgYXdlc29tZSBzdHJpbmczNTM5OTc4MTEz
I am testing WP ALL Export with ACF functionality. I can setting my export to XLS file then new post with Field group will be created, but is it possible some how update XLS file if Field group in some post will be updated ?
With best regards
Hello,
I have some warning messages displayed on my website from this weekend.
Here they are :
Thanks for help.
]]>Hello everyone,
could you tell me how I can export only parent products from our WooCommerce? Ideally with the price output of one of the variation items. I can’t find a filter option to achieve this …
Kind regards
mapdi
]]>Hi Team,
We are using WP All Export to export daily orders on our WooCommerce store. We have installed the WP All Export WooCommerce Add-On for this purpose and are on a licenced version.
While exporting orders, the SKU for certain products is not appearing in the Export CSV. This is happening seemingly randomly. Screenshot attached.
Please help us out.
Regards,
LearnEd Studio
]]>Hello,
we chose your plugin to realize a very difficult project consisting of several communication steps.
The plugin is really very clear for us as complete beginners and the explanations helped us a lot with one point or another.
Since we have to meet the specifications for our project down to the last detail, the following questions have arisen. Maybe we can find a solution together?
The first problem we have is in the <message header>, the default requires an indication of when the file was created for the values ??generation_time and generation_date. Here too we have to pay attention to the output value hh:mm:ss and dd.mm.yyyy. This is what the default looks like
How can we output these values ??there?
After the <message_header> comes <Sortimentstruktur> and then <products>. Both contents are in a loop. See template
So we tried to assign <!– BEGIN LOOP –> and <!– END LOOP –> to both areas. Unfortunately this only seems to work once with the loop statement. How can such a task be solved?
I also wanted to ask whether there is a way to get the respective IDs and names of product categories, not only at the existing level, but also at the parent level?
Kind regards,
Johannes
So, I am a first time user of the WP All Export plugin, but I am having issues related to transferring the Tags for my Posts. So, some of my posts have more than one tag assigned to them. For instance one tag might be New Brand and another Thinking Ahead, but when I create the export file its formatted like this New Brand|Thinking Ahead. When I first saw this in the CSV file I assumed that the WP All Import plugin would see the ‘ | ‘and realize it needed to separate those two tags upon importing. Unfortunately, that is not what it is doing. It will literally create a single new tag called New Brand|Thinking Ahead, which is not correct. Again, New Brand and Thinking Ahead are both their own unique, individual tags and should not be concatenated into a singular new tag.
So, is there something that I am missing here? Is there a way to make sure that New Brand and Thinking Ahead are exported properly as two individual tags and then imported as two individual tags on the post?
Thank you!
]]>Hello,
I would like to know if your “woocommerce for google merchant center” module allows to create a google local inventory feed with an identifier by “role” to send a feed with prices associated with to customers roles on Woocommerce?
I need to create a feed that allows to add prices rules based on roles. I’ve assigned roles to my customers. When they log in to their account, they get a price specific to their role. If they don’t log they can see only the regular price. I need to add more than the “regular price” in my feed. How can I display the different pricing rules according to roles? I use a third-party plugin to manage the different pricing rules based on roles and it is called ‘YITH Role based prices’. Are you taking over this function?
]]>when i try to export specific type posts I am phasing below error.
WordPress database error Table ‘wp_2_pmxi_imports’ doesn’t exist for query SELECT id
, name
, path
FROM wp_2_pmxi_imports
in front end i can see like this
An unknown error occured.
]]>It looks like there is a configuration error in the default settings for the ‘migrate‘ mode. This mode does not include the ‘filename‘ parameter, which is necessary for the subsequent import if the image files are located in the “wpallimport\file” folder.
PRO Version 1.8.6
]]>In multisite installations this plugin only allows Super Admins to export backup files. Site Administrators that are not Super Admins are not able to access the plugin to run an export.
]]>I download plugin, used ftp to upload to folder under wp-content/plugins/ can see on dashboard but won’t activation fails, I also tried install from upload and install from www.remarpro.com, none worked. Do I need to rename the plugin folder name? I guess I’m moving on to another solution but wanted to let you know there is some install issue, probably permissions.
]]>I’ve used this plugin for years and now getting an “unknown error” when trying to export.
Dug into it and found that it is triggering a ModSecurity error at the host that thinks it is a PHP injection attack.
Below is the ModSecurity log from the host server:
Message: Access denied with code 403 (phase 2). Test ‘REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/*’ against ‘@rx (?:<\?(?!xml\s)|<\?php|\[(?:/|\\\\)?php\])’ is true. [file “/etc/apache2/conf.d/modsec_vendor_configs/OWASP3/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf”] [line “41”] [id “933100”] [msg “PHP Injection Attack: PHP Open Tag Found”] [logdata “Matched Data: <? found within filter_rules_hierarhy=[]&taxonomy_to_export=&export_only_modified_stuff=0&export_only_new_stuff=0&sub_post_type_to_export=&selected_post_type=post&export_type=specific&ids[]=1&cc_label[]=date&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=date&cc_value[]=date&cc_name[]=date&cc_settings[]=0&ids[]=1&cc_label[]=title&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=title&cc_value[]=title&cc_name[]=title&cc_settings[]=0&ids[]=1&cc_label[]=permalink&cc_php[]=0&cc…”] [severity “CRITICAL”] [tag “application-multi”] [tag “language-php”] [tag “platform-multi”] [tag “attack-injection-php”] [tag “OWASP_CRS/WEB_ATTACK/PHP_INJECTION”] [tag “OWASP_TOP_10/A1”] [MatchedString “filter_rules_hierarhy=[]&taxonomy_to_export=&export_only_modified_stuff=0&export_only_new_stuff=0&sub_post_type_to_export=&selected_post_type=post&export_type=specific&ids[]=1&cc_label[]=date&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=date&cc_value[]=date&cc_name[]=date&cc_settings[]=0&ids[]=1&cc_label[]=title&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=title&cc_value[]=title&cc_name[]=title&cc_settings[]=0&ids[]=1&cc_label[]=permalink&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=permalink&cc_value[]=permalink&cc_name[]=permalink&cc_settings[]=0&ids[]=1&cc_label[]=url&cc_php[]=0&cc_code[]=0&cc_sql[]=0&cc_options[]={“is_export_featured”:true,”is_export_attached”:true,”image_separator”:”|”}&cc_type[]=image_url&cc_value[]=url&cc_name[]=image url&cc_settings[]=&ids[]=1&cc_label[]=category&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_options[]=0&cc_type[]=cats&cc_value[]=category&cc_name[]=categories&cc_settings[]=0&ids[]=1&cc_label[]=&cc_php[]=0&cc_code[]=&cc_sql[]=0&cc_type[]=&cc_options[]=0&cc_value[]=&cc_name[]=&cc_settings[]=0&export_variations=1&export_variations_title=1&main_xml_tag=data&record_xml_tag=post&custom_xml_cdata_logic=auto&show_cdata_in_preview=0&simple_custom_xml_cdata_logic=auto&delimiter=,&export_to=csv&export_to_sheet=csv&xml_template_type=simple&8=producttitle&12=productdescription&19=productlink&23=useproductfeaturedimage&29=productimages&38=useproductprice&44=useproductsaleprice&50=usewoocommercestockvalues&60=usewoocommerceproductcategories&64=mapproductcategories&78=1&85=automatically&89=selectfromwoocommerceproductattributes&95=selectfromwoocommerceproductattributes&101=selectfromwoocommerceproductattributes&107=keepblank&118=selectfromwoocommerceproductattributes&127=selectfromwoocommerceproductattributes&135=selectfromwoocommerceproductattributes&include_shipping=include&148=usewoocommerceproductvalues&152=&160=no&custom_xml_template=<?xml version=”1.0″ encoding=”utf-8″?>..<data>…<!– begin loop –>…<post>…..</post>…<!– end loop –>..</data>&custom_custom_xml_cdata_logic=auto&wp_all_export_main_code=<?php….?>&save_template_as=0&name=&load_template=&_wpnonce_template=b3790d5cc9&_wp_http_referer=/wp-admin/admin.php?page=pmxe-admin-export&action=template&_wpnonce_template=b3790d5cc9&is_submitted=1″]
So i have 1000+ posts and exporting with only the required fields ,in exported file im not getting all the posts like only half of them is exported ,im getting all the required data like “title” but not getting all the posts im getting like 500 posts only
]]>