HowtoForge

How To Migrate Joomla Content (Articles) Using phpMyAdmin

How To Migrate Joomla Content (Articles) Using phpMyAdmin

Joomla is a very popular Content Management System (CMS). This article applies to Joomla 1.5 content (Article) migration to Joomla 1.7 using phpMyAdmin database tool.

 

How to Export Article Content on the old Joomla 1.5 site?

## CHECK THE TABLE PREFIX!!! ie. jos_content or j15_content or what-ever_content.

SELECT `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata` FROM jos_content
Your SQL query has been executed successfully.

## CHECK THE TABLE PREFIX!!! ie. jos_content or j15_content or what-ever_content.

SELECT `title` , `alias` , `title_alias` , `introtext` , `fulltext` , `state` , `sectionid` , `mask` , `catid` , `created` , `created_by` , `created_by_alias` , `modified` , `modified_by` , `checked_out` , `checked_out_time` , `publish_up` , `publish_down` , `images` , `urls` , `attribs` , `version` , `parentid` , `ordering` , `metakey` , `metadesc` , `access` , `hits` , `metadata` FROM jos_content

 

How to import Article Content on the new Joomla 1.7 site?

If you did not receive any error messages, your old articles should now be imported to the new Joomla 1.7 site. If you failed it is most likely that you need to check and possibly alter the table prefix's. The easiest way to do this is with some simple text editors "Find & Replace" function. Replace jos_ to new_j17-prefix_.

You still need to assign the articles to proper categories and link the menus.

Sami Mattila
Internet-Content


Telephone:
+358.9.42833310
Email: firstname.lastname@internet-content.org
Shop: https://shop.internet-content.net
Site: http://www.internet-content.net
Blog: http://www.internet-content.net/en/blog

Social:
How To Migrate Joomla Content (Articles) Using phpMyAdmin