Migrating from joomla 1.0.15 to 1.5.10
Migrating from joomla 1.0.15 to 1.5.10
by swolak » Wed Apr 08, 2009 5:50 pm
I have a website that I was using JEvents 1.4 on a Joomla 1.0.15 site that I am now wanting to migrate the events into a clean install of Jevents on a Joomla 1.5.10 site.
I don't see anything that talks specifically about migrating content or if you have a migration tool.
What's the best way for me to do this.
Thank you in advance for any assistance with this.
Susan
I don't see anything that talks specifically about migrating content or if you have a migration tool.
What's the best way for me to do this.
Thank you in advance for any assistance with this.
Susan
- swolak
- Posts: 2
- Joined: Wed Apr 08, 2009 5:27 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by dlb » Tue Apr 14, 2009 12:39 am
Susan,
I can't spell PHP, much less program in it! I took someone else's plugins and modified them for Events 1.4. I used then successfully to convert one site more than a year ago and haven't touched them since. I forgot that I had them.
Good luck!
Dale
I can't spell PHP, much less program in it! I took someone else's plugins and modified them for Events 1.4. I used then successfully to convert one site more than a year ago and haven't touched them since. I forgot that I had them.
Dale
- Attachments
-
events_migrator_plugins.zip- Joomla! 1.0.x to 1.5.x migrator plugins for Events 1.4
- (1.77 KiB) Downloaded 635 times
- dlb
- Posts: 47
- Joined: Sun Oct 12, 2008 7:02 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by boost » Mon May 18, 2009 9:22 am
Hi
I have a Jevents 1.4 on Joomla 1.015 and would like migrate all data events to a Jevents 1.5RC on a joomla 1.5.10 ...
Does exist a good way to do that or a special tool
Thanks a lot for your help !
I have a Jevents 1.4 on Joomla 1.015 and would like migrate all data events to a Jevents 1.5RC on a joomla 1.5.10 ...
Does exist a good way to do that or a special tool
Thanks a lot for your help !
-

boost - Posts: 6
- Joined: Mon May 18, 2009 8:59 am
Re: Migrating from joomla 1.0.15 to 1.5.10
by dlb » Mon May 18, 2009 1:00 pm
There was some discussion recently in this thread about moving tables and converting to JEvents 1.5.
I wanted to make sure you saw that Geraint referenced another thread in that discussion. I hadn't looked at that one previously, but I recognize it now.
Dale
I wanted to make sure you saw that Geraint referenced another thread in that discussion. I hadn't looked at that one previously, but I recognize it now.
Dale
- dlb
- Posts: 47
- Joined: Sun Oct 12, 2008 7:02 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by boost » Tue May 19, 2009 9:54 am
HI Thanks
my problem is that I can't migrate the Joomla 1.0 to the joomla 1.5 because a big part of the data base was corrupted by hacking ...
I have installed a new joomla 1.5 .. and would like to use the new Jevents 1.5 on it ... and import directly the datas of the Jevents 1.4 for the joomla 1.0
datas table are not the same and named different ...
Regards
my problem is that I can't migrate the Joomla 1.0 to the joomla 1.5 because a big part of the data base was corrupted by hacking ...
I have installed a new joomla 1.5 .. and would like to use the new Jevents 1.5 on it ... and import directly the datas of the Jevents 1.4 for the joomla 1.0
datas table are not the same and named different ...
Regards
-

boost - Posts: 6
- Joined: Mon May 18, 2009 8:59 am
Re: Migrating from joomla 1.0.15 to 1.5.10
by Geraint » Tue May 19, 2009 11:11 am
Use the migrator tool to create an SQL data extract from joomla 1.0.15.
Then edit this file.
Just keep the line relating to jos_events and jos_events_categories together with the rows from jos_categories that have "section=events".
Then import this data into Joomla 1.5 using phpmyadmin or similar tool
Geraint
Then edit this file.
Just keep the line relating to jos_events and jos_events_categories together with the rows from jos_categories that have "section=events".
Then import this data into Joomla 1.5 using phpmyadmin or similar tool
Geraint
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30507
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by dlb » Tue May 19, 2009 1:28 pm
When the dust settles for you, you need to look for a good backup component for your site. There are a bunch that will do the database only, and a couple that will do the entire site. I have only ever lost a site by my own hand, but I was glad that I had the backup.
Dale
Dale
- dlb
- Posts: 47
- Joined: Sun Oct 12, 2008 7:02 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by boost » Tue May 19, 2009 3:15 pm
OK I install the migrator and do the stuff ..
I mport the table jos_users .. thats seems work good import in the datas base ... but no users are displaying in the joomla back office ??
just the first admin is there
thenks for your help
I mport the table jos_users .. thats seems work good import in the datas base ... but no users are displaying in the joomla back office ??
just the first admin is there
thenks for your help
-

boost - Posts: 6
- Joined: Mon May 18, 2009 8:59 am
Re: Migrating from joomla 1.0.15 to 1.5.10
by dlb » Tue May 19, 2009 4:53 pm
These core database tables are way outside my area of expertise, but look at jos_core_acl_aro and jos_core_acl_groups_aro_map. I think you need the corresponding records for your users in those two. That defines their group level - SA, administrator, manager, author, etc.
Dale
Dale
- dlb
- Posts: 47
- Joined: Sun Oct 12, 2008 7:02 pm
Re: Migrating from joomla 1.0.15 to 1.5.10
by boost » Tue May 19, 2009 6:20 pm
Ok Thanks about your help
I find it ... with the other table imported that's work
Ciao
I find it ... with the other table imported that's work
Ciao
-

boost - Posts: 6
- Joined: Mon May 18, 2009 8:59 am
14 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users

