Hello there,
I'm an engineering student doing an internship this summer and I was told to migrate their old joomla! 1.5 to 3.5 as well as their JEvents module.
I followed step by step the Joomla 1.5 to 2.5/3.x Migration but can't seem to make it work.
I did :
- upgrade JEvents to 2.2.9 on Joomla! 1.5 and got the latest version for the 3.5 site.
- drop all tables in the 3.5 database linked to JEvents
- i own the two database so i skipped part 3 (all boxes checked on mysql)
- no plugins so i skipped part 4 too
- my 3.5 Joomla! site is at xxx.net/v3.5 and my 1.5 one in xxx.net/v1.5
=> I changed define("NEWSITEPATH", "../v3.5");
However, when I run upgradejevents.php I get two message boxes ('message successfully sent') but 3 errors :
- Notice: Undefined index: dbprefix in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 100
- Notice: Undefined index: db in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 101
- Notice: Undefined index: db in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 106
As well as 0 _Could not find template "isis".
What did I do wrong during the process ? Do you have any ideas how to fix the problem ?
Thank you in advance for your answers and I apologize for any mistakes made during this writting.
I'm an engineering student doing an internship this summer and I was told to migrate their old joomla! 1.5 to 3.5 as well as their JEvents module.
I followed step by step the Joomla 1.5 to 2.5/3.x Migration but can't seem to make it work.
I did :
- upgrade JEvents to 2.2.9 on Joomla! 1.5 and got the latest version for the 3.5 site.
- drop all tables in the 3.5 database linked to JEvents
- i own the two database so i skipped part 3 (all boxes checked on mysql)
- no plugins so i skipped part 4 too
- my 3.5 Joomla! site is at xxx.net/v3.5 and my 1.5 one in xxx.net/v1.5
=> I changed define("NEWSITEPATH", "../v3.5");
However, when I run upgradejevents.php I get two message boxes ('message successfully sent') but 3 errors :
- Notice: Undefined index: dbprefix in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 100
- Notice: Undefined index: db in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 101
- Notice: Undefined index: db in /home/glecam/public_html/stage/v1.5/upgradejevents.php on line 106
As well as 0 _Could not find template "isis".
What did I do wrong during the process ? Do you have any ideas how to fix the problem ?
Thank you in advance for your answers and I apologize for any mistakes made during this writting.