161 comments found.
Could you help me to resolve these Error, too: 287703#0: *135888 FastCGI sent in stderr: “PHP message: PHP Warning: The magic method ImportWP\Container::__wakeup() must have public visibility in /var/www/vhosts/wp-content/plugins/importwp-pro/class/Container.php on line 21” while reading response header from upstream
Hi, this sounds like you are running php8, currently the plugin does not support this, i have added this to the feature request list and should hopefully be added to the next release, i will let you know when ImportWP supports php 8.
James
A good day, i become in Error.log the following issue and cant use Plugin:
FastCGI sent in stderr: “PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/var/www/vhosts/media/all-deals) is not within the allowed path(s): (/var/www/vhosts/plesk.koelner-pc-hilfe.de/:/tmp/) in /var/www/vhosts/wp-content/plugins/importwp-pro/class/Common/Model/ImporterModel.php on line 443” while reading response header from upstream
And these Error: *135622 open() ”/var/www/vhosts/wp-json/iwp/v1/importer” failed (2: No such file or directory)
https://i.imgur.com/ixPwwox.pngHi, this might be related to you using php8, i will look into this issue once we have supported it. In the mean time i have just done a quick google on the open_basedir restriction and it sounds like it may be a hosting setting as suggested by this stack overflow: https://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths
Just report about php 8 incompatibility
https://monosnap.com/file/yNBuoSALSyPKu4JUR5yHtg3cuR3fUBThank you for letting me know, i will update you once ImportWP is supporting php 8
Hi Sizam, Plugin has been updated to work with php8, i have also update the woocommerce addon. php8 compatability has been ran against phpcompatibility-wp , and i have tested on a php8 server. (currently i cant get phpunit to run with php8 and wordpress, waiting on wpcli to release a fix for that).
James
Sorry, realised latest version has not been approved yet by codecanyon, will let you know when it is.
Version 2.2.3 has been approved and is available.
Hi,
im buyer of Rehub Theme. I had an xml Import File with end Date “2021-06-01T21:59:59.999Z” Now i cant import Date, because it’s not working.
How i can split it to import only “2021-06-01”?
Hi RainerZufall123,
You can alter dates using custom methods, i have created an example method that can be found here: https://www.importwp.com/documentation/modifying-dates-using-custom-methods/
if you want it in the format 2021-06-01 you would need to set the return value to Y-m-d e.g. [iwpe01_format_date(“2021-06-01T21:59:59.999Z”, “Y-m-d”)]
James
Hi James,
So If I understand correctly I can create shortcode like:
[iwpe01_format_date(“{/endDate}”, “Y-m-d”)] ?
Hi, yes the square brackets allow you to use custom methods / php functions (each argument of the function must be wrapped in double quotes), if you add the iwpe01_format_date code from that example into your website then use that code in a template field it should update the preview with the new date format
I’m buyer of Rehub Theme an had an Issue in error.log of server:
FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “id” in /var/www/vhosts/httpdocs/wp-content/plugins/importwp-pro/class/Common/Model/ImporterModel.php on line 160” while reading response header from upstream
Could you check the Plugin please.
Hi RainerZufall123, Looking at that specific line of code it is referring to the id of the imported file, and that it is missing.
Are you able to contact me via the form on my profile page: https://codecanyon.net/user/jcollings on the steps to replecate your issue and at what step the error is appearing, what version of the plugin you have installed, and a copy of your website site information so i can see what your environment is (via Tools > Site Health > Info)
James
I’m using ImportWP Pro which came bundled in the Rehub theme.
Any idea what’s causing repeated error logs and a way to fix it?
“PHP Warning: filemtime(): stat failed for /home/xxxx/xxxx/wp-content/uploads/2021/05/datafeed-6.csv in /home/xxxx/xxxx/wp-content/plugins/importwp-pro/class/Common/Model/ImporterModel.php on line 187”
Also, the export / import feature does not work for me. I get an error message when I try to import – Error: Internal Server Error
Hi Perce,
What version of importwp pro do you have installed?
James
Hi James,
I’m running 2.1.1 version.
Checked again today, as far as I know, it’s the only version available for download from Rehub.
Am also having no luck with scheduled imports, they seem to run when they like, ignoring the set times and just stop downloading after only a few minutes. A couple have completed but many more have just stopped.
Version 2.2.x is the latest version uploaded to codecanyon (you will need to contact rehub about getting the latest version), this has fixes in place for the import/export feature and some updates to scheduling.
Hi James, updated to latest version.
Getting different error logs now:
“PHP Warning: Division by zero in /home/xxxxxx/xxxxxx.com/wp-content/plugins/importwp-pro/class/Common/Importer/ImporterStatus.php on line 870”
Scheduled imports still seem to have a mind of their own, not respecting set times and not completing run when they do decide to run.
Have 12 imports all showing “Resuming in xxxx s” All seem to be resuming at the same time!
Have 12 imports but showing 68 large csv files in Uploads directory.
Need some help please!
Hi Perce, can you please create a ticket for this here so we can look into this futher: https://support.jclabs.co.uk/ , i dont know if you are able to create a ticket as you may require a valid purcahse code which you do not have. if this is the case contact me via the form on my profile.
Imports are scheduled to run and the specified times, depending on what frequency your wordpress cron is setup imports can overlap, if this is the case then this is correct to see the resume in xxxx s as this time is the next time your wordpress cron should be running. (however due to the division by zero issue imports may not be able to complete, the latest devleopment build which has not yet been released should fix this division by zero warning which is why i need you to create a ticket so i can send you some updated files).
Thanks James
Please make one for laravel or plain php.. Especially for Active E commerce app as a plugin.
Hello Guys,
does your plugin (with the jet engine add-on) also work with the following field types from Crocoblock JetEngine
Text
Date
Time
Datetime
Textarea
WYSIWYG
Switcher
Checkbox (important)
Iconpicker
Media
Gallery
Radio (important)
Repeater (important)
Select (important)
Number
Colorpicker
Posts
HTML
best regards from Germany
Hi,
The main field from that list that will cause an issue will be the repeater, is it a nested repeater? what type of fields do you use in your repeaters?
James
hi, i just bought this plugin and i am importing custom post types with custom fields. After import the complete all post status are set to draft is there a way to automatically publish all imported posts?
Hi,
ImportWP by default uses your websites default post status if you have not enabled the post_status field.
There is no way to automate all imported posts like you are suggesting, but you could rerun the import with the post status field enabled and set to publish.
James
Hi ! I’m using ImportWP Pro which came bundled in Rehub theme in wordpress as well. I’ve tried using it to upload for WooCommerce Product, however for Product Attribution part, it does not upload properly. Example:
1. I’ve upload the CSV file and all field detected
2. One of the data in my CSV file is “United States” and i’m able to accurately map it back into “Country” field of the Product Attribute
3. Once uploader completed, it DOES said the above field is uploaded
4. When i checked back to the product, the field is not present, not even its uploaded into my WooCommerce attribute too.
Is there a workaround or did I do anything wrong? please advise, cheers.
Hi,
Please can you post your issue with the WooCommerce addon here: https://github.com/jcollings/importwp-woocommerce/issues, are you able to attach a couple of sample lines from your csv and what settings / screenshot of the product attribute setup in the importer.
James
sure thing, i’ve posted in github already, thanks.
Hi,
I have DIVI theme, and with DIVI I can display dynamic content from ACF. Is it possible with this plugin to store data in XML fields and siaply few blocs of informations ? How can I do if I want to display few line of my XML feed (who is a list of job work) in a custome page ?
Thanks
Hi,
I am not to sure what you are asking here, but ImportWP is able to import into pages / posts / custom post types that have custom fields or ACF custom fields.
So if you have a list of jobs that are displayed on a custom page, then i would presume they are populated via a custom post type for jobs?, and you mention that the jobs have custom fields created by acf, so if that is the case then importwp can import jobs with ACF custom fields, that your page could display.
James
Does your plugin support Categories Mapping ?
Yes you can import categories, tags, and any custom taxonomy terms, quick introduction to importing categories/taxonomy terms can be seen here: https://www.importwp.com/documentation/wordpress-taxonomy-importer-template/
Hi! I’m using ImportWP Pro, which came bundled in the Rehub theme. While I’m on the “4. Permissions” tab I set “Delete”, then on the “5. Run Import” tab I set “Start row” to 0 and “Number row” to 3 because I want to delete 3 rows from the selected file (which has 400+ rows). After I Run the task, the plugin deletes not just the 3 records I indicated but All previously imported records at once. Is it a bug or I misunderstand the Delete function? Thanks!
Hi Vivalaviva,
The delete permissions grant the importer the ability to delete records that have previously been imported by that current importer and are not in the current import csv/xml file.
So in your example it will have imported the 3 records you had selected (if it has the insert or update permission), and then deleted all other imported records previously imported using that importer.
jcollings, thank you! I see now. I really appreciate your clarification. Right now, I’m struggling with Featured image import. I want to delete it from previously 400+ imported records, so I prepared another CSV import file where I deleted URLs for the featured image field. Now, after I run the Update records command – nothing really changes for the Featured image, the old image still in place, while I wanted to remove it completely through this Update option. Is there any solution to have featured images deleted from previously imported records? Thanks in advance!
James, could you please kindly have a look at the issue described above? Thanks in advance!
Hi, please can you create a support ticket for your issue: https://support.jclabs.co.uk/
Hi, is it possible to rename the images when uploading them?
Hi, I use your plugin as bundled with rehub theme. The export / import of the settings does not work for me. Error message when I want to import: Error: Internal Server Error
Php log file says: PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /mnt/d/Projekte/barbolo.com/htdocs/wp-content/plugins/importwp-pro/class/Common/Rest/RestManager .php: 1147 \ nStack trace: \ n # 0 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/rest-api/class-wp-rest-server.php(1160): ImportWP \\ Common \\ Rest \\ RestManager-> import_exporters () \ n # 1 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/rest-api/class-wp-rest-server.php(1007): WP_REST_Server > respond_to_request () \ n # 2 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/rest-api/class-wp-rest-server.php(440): WP_REST_Server> dispatch () \ n # 3 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/rest-api.php(354): WP_REST_Server-> serve_request () \ n # 4 /mnt/d/Projekte/barbolo.com/ htdocs / wp-includes / class-wp-hook.php (287): rest_api_loaded () \ n # 5 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/class-wp-hook.php(311 ): WP_Hook-> apply_filters () \ n # 6 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/plugin.php(551): WP_Hook-> do_action () \ n # 7 /mnt/d/Projekte/barbolo.com/htdocs/wp-includes/class-wp.php(388): do_a in /mnt/d/Projekte/barbolo.com/htdocs/wp-content/plugins/importwp- pro / class / Common / Rest / RestManager.php on line 1147, referer: http: //barbolo.local/wp-admin/tools.php? page = importwp & tab = settings & section = import-export
What is the problem here? Thanks in advance!
Hi can you please enable debug logging in wordpress, using: https://wordpress.org/support/article/debugging-in-wordpress/, and run the exporter again, and create and attach the wordpress debug.log to a support ticket here: https://support.jclabs.co.uk/
Ok, I got it with this https://www.importwp.com/documentation/sorry-file-type-not-permitted-security-reasons/ Thank you!
I have another question. Is there a function to delete all products created by import as well as the images for them? If not, that would be a great feature, wouldn’t it?
Hi, I have a question, is it possible to import the products inserted in a Facebook page / group in WooCommerce and if you want to modify the products later you are free to do so?
Thanks
It depends if you can get the facebook products as an xml or csv feed/file from the facebook page / group?
Hi, is possible export product woocommerce for google shop (merchant)?
The plugin allows you to import xml or csv files / feeds into woocommerce products
hi
I use your plugin as bundled with rehub theme .Today I have installed it and tried to use it . But I got below error message ;
Sorry, this file type is not permitted for security reasons.
https://prnt.sc/w1331wBefore your plugin I was using wpallimportpro as bundled , there was no issue . and I thought that there is problem in wordpress uploading setting hence I have added below code to wpconfig .
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
but I have still issue . I hope you can help me , I didnt buy plugin directly from you . Thank you
file type was : *. xml
Hi, ImportWP uses the default wordpress uploader for secruity reasons, which is why you are seing that error message. There are many articles on how to solve this e.g. https://www.elegantthemes.com/blog/wordpress/how-to-fix-the-sorry-this-file-type-is-not-permitted-for-security-reasons-error-in-wordpress
Hi, are the images imported into the target wordpress or does it just call the url?
Hi, images that are attached via the attachments section, or via custom fields are imported into the media library, inline images within the main content can be imported instead of leaving as urls but this requires a little bit of custom code to achieve.
Thank you, one last question. Is it possible to keep the image labels? (like slug, name and alt tag)
Most attachment imports use the same interface, a guide on that interface is here https://www.importwp.com/documentation/importing-wordpress-attachments/ , showing you how to setup alts, titles
Great, thanks. I’ll buy it soon. I wish there was an offer for black friday