matiasar Posted September 19, 2011 Share Posted September 19, 2011 Hello, I've been trying to install this contrib within my store (using OScommerce 2.3.1). This is the procedure I followed to install it: 1) copied categories_css.php into /catalog/includes/modules/boxes/ 2) Mi store works both in spanish and english I created both files: ./catalog/includes/languages/espanol/modules/boxes/categories_css.php ./catalog/includes/languages/english/modules/boxes/categories_css.php With this content: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ define('MODULE_BOXES_CATEGORIES_CSS_TITLE', 'Categorías CSS'); define('MODULE_BOXES_CATEGORIES_CSS_DESCRIPTION', 'Mostrar el árbol de navegación categoría'); define('MODULE_BOXES_CATEGORIES_CSS_BOX_TITLE', 'Categorías css'); ?> Then, I when I go to the admin GUI and try to enanble de box (Modules -> Boxes -> Install Module) I get the following error: Fatal error: Class 'infoBoxHeading' not found in /home/sites/my_store/includes/modules/boxes/categories_css.php on line 315 It seems categories_css.php doesn't find the definition of infoBoxHeading class (If I'm not wrong that class is defined within ./includes/classes/box.php). May be some include is missing in categories_css.php ? May be the install procedure for oscomm 2.3.1 is a little diferent? Thanks in advance, Matías 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.