Hi nedzad72,
In this case, I can suggest some steps to import JA NEx J2.5 ‘s content data to JA Fubix 3.1 website via phpmyadmin.
1. Export the dos_content table of JA Nex site’s data to a .sql file, then open it and change all database suffix of JA Nex site to JA Fubix’s ones.
i.e.
JA Nex: b2kua_content
JA Fubix: a4ykw_content << Change suffix to this one.
2. Go to the dos_content table of JA Fubix site, then create the missing extra columns if needed (i.e)
– title_alias varchar 255 As defined:
– sectionid int 20
3. Create the missing columns until they are enough, you can import the JA Nex’s exported data file to JA Fubix site then.
Note: You should backup the database before doing this importation.