Okei, i am also upgrading from 1.0.0 to 0.3. And i read a post of you grumblemarc that one shouldnt start the upgrading if one dosent understand all of the steps. So here are som steps i want you to explain more to me:
"Backup your MySql tables and file structure as described above.
3. Connect to your website via FTP and overwrite all the local files over the remote files. This way your server will have latest files of the stable version
5. Copy “components/com_fireboard/_fbfiles/” directory in the extracted package to “Joomla_Root/images/” directory and rename it to “fbfiles/” and ensure that it is writable (and also all its subdirectories). At the end you will have such a path: “Joomla_Root/images/fbfiles”.
6. Move (old) directories and all contents of “components/com_fireboard/avatars”, “components/com_fireboard/category_images”, “components/com_fireboard/uploaded/files”, “components/com_fireboard/uploaded/images” to the new “Joomla_Root/images/fbfiles”. The final structure should look like this:
EVERYTHING ELSE I ACCUTALY NOT THAT DIFF, BUT THIS PART IS WAY OVER MY HEAD.
7. Open “Upgrades/Fireboard_100_to_1.0.3.Stable.sql” file.
8. If necessary, rename all the “jos_” occurrences to your own database prefix. Hence, if your db prefix it “boj_” then you should rename all “jos_” to “boj_”.
9. Execute the queries on your remote host; either inside phpmyadmin or your favorite database manager. If you don’t know how to do this, please read:
community.mybboard.net/showthread.php?tid=4720 If you get any error during the execution, e.g. you had done some modifications to the database before, then you should execute the rest of the queries and not all of them. The queries are executed in the order as they are listed in the upgrade. First at the top and last at bottom.
Thanks