Kerfred
Forum Replies Created
-
Forum: Plugins
In reply to: [FG Drupal to WordPress] Duplicate Entries for Custom Post TypesPlease note that this forum is reserved for the free version only.
For any support about the Premium version, please contact our support team at https://www.fredericgilles.net/support/For information, duplicates can happen if the Import button has been clicked several times while the import process is still working (perhaps in background task).
Yes, this is possible by following this procedure:
- Find the Joomla ID of the first article you want to import minus 1 (for example 999)
- Run this SQL request with phpMyAdmin on the WordPress database:
UPDATE wp_options
SET option_value = 999
WHERE option_name = 'fgj2wp_last_article_id';- Click on the Import button
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Presale questionsPlease note that this forum is reserved for the free version. For any question about the Premium version, you must ask your questions on https://www.fredericgilles.net/support/
To answer quickly:
- To import all the addresses, you need the Multiple Addresses add-on https://www.fredericgilles.net/fg-prestashop-to-woocommerce/multiple-addresses/ in addition to the Premium version
- The invoices are not stored in WooCommerce, so they can’t be imported. However, the Premium version will import the orders.
To keep the order IDs, you need the add-on https://www.fredericgilles.net/fg-prestashop-to-woocommerce/custom-order-numbers in addition to the Premium version. - Once a user logs in successfully on WordPress with his PrestaShop password, his password is rewritten using the WordPress algorithm. So the next times, he will be authenticated by WordPress itself.
https://www.fredericgilles.net/fg-prestashop-to-woocommerce/
Forum: Plugins
In reply to: [FG Joomla to WordPress] Just import old postsWidgetkit is not supported but we could develop an add-on to migrate these data.
For your other issues, could you please open a ticket on https://www.fredericgilles.net/support/ ? And we will investigate.
Forum: Plugins
In reply to: [FG Joomla to WordPress] Just import old posts- Many posts are being imported with existing names: When I want to view them, the original existing page opens.
I don’t understand. Could you explain this issue?
- In Joomla many picture galleries are being handled by a site module: They are not being imported at all. How can I solve this?
Which module do you use?
- The import needs to be restarted several times (Gateway error 504 after 2-3 minutes)… Then it stopped at 74% and stated ‘Import completed’
The “Gateway Timeout” error means that the connection between your browser and the WordPress server has been interrupted.
It should not prevent the import from going on.To check if the import is going on, you can refresh the migration plugin screen to see if the number of imported data increases or not.
If it stops increasing, you can click on the button “Start / resume the import” to resume the import where it left off.Forum: Plugins
In reply to: [FG Joomla to WordPress] Problem with allow_url_fopenCould you write a file phpinfo.php on your WordPress server that contains only this line:
<?php phpinfo(); ?>Then please go to the URL https://your_wordpress_site/phpinfo.php and check the variable allow_url_fopen.
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Choose items that I need importWith the Premium version https://www.fredericgilles.net/fg-prestashop-to-woocommerce/ you can migrate only the customers and the orders if you want. For that, you can select the items that you don’t want to migrate in the partial import section (Premium version only).
It is not possible to choose dates.
It concerns only the Premium version, not the free version.
And it doesn’t prevent the import from working.Now it is fixed in the latest version (3.93.0).
Forum: Plugins
In reply to: [FG Drupal to WordPress] No me llegan vuestra versión pro del pluginYou are welcome.
Forum: Plugins
In reply to: [FG Drupal to WordPress] No me llegan vuestra versión pro del pluginWe have answered to your request and have resent the plugin. But apparently you don’t receive our emails.
I have just resent the plugin to you again through SwissTransfer.
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Prestashop import fails with errno 21It happens sometimes. I have already seen providers that block internal loops. Please ask them.
Another solution would be to run the migration on your personal server. Then transfer the migrated site with a plugin like Duplicator or WP Migrate.
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Prestashop import fails with errno 21In this case, you should ask your hosting company. Perhaps they have a blocking rule.
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Prestashop import fails with errno 21It is probably because the FTP credentials or directory are incorrect.
You should use the HTTP method instead of FTP.
Forum: Plugins
In reply to: [FG Joomla to WordPress] SQLSTATE[HY000] [2002] No such file or directoryYes, to import the K2 items from Joomla to WordPress, you need both:
– FG Joomla to WordPress Premium https://www.fredericgilles.net/fg-joomla-to-wordpress/
– and the K2 add-on https://www.fredericgilles.net/fg-joomla-to-wordpress/k2/Forum: Plugins
In reply to: [FG Joomla to WordPress] SQLSTATE[HY000] [2002] No such file or directoryYou need to import this SQL file into your WordPress database with phpMyAdmin.
Then use the credentials of this database in the database settings on the migration screen.