migrate tags from 1.5 to 2.5.

  • fatimaj
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago - 11 years 10 months ago #735 by fatimaj
migrate tags from 1.5 to 2.5. was created by fatimaj
Hello,
I allready migrated my webpage with spupgrad from 1.5. to 2.5. Now I found the customproperties-component and modules also for Joomla 2.5. I installed it on my migrated website and all it's ok. How to migrate the data from the old site into customproperties? thanks for helping!
Last edit: 11 years 10 months ago by fatimaj.

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #737 by andrea_4g
Replied by andrea_4g on topic Re: migrate tags from 1.5 to 2.5.
Hi,
unfortunately we have no experience at all with 'spupgrad'.
According to its description article are migrated into new table preserving their original ids (that is a good thing)
You only need to to move CP fields + values + assignments to the new DB tables.
I dare say that a 3 of SQL queries should do the trick.
I can't provide you with the exact queries but they should be something like :
Code:
INSERT INTO <unknown prefix)_custom_properties_fields SELECT * FROM jos_custom_properties_fields INSERT INTO <unknown prefix)_custom_properties_values SELECT * FROM jos_custom_properties_values INSERT INTO <unknown prefix)_custom_properties SELECT * FROM jos_custom_properties

Please Log in or Create an account to join the conversation.

  • fatimaj
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #740 by fatimaj
Replied by fatimaj on topic Re: migrate tags from 1.5 to 2.5.
thank you, now I'll try!

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago - 11 years 6 months ago #1029 by charthoo
Replied by charthoo on topic Re: migrate tags from 1.5 to 2.5.
I am having the same probleem. I want to move from J1.5 to J2.5, but have about 350 articles that must migrated to 2.5.

I did install the cp migrate files, in the jupgrade folder. But also found no new data tables for custom properties. I have read on the forum the migration script might nog be compatible with latest version of jupgrade. has this been corrected?
Can I simply execute the above queries in PHPAdmin on the server of my site?
Please warn me for anything stupid...

bye the way:
am I forced to download the J2.5 version of CP, or can I do a try out by first installing CP1.5 on J2.5?
Did not installat it yet...
Last edit: 11 years 6 months ago by charthoo.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1030 by andrea_4g
Replied by andrea_4g on topic Re: migrate tags from 1.5 to 2.5.

am I forced to download the J2.5 version of CP, or can I do a try out by first installing CP1.5 on J2.5?

Custom Properties for J1.5 is not compatible with J2.5.

About the jupgrade issue, we are checking and fixing that as part the imminent release of Custom Properties 2.3.
The following user(s) said Thank You: charthoo

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #1032 by andrea_4g
Replied by andrea_4g on topic Re: migrate tags from 1.5 to 2.5.
Please be aware that we just revised and fixed jupgrade plugins.
We tested using jupgrade 2.5.2.

This procedure now works properly.

Please Log in or Create an account to join the conversation.

Time to create page: 0.181 seconds