SOLVED - Joomla 1.5 to 2.5 Migration Tool Instructions
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
SOLVED - Joomla 1.5 to 2.5 Migration Tool Instructions
by ozneilau » Sat Apr 14, 2012 4:26 am
Hi,
Thanks for your excellent migration tool which I started using today. It looks more complicated than it is. Might I suggest some clearer instructions will help?! Maybe like this:
This PHP script assumes you have used the jUpgrade or SP Upgrade tool or similar to migrate from 1.5 to 2.5 to preserve user ids.
First update JEvents on source and target websites to the latest JEvents version, and back up both websites to be safe!
Download the script from http://www.jevents.net/downloads/catego ... -migration and unzip.
In phpMyAdmin or similar, remove all the Joomla 2.5 jevents tables:
Install the managed people, managed locations and any other jevents club addons (if you are using them) on your Joomla 2.5 site.
Edit the upgradejevents.php file and change line 11 to reflect the relative path of the destination website:
Log in to the backend of Joomla 2.5 as a Super Admin.
Run the script by calling it in your browser e.g. http://www.j15site.com/upgradejevents.php.
All being well the script will migrate the data, creating categories automatically with default permissions and show:
You may need to set up JEvents configuration manually on the destination website as the script does not migrate configuration settings.
Thanks,
Neil.
Thanks for your excellent migration tool which I started using today. It looks more complicated than it is. Might I suggest some clearer instructions will help?! Maybe like this:
This PHP script assumes you have used the jUpgrade or SP Upgrade tool or similar to migrate from 1.5 to 2.5 to preserve user ids.
First update JEvents on source and target websites to the latest JEvents version, and back up both websites to be safe!
Download the script from http://www.jevents.net/downloads/catego ... -migration and unzip.
In phpMyAdmin or similar, remove all the Joomla 2.5 jevents tables:
- j25_jevents_categories
j25_jevents_exception
j25_jevents_icsfile
j25_jevents_repbyday
j25_jevents_repetition
j25_jevents_rrule
j25_jevents_vevdetail
j25_jevents_vevent
j25_jev_defaults
j25_jev_users
Install the managed people, managed locations and any other jevents club addons (if you are using them) on your Joomla 2.5 site.
Edit the upgradejevents.php file and change line 11 to reflect the relative path of the destination website:
- e.g. if source is http://www.websitename.com and destination is http://www.websitename.com/j25, amend line 11 to: define("NEWSITEPATH", "j25");
e.g. if source is http://www.websitename.com/j15 and destination is http://www.websitename.com, amend line 11 to: define("NEWSITEPATH", "..");
Log in to the backend of Joomla 2.5 as a Super Admin.
Run the script by calling it in your browser e.g. http://www.j15site.com/upgradejevents.php.
All being well the script will migrate the data, creating categories automatically with default permissions and show:
- migrated categories
migrated main tables
updated category references
reset access levels
migrated user permissions
migrated categories
You may need to set up JEvents configuration manually on the destination website as the script does not migrate configuration settings.
Thanks,
Neil.
-

ozneilau - Posts: 11
- Joined: Wed Nov 09, 2011 7:30 am
Re: Joomla 1.5 to 2.5 Migration Tool Instructions
by Tonyp » Sat Apr 14, 2012 11:47 am
Hello,
Thank you for you detailed information. I will add this
.
Our plan was to implement the script within the JEvents build it's self so then JUpgrade automatically migrates it without needing to run the migration script. But as users have been coping well it has been a lower priority.
Regards
Tony
Thank you for you detailed information. I will add this
Our plan was to implement the script within the JEvents build it's self so then JUpgrade automatically migrates it without needing to run the migration script. But as users have been coping well it has been a lower priority.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: SOLVED - Joomla 1.5 to 2.5 Migration Tool Instructions
by ozneilau » Sat Apr 14, 2012 3:50 pm
Excellent!
Thanks Tony and keep up the good work!
Neil
Thanks Tony and keep up the good work!
Neil
-

ozneilau - Posts: 11
- Joined: Wed Nov 09, 2011 7:30 am
Re: SOLVED - Joomla 1.5 to 2.5 Migration Tool Instructions
by nhwi » Fri Apr 20, 2012 6:11 pm
Hi there,
When I run the script, I get this:
migrated categories
migrated main tables
updated category references
reset access levels
migrated user permissions
migrated categories
But nothing shows up in the new calendar.
I did have to uncomment line 129 - 144 (// now do colours and admins!) cause I got an error:
Warning: Invalid argument supplied for foreach() in /var/www/html/jupgrade/upgradejevents.php on line 131
So when I uncomment it then it seems fine but nothing is migrated.
Any thoughts?
Thanks
When I run the script, I get this:
migrated categories
migrated main tables
updated category references
reset access levels
migrated user permissions
migrated categories
But nothing shows up in the new calendar.
I did have to uncomment line 129 - 144 (// now do colours and admins!) cause I got an error:
Warning: Invalid argument supplied for foreach() in /var/www/html/jupgrade/upgradejevents.php on line 131
So when I uncomment it then it seems fine but nothing is migrated.
Any thoughts?
Thanks
- nhwi
- Posts: 4
- Joined: Mon Jul 07, 2008 7:32 pm
Re: SOLVED - Joomla 1.5 to 2.5 Migration Tool Instructions
by Tonyp » Fri Apr 20, 2012 6:59 pm
Hello,
You have placed the file in the wrong directory for a start it should be in the Joomla 1.5 directory.
Can you then try it?
You have placed the file in the wrong directory for a start it should be in the Joomla 1.5 directory.
Can you then try it?
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
5 posts
• Page 1 of 1
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: MSN [Bot]

