Laney Posted February 19, 2006 Posted February 19, 2006 Hope someone can help me. I have been struggling to fix this, I think I am so stressed out by now that I cannot seem to be able to fix it. Some pages of my store are having problems. Both left and right columns are pushed out. I have changed the body width a few times and nothing seems to work. So far I have detected the problem on these pages below, can someone help, thanks! http://www.meaningfulscraps.com/emporium/create_account.php http://www.meaningfulscraps.com/emporium/c...onfirmation.php http://www.meaningfulscraps.com/emporium/account.php http://www.meaningfulscraps.com/emporium/c...out_success.php Elaine "There are only 10 types of people in this world: those who understand binary, and those who don't. "
Guest Posted February 19, 2006 Posted February 19, 2006 OK, bottom two links both showed fine. Top link (create_account) has an sql error in the bottom of the document causing the layout problem: add(NAVBAR_TITLE, tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?> and the confirmation page has an sql error fullstop, no page showing. Your code needs some work! I really like your buttons though, where d'ya get them?
Laney Posted February 19, 2006 Author Posted February 19, 2006 OK, bottom two links both showed fine. Top link (create_account) has an sql error in the bottom of the document causing the layout problem: add(NAVBAR_TITLE, tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?> and the confirmation page has an sql error fullstop, no page showing. Your code needs some work! I really like your buttons though, where d'ya get them? Might be because I am uploading a backup version of before changing the way the registration works. anyway... the buttons... I made them using a prgram called Crystal Button, cool huh? thanks, Elaine "There are only 10 types of people in this world: those who understand binary, and those who don't. "
Laney Posted February 19, 2006 Author Posted February 19, 2006 OK, bottom two links both showed fine. Top link (create_account) has an sql error in the bottom of the document causing the layout problem: add(NAVBAR_TITLE, tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?> and the confirmation page has an sql error fullstop, no page showing. Your code needs some work! I really like your buttons though, where d'ya get them? ok, now the upload is done, I am getting this error: Parse error: parse error, unexpected T_STRING in /var/www/html/emporium/includes/filenames.php on line 60 any ideas? funny how things are, it was working before. btw, I like your sigline. Elaine "There are only 10 types of people in this world: those who understand binary, and those who don't. "
Guest Posted February 20, 2006 Posted February 20, 2006 line 60 in default osc shouldnt exist; at a guess you have a blank line after your closing ?> tag - go in, delete it, save the file your site should work fine. Either that or your last statement in the file doesn't end with a ; mark.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.