Okay. I decided to work on the login form first. I got it working for the most part. I am using smarty on my pages outside xcart. I have setup a test index at
http://www.professionalcarcare.com/index_test.php with my login form included in my home template I get this error....
Warning: Cannot modify header information - headers already sent by (output started at /home/myusername/public_html/Smarty-2.6.16/templates_c/%%63^631^6318A91D%% in /home/myusername/public_html/store/referer.php on line 61
Warning: Cannot modify header information - headers already sent by (output started at /home/myusername/public_html/Smarty-2.6.16/templates_c/%%63^631^6318A91D%% in /home/myusername/public_html/store/include/get_language.php on line 148
Warning: Cannot modify header information - headers already sent by (output started at /home/myusername/public_html/Smarty-2.6.16/templates_c/%%63^631^6318A91D%% in /home/myusername/public_html/store/include/get_language.php on line 149
Secondly when I call the login form directly at
http://www.professionalcarcare.com/include/auth.php I can't login. It goes to the xcart error message "incorrect username or password" However, If I login from xcart and then go the external login form (/include/auth.php) it does show that I am logged in.
Any ideas what I can do to fix this problem?