Recently I had an error message while migrating and old Joomla! 1.5 site to the new Joomla! 2.5, jupgrade failed with “Migrating undefined” error.
After digging in the code I found a solution:
You have to edit two files:
jupgrade/installation/models/configuration.php
jupgrade/installation/models/database.php
and insert the following line near the top of the script:
require_once JPATH_ROOT.'/jupgrade/libraries/cms/model/legacy.php';
When done (after the failed upgrade), you can retry the migration checking the following options in Jupgrade configuration:
I hang for carrying banners. I turn them off their migration and it worked.
Ole
I don´t work on my site. I have more than 2.000 content and menu records. Any other ideas?
Thx
Mayur Panchal
I am still getting “migrating undefined” error i had also put that line in both file still it give me error plz help me
Mayur Panchal
Hello
Plz Help me i am trying to upgrade my joomla 1.5.26 to 2.5.9 and i got “Migration Undefined” Error. i have already tried your solution. but it does not work for me 🙁
thanks in advance
Chris
you can put off the option “keep original position”, then it works. (by me)
Bertrand
Thanks a lot, it’s work for me
Your modification should be in the official version!!!
Aaron
Thank you very much for your help. This solved the problem where many other options were not effective.
Mahalo!
Maik
YEAHHH!!!
Für die die es nicht schaffen:
1. Im root-Verzeichnis der 1.5 Installation einen Ordner jupgrade anlegen
2. die neueste 2.5.x in dieses Verzeichnis entpacken.
3. in diesem Verzeichnis den oberen Pfad folgen und die beiden Dateien modifizieren, am besten gleich unter: require_once JPATH_INSTALLATION.’/helpers/database.php’;
das hier schreiben:
require_once JPATH_ROOT.’/jupgrade/libraries/cms/model/legacy.php’;
4.Einstellungen wie im Bild oben vornehmen und ab gehts…
mfg
Nisarg
you are great !!
by edit this two files upgrade done smoothly thank you so much
Andi
What should i edit ??? i can not solve it !!!
byyy
nothing is working for me
Lars
Worked perfectly – Thanks 🙂
Tanita
Ciao, After looking for in many website and forums, I can do it the upgrade perfect, thanks to you.
Grazie mille Andrea!
Sawan
in the joomla 1.5.26 => click component jupgrade=>then click “parameter” option i was asking you
there is not showing parameter option what can i do to fix this error
Sawan
in the joomla 1.5.26 => click component jupgrade=>then click “parameter” option so i was asking you
there is not showing parameter option what can i do to fix this error.
I’ve try to migrate a website in Joomla from 1.5 to 2.5 using jUpgrade but I’ve receive the “undefined migrating” error.
Fatal error: Uncaught exception ‘Exception’ with message ‘Unknown column ‘rawpassword’ in ‘field list’ SQL=INSERT INTO `j25_users` (`id`,`name`,`username`,`email`,`password`,`rawpassword`,`usertype`,`block`,`sendEmail`,`registerDate`,`lastvisitDate`,`activation`,`params`,`newsletter`,`blog`) VALUES (’62’,’Administrator’,’idnadmin’,’webmaster@idnxchange.com’,’a67042770b2ebf18e330abbef9453a06:LKQiBAD5PjxFacEoXzHLSV7uhIAEfNGX’,”,’Super Administrator’,’0′,’1′,’2011-06-09 23:43:07′,’2014-07-07 04:17:19′,’66b5d829f602c13165caecbe88d4f19f:RDRr56vAoRMkaVaQUnjRacD1xiCkDNgM’,'{\”admin_language\”:\”\”,\”language\”:\”\”,\”editor\”:\”\”,\”helpsite\”:\”\”,\”timezone\”:\”UTC\”}’,’0′,’1′)’ in /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/jupgrade.class.php:347 Stack trace: #0 /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/controller.php(45): jUpgrade->upgrade() #1 {main} thrown in /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/jupgrade.class.php on line 347
==========
[undefined] [undefined]
sawan
I have a requirement to build one parent site and few child sites..using domain and sub-domain concept and want to have installations of joomla at parent and all sub-domains. But I want only my parent site to hold user data and Alpha user points data while my child sites would be hosting components and modules separately and use user data and Alpha user points data from parent site.
Could any one suggest me is it a good Architecture to go and is there any extension or component already available to achieve it. Example
below:
parent site movies.com Child sites braveheart.movies.com, troy.movies.com
I will have forums, blogs and other component installations at braveheart and troy sub-domains seperately while my Alpha user points and users db/tables would reside at movies.com(main domain).
It’s like single-sign on or Centralised Alhpa user points, but free to install same component and modules at different sub-domains.
Highly appreciate any replies or solutions proposed
Yo tengo mi joomla contratado en http://www.egalan.es y no me sirve esto. Los técnicos del hosting no me proporcionan ayuda. Mi Joomla es la versión 1, no la 1.5
ItOpen.it is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! logo is used under a limited license granted by Open Source Matter the trademark holder in the USA and other countries.
maninder singh toor
Perfect!
It works for me. Thank you very much!
dalton
In some cases JPATH_ROOT don`t work. Change the line for : require_once JPATH_INSTALLATION.’../libraries/cms/model/legacy.php’;
elporfirio
all right works for me, you save my life
bob
Many, many thanks.
Who knows why these two lines are missing in the original JUpgrade script.
Israel Azofeifa
You´re the boss!!!
many many many thanks
Andreas
Not work for me?
What do i wrong? I insert that line under “require_once JPATH_INSTALLATION.’/helpers/database.php’;”, are that wrong or not?
Marco
Bravo! Muchas gracias!
Orrelix
Well done, very well done indeed. Thank you!
Neha
Thank you so much ..
Antonio Nieto
I join the congratulatory remarks, I was going crazy.
Thank you very much.
Me uno a los comentarios de felicitación, me estaba volviendo loco.
Muchas gracias.
CD
I don’t see the folder jupgrade/installation
couldn’t find it anywhere… so I have no idea how to go to those files. Please help!!
kais
where to find the folder jupgrade/installation???
i dont see this files ??
jupgrade/installation/models/configuration.php
jupgrade/installation/models/database.php
please help weher can i find this folders and files?
Artemeey
Thanks!
Artemeey
jupgrade/installation/models/configuration.php
jupgrade/installation/models/database.php
See in root of site.
Artemeey
I hang for carrying banners. I turn them off their migration and it worked.
Ole
I don´t work on my site. I have more than 2.000 content and menu records. Any other ideas?
Thx
Mayur Panchal
I am still getting “migrating undefined” error i had also put that line in both file still it give me error plz help me
Mayur Panchal
Hello
Plz Help me i am trying to upgrade my joomla 1.5.26 to 2.5.9 and i got “Migration Undefined” Error. i have already tried your solution. but it does not work for me 🙁
thanks in advance
Chris
you can put off the option “keep original position”, then it works. (by me)
Bertrand
Thanks a lot, it’s work for me
Your modification should be in the official version!!!
Aaron
Thank you very much for your help. This solved the problem where many other options were not effective.
Mahalo!
Maik
YEAHHH!!!
Für die die es nicht schaffen:
1. Im root-Verzeichnis der 1.5 Installation einen Ordner jupgrade anlegen
2. die neueste 2.5.x in dieses Verzeichnis entpacken.
3. in diesem Verzeichnis den oberen Pfad folgen und die beiden Dateien modifizieren, am besten gleich unter: require_once JPATH_INSTALLATION.’/helpers/database.php’;
das hier schreiben:
require_once JPATH_ROOT.’/jupgrade/libraries/cms/model/legacy.php’;
4.Einstellungen wie im Bild oben vornehmen und ab gehts…
mfg
Nisarg
you are great !!
by edit this two files upgrade done smoothly thank you so much
Andi
What should i edit ??? i can not solve it !!!
byyy
nothing is working for me
Lars
Worked perfectly – Thanks 🙂
Tanita
Ciao, After looking for in many website and forums, I can do it the upgrade perfect, thanks to you.
Grazie mille Andrea!
Sawan
in the joomla 1.5.26 => click component jupgrade=>then click “parameter” option i was asking you
there is not showing parameter option what can i do to fix this error
Sawan
in the joomla 1.5.26 => click component jupgrade=>then click “parameter” option so i was asking you
there is not showing parameter option what can i do to fix this error.
Hosein
thanks.
دست مریزاد. دمت گرم 😀
sawan
I’ve try to migrate a website in Joomla from 1.5 to 2.5 using jUpgrade but I’ve receive the “undefined migrating” error.
Fatal error: Uncaught exception ‘Exception’ with message ‘Unknown column ‘rawpassword’ in ‘field list’ SQL=INSERT INTO `j25_users` (`id`,`name`,`username`,`email`,`password`,`rawpassword`,`usertype`,`block`,`sendEmail`,`registerDate`,`lastvisitDate`,`activation`,`params`,`newsletter`,`blog`) VALUES (’62’,’Administrator’,’idnadmin’,’webmaster@idnxchange.com’,’a67042770b2ebf18e330abbef9453a06:LKQiBAD5PjxFacEoXzHLSV7uhIAEfNGX’,”,’Super Administrator’,’0′,’1′,’2011-06-09 23:43:07′,’2014-07-07 04:17:19′,’66b5d829f602c13165caecbe88d4f19f:RDRr56vAoRMkaVaQUnjRacD1xiCkDNgM’,'{\”admin_language\”:\”\”,\”language\”:\”\”,\”editor\”:\”\”,\”helpsite\”:\”\”,\”timezone\”:\”UTC\”}’,’0′,’1′)’ in /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/jupgrade.class.php:347 Stack trace: #0 /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/controller.php(45): jUpgrade->upgrade() #1 {main} thrown in /home/tesit126/public_html/wm/administrator/components/com_jupgrade/includes/jupgrade.class.php on line 347
==========
[undefined] [undefined]
sawan
I have a requirement to build one parent site and few child sites..using domain and sub-domain concept and want to have installations of joomla at parent and all sub-domains. But I want only my parent site to hold user data and Alpha user points data while my child sites would be hosting components and modules separately and use user data and Alpha user points data from parent site.
Could any one suggest me is it a good Architecture to go and is there any extension or component already available to achieve it. Example
below:
parent site movies.com Child sites braveheart.movies.com, troy.movies.com
I will have forums, blogs and other component installations at braveheart and troy sub-domains seperately while my Alpha user points and users db/tables would reside at movies.com(main domain).
It’s like single-sign on or Centralised Alhpa user points, but free to install same component and modules at different sub-domains.
Highly appreciate any replies or solutions proposed
Anonymous
A very big thank you
Desperate_housewife
You are the man, man!!!
Joomla Hosting
Yo tengo mi joomla contratado en http://www.egalan.es y no me sirve esto. Los técnicos del hosting no me proporcionan ayuda. Mi Joomla es la versión 1, no la 1.5
Nuno
Still working. Thank you a lot!
ahmad balavipour
I do what you say and after export categories it shows Migrating undefined
wfa
There is no “Parameters” icon… Do you know what can be wrong?
(Joomla 1.5.25 + jUpgrade 2.5.2)
wfa
Oops Joomla is 1.5.26…