Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

why_not

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by why_not

  1. I'm trying to install All Products Page contribution 2.7 (http://www.oscommerce.com/community/contributions,137), but here is error: Fatal error: Call to a member function on a non-object in c:\server\www\allprods.php on line 91 In this line: $listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.sold_out_status, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_CATEGORIES . " c, " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where products_status = '1' and p.products_id = pd.products_id and pd.language_id = '" . (int)$osC_Session->value('languages_id') . "' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id"; ... And what does it mean (in instruction) - Thanks!
  2. I have the same problem :'( Warning: main(templates/HTML/boxes.tpl.php): failed to open stream: No such file or directory in /home/xxxcom/shop/includes/template_application_top.php on line 92 Warning: main(templates/HTML/boxes.tpl.php): failed to open stream: No such file or directory in /home/xxxcomcom/shop/includes/template_application_top.php on line 92 Fatal error: main(): Failed opening required 'templates/HTML/boxes.tpl.php' (include_path='.:/usr/local/lib/php') in /home/xxxcom/shop/includes/template_application_top.php on line 92 What can i do?..
  3. I have the same error... why can help? :blush:
  4. Fatal error: Class messagestack: Cannot inherit from undefined class tableboxmessagestack in /home/xxxxxxxxx/shop/includes/classes/message_stack.php on line 20 Please help - I recieved this message after installing this mod. What can I do? :blink:
×
×
  • Create New...