Sep 25th, 2010, 8:29 AM
Hi Hayden,
This is one of those nagging things which always bugs me about Form Tools - but I haven't found a decent way to solve it yet. Whenever you move servers or change the domain name, you'll need to update a number of different places:
- /global/config.php -> make sure the $g_root_dir and $g_root_url values have the new URL / folder path.
- ALL Logout URLs settings for the accounts need to be updated. These are found on each of the Edit Client pages, and on the "Your Account" page.
- File upload paths will also need to be updated, if you have any forms. For this one, personally, I go into phpMyAdmin and do a search for the old location. If you have a lot of overridden file upload folders, it can be a real pain tracking them down manually via the UI, so I just do a big search & replace.
- You may want to delete the contents of your /themes/[theme]/cache folder (leaving only emptyfile.txt). Once or twice I've found that Smarty caches the old version of the template files which may or may not cause an invalid redirect.
I think that's it... let me know if you still have trouble!
Ben
This is one of those nagging things which always bugs me about Form Tools - but I haven't found a decent way to solve it yet. Whenever you move servers or change the domain name, you'll need to update a number of different places:
- /global/config.php -> make sure the $g_root_dir and $g_root_url values have the new URL / folder path.
- ALL Logout URLs settings for the accounts need to be updated. These are found on each of the Edit Client pages, and on the "Your Account" page.
- File upload paths will also need to be updated, if you have any forms. For this one, personally, I go into phpMyAdmin and do a search for the old location. If you have a lot of overridden file upload folders, it can be a real pain tracking them down manually via the UI, so I just do a big search & replace.
- You may want to delete the contents of your /themes/[theme]/cache folder (leaving only emptyfile.txt). Once or twice I've found that Smarty caches the old version of the template files which may or may not cause an invalid redirect.
I think that's it... let me know if you still have trouble!
Ben