I recently upgraded version to 3.1.1 I imported the database from previous server to the new server and updated the config.php as shown below <?php // main program paths - no trailing slashes // $g_root_url = "https://remedy.dodpke.us/formtools"; $g_root_url = "https://192.168.1.132/formtools"; $g_root_dir = "/var/www/html/formtools"; // database settings //$g_db_hostname = "remedy-db"; $g_db_hostname = "192.168.1.131"; $g_db_name = "formtools"; $g_db_username = "authuser"; $g_db_password = "####################"; #$g_db_password = "#######################"; $g_table_prefix = "ft_"; I have exsiting forms on the previous servers. Can you provide steps or documentation on how to import those forms to the new server Regards Kofi