Trying to upgrade an existing site built on Joomla! 1.0.15 to 1.5 due to some Extensions that I want to add. This process showed to be extremely error prone, even to the degree that I question that this process is tested properly!?
It´s obvous that it works for some people but it makes me wonder what exactly i´m doing wrong as i´m following the tutorial very closely.
This is what I did:Downloaded the whole existing site and database to my localhost (XAMPP 1.7.2 on Windows Vista)
Installed the Migrator 1.5 extension and ran it.
Created a new folder and a new database for the 1.5 version.
When running the installation process I get error messages like "Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\yourmail_new\libraries\pattemplate\patTemplate.php on line 1424" throughout the whole process.
In the final step I added the SQL-file from the Migrator extension.
Removed the "installation" directory.
Result:The start page says "error 404 (missing component)"
The backend works but none of the modules or content from the old site is included
Lots of error messages are showing, for instance in the Module Manager: "Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in C:\xampp\htdocs\yourmail_new\libraries\joomla\html\html.php on line 87"
Things I have tried:Installed the mtwMigrator in the new site and it seems to include
some of the stuff from the old site. Front page still not working.
I have run the process over and over from the top but there´s not much that I can do different.
The only thing that I see left to do is to completely remake the site from scratch in the 1.5 environment. Please tell me that I don´t have to!