- Posts: 79
- Thank you received: 0
Questions about Payment Form extension
Migrate existing PMF (J3) to Joomla 4
- lcabezas
- Topic Author
- Offline
- Senior Member
Less
More
2 years 2 months ago #154095
by lcabezas
Migrate existing PMF (J3) to Joomla 4 was created by lcabezas
Hi,
We have an existing Joomla 3 website with PMF, we need to migrate the site to Joomla 4.
How can we export all settings of PMF to the new site, so we don't have to start from scratch, including the payments made?
Appreciate your usual prompt assistance.
Thanks.
We have an existing Joomla 3 website with PMF, we need to migrate the site to Joomla 4.
How can we export all settings of PMF to the new site, so we don't have to start from scratch, including the payments made?
Appreciate your usual prompt assistance.
Thanks.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
2 years 2 months ago #154102
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migrate existing PMF (J3) to Joomla 4
Hello
You can just export all tables with _pf_ prefix from your Joomla 3 site database, import it to Joomla 4 site database (assume both sites use same table prefix) and it will be fine
If the two sites use different table prefix, you need to open the export file, use a text editor to replace the table prefix to match the Joomla 4 site table prefix before importing
Hope it helps
Tuan
You can just export all tables with _pf_ prefix from your Joomla 3 site database, import it to Joomla 4 site database (assume both sites use same table prefix) and it will be fine
If the two sites use different table prefix, you need to open the export file, use a text editor to replace the table prefix to match the Joomla 4 site table prefix before importing
Hope it helps
Tuan
Please Log in or Create an account to join the conversation.
- Shaindy Pinsker
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
1 year 11 months ago #155430
by Shaindy Pinsker
Replied by Shaindy Pinsker on topic Migrate existing PMF (J3) to Joomla 4
ypdmd1_jos1 is my source database. I rename the prefixes in a text editor.
When doing this, I got the following error on import -
SQL query: Copy
--
-- Database: `ypdmd1_jos1`
--
--
--
-- Table structure for table `soft_pf_configs`
--
CREATE TABLE `soft_pf_configs` (
`id` int(11) NOT NULL,
`config_key` varchar(50) DEFAULT NULL,
`config_value` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8
MySQL said:
#1050 - Table 'soft_pf_configs' already exists
When doing this, I got the following error on import -
SQL query: Copy
--
-- Database: `ypdmd1_jos1`
--
--
--
-- Table structure for table `soft_pf_configs`
--
CREATE TABLE `soft_pf_configs` (
`id` int(11) NOT NULL,
`config_key` varchar(50) DEFAULT NULL,
`config_value` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8
MySQL said:
#1050 - Table 'soft_pf_configs' already exists
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 year 11 months ago #155436
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migrate existing PMF (J3) to Joomla 4
In the export source, better choose to add drop table if exist options. Then these tables will be dropped if it is exists and the error won't happen
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- Shaindy Pinsker
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
1 year 11 months ago #155437
by Shaindy Pinsker
Replied by Shaindy Pinsker on topic Migrate existing PMF (J3) to Joomla 4
Thanks! That worked.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 year 11 months ago #155438
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migrate existing PMF (J3) to Joomla 4
Great. Thanks for the update
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.