PDA

View Full Version : logged in



rsmarsha
March 22nd, 2003, 06:09 AM
when i have logged in the page there is blank, anyone know the file i edit to make it go to my home page?

Jamie
March 24th, 2003, 05:03 PM
You shouldn't have to edit anything. After logging in on the cart page, you should see the same page you were on when you entered the login info. If you are still having this problem, please open a helpdesk ticket, and include the following:

Cart page URL
Cart admin account and password
FTP username and password

Thanks,
Jamie

rsmarsha
March 25th, 2003, 05:25 AM
added it to my existing open request

rsmarsha
March 26th, 2003, 06:14 AM
I have changed the index code so that on a login attempt (whether a success or failure) the home page will load into the cart.



under this line on the index page:
include "$cart_isp_root/cart_content.php";


i added

if ($login_action == "attempt") include "home.php";