When I try to run the convert.php script after having modified the values to fit my environment i got the error message "Parse error: syntax error, unexpected T_VARIABLE in /volume1/web/temp02/convert.php on line 31"
Any ideas ?
Yes, you have at first carefully to fill in following informations:
$db_addr ="
yoursqldb-adress(mostly localhost as proposed";
$db_username ="
yoursqldb-username";
$db_password ="
yoursqldb-password";
$db_name ="
yoursqldb-name";
$rsg_folder = "/
yourpathtotherootfolder/images/rsgallery/";
$joom_folder = "/
yourpathtotherootfolder/components/com_joomgallery/";
then you delete after line 30 or 31 following:
path_to (looks like an error in script…?
then copy the file
convert.php to your joomla root folder and call following address in your browser:
www.mydomain.com/convert.phpI think in your case you just have to take part with deleting line 30 or 31, but i thought this little explanation to this great script maybe usefull to somebody else wanting to migrate

I would be happy to hear from you if this helps.