leoaperez Posted May 15, 2007 Share Posted May 15, 2007 Hi all: i neep help, i haved installed a contribution but when i try to click in a product i cant see them. it shows this one message: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/leoperez/public_html/shop/product_info.php:2) in /home/leoperez/public_html/shop/includes/functions/sessions.php on line 98 table cellspacing=0 cellpadding=0> 1054 - Unknown column 'p.products_mediumimage' in 'field list' select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_mediumimage, p.products_largeimage, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = '1' and p.products_id = '1423' and pd.products_id = p.products_id and pd.language_id = '3' enter in www.sexapple.com.ar/shop and try to see some product. I will appreciate ur help! Link to comment Share on other sites More sharing options...
sugiartha Posted May 16, 2007 Share Posted May 16, 2007 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/leoperez/public_html/shop/product_info.php:2) in /home/leoperez/public_html/shop/includes/functions/sessions.php on line 98 first, check your file /shop/product_info.php at line 2 and above. maybe you have spaces or blank line there. the php tag <?php should be on top Sugiartha ------------------------------------------ concept of life: enjoy aja! Link to comment Share on other sites More sharing options...
♥Vger Posted May 16, 2007 Share Posted May 16, 2007 Top of this page --Network --> Knowledge Base --> Common Probems --> Headers already sent The second error "1054 - Unknown column 'p.products_mediumimage' in 'field list' " is caused by not adding the new fields that come with the contribution to the database. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.