Guest firelitsky Posted May 23, 2007 Share Posted May 23, 2007 Hey everyone. I installed Sirwilliams Category/Product sort mod and after the installation I get this error on the admin page: www.nickstucko.magicalhost.info/shop/admin Heres the warning I get: ------------------------------------------------ Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/nick/public_html/shop/language/en/config.inc.php:8) in /home/nick/public_html/shop/admin/includes/auth.inc.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at /home/nick/public_html/shop/language/en/config.inc.php:8) in /home/nick/public_html/shop/admin/includes/auth.inc.php on line 49 -------------------------------------------------------- any suggestions? PLEASE HELP IF YOU CAN! THANK YOU! Quote Link to comment Share on other sites More sharing options...
roban Posted May 23, 2007 Share Posted May 23, 2007 From Bill's instructions. Did you do this? This step must be taken first for both standard and manual mod installation. We need to add a field to the CubeCart_category table. That can be done simply by entering the following line into the SQL box in PHPMyAdmin: ------------------------------------------------------------------------------------------- ALTER TABLE CubeCart_category ADD disp_order INT(16) NOT NULL DEFAULT 9999 Quote Link to comment Share on other sites More sharing options...
Guest firelitsky Posted May 23, 2007 Share Posted May 23, 2007 I kinda understand what your talking about. This is the manual install by the way. Where exactly is PHPMyAdmin in which I have to add that line? Where exactly do I go to get into the SQL Box to add it? Again THANK YOU SO MUCH for your time! Quote Link to comment Share on other sites More sharing options...
Guest firelitsky Posted May 23, 2007 Share Posted May 23, 2007 That worked PERFECTLY! Thank you so much!.....BUT - Theres still a problem with the admin panel: www.nickstucko.magicalhost.info/shop/admin Heres the warning I get: ------------------------------------------------ Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/nick/public_html/shop/language/en/config.inc.php:8) in /home/nick/public_html/shop/admin/includes/auth.inc.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at /home/nick/public_html/shop/language/en/config.inc.php:8) in /home/nick/public_html/shop/admin/includes/auth.inc.php on line 49 -------------------------------------------------------- any suggestions? Quote Link to comment Share on other sites More sharing options...
roban Posted May 23, 2007 Share Posted May 23, 2007 Usually this error occurs when there is a space at the beginning or end of a file. Look at the files in the error and if there is a space, eliminate it. Quote Link to comment Share on other sites More sharing options...
Guest firelitsky Posted May 23, 2007 Share Posted May 23, 2007 I can't find whats wrong. Is there anyone out there that knows what the problem is and can possibly help me? Thanks Nick. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.