Jul 4th, 2011, 5:20 AM
Hi detaylor,
Sorry for the wait! So you can't even see the login screen? Or do you mean it redirects to the wrong URL after you try logging in?
Check your /global/config.php file and see what URL you have entered for the $g_root_url variable. Does that include the form_tools folder?
If it does, then my hunch is that maybe the $_SERVER["PHP_SELF"] variable isn't being populated on your server. Try taking a look at your phpinfo file and see what value is has for that key.
(let me know if you need any help with the above!)
- Ben
Sorry for the wait! So you can't even see the login screen? Or do you mean it redirects to the wrong URL after you try logging in?
Check your /global/config.php file and see what URL you have entered for the $g_root_url variable. Does that include the form_tools folder?
If it does, then my hunch is that maybe the $_SERVER["PHP_SELF"] variable isn't being populated on your server. Try taking a look at your phpinfo file and see what value is has for that key.
(let me know if you need any help with the above!)
- Ben