Click here to Skip to main content
15,888,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is there any way to transfer content from PHP-Fusion 7 to WordPress? I mean: News, comments, users and photo gallery. There is a WP All Import plugin that is suitable for exporting data from WordPress.

https://wordpress.org/plugins/wp-all-import/

https://www.wpallimport.com/try/

I just need to find a way to export data from PHP-Fusion to XML or CSV format and then I can use this file to import data into WordPress using WP All Import.

I received this message from WP All Import support.

In phpMyAdmin it is possible to export the database as XML or CSV. I created a new test site on PHP-Fusion 7, added some news there. Then I exported the database to XML and used the WP All Import plugin on the test Wordpress website. I uploaded this file (database), but unfortunately the content of these messages was not uploaded.


What I have tried:

WP All Import support plugin
Posted
Updated 19-Jul-20 1:32am

1 solution

Sounds like you are looking for way to export data from PHP fusion to CSV (to import into WP).

Following is what looks like steps:
phpMyAdmin — How to backup or export a database or table – DreamHost Knowledge Base[^]
How to export website data to Excel using phpMyAdmin - Code Krypt[^]

1. Log into phpMyAdmin.
2. Select the source database on the left pane.
3. Click on the Export tab in the top center pane.
4. phpMyAdmin_export_method
5. On the next page you must select a Quick or Custom export method.
6. Choosing the 'Quick' method allows you to download the .sql file immediately. The 'Custom' method gives you more control over the data. Only use the 'Custom' method if you're very familiar with managing SQL tables.
7. From the dropdown menu, choose the format you'd like to save the file as. SQL is most common.
8. Click the Go button to continue.
9. A pop-up displays allowing you to download the file. (Note: your browser may also download it automatically.)

Hope it helps!
 
Share this answer
 
Comments
Member 14893248 19-Jul-20 8:42am    
Okay, but how to upload this content to Wordpress?
Sandeep Mewara 19-Jul-20 9:12am    
I believe there are plugins for that, like: https://wordpress.org/plugins/wp-ultimate-csv-importer/
Member 14893248 19-Jul-20 10:17am    
Thanks for the tip. I need to ask for help on the support page:

https://wordpress.org/support/plugin/wp-ultimate-csv-importer/

Because I don't know what to choose in these categories.

https://i.imgur.com/T8whZ3M.png

It is selectable:

https://i.imgur.com/vtjq8ai.png
Sandeep Mewara 19-Jul-20 10:20am    
I am not too sure, you have to try yourself and see which one works for you.
Member 14893248 19-Jul-20 14:52pm    
Okay. Hope to get support in the plugin forum.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900