Guest Posted June 6, 2003 Posted June 6, 2003 Hi. This is a strange one. The products exist and they show in the catalog section of oscommerce. And i can add products and categories in the admin section ,but they just dont show up in the admin section. now, if possible, help would be appreciated. here is an example of my config file for the admin section. <?php /* $Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'http://www.SECRET.com.au'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.SECRET.com.au'); define('HTTPS_CATALOG_SERVER', 'https://www.SECRET.com.au/catalog'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/virtual/SECRET/var/www/html'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin_new/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'SECRET'); define('DB_SERVER_USERNAME', 'SECRET'); "configure.php" 47L, 2253C Does any one see anything wrong here... The catalog is no problems, just for the admin section. :? :( Sincerly having trouble understanding...
vasp Posted September 25, 2006 Posted September 25, 2006 Hi.This is a strange one. The products exist and they show in the catalog section of oscommerce. Same problem here ... i've been playing with the languages (i wanted the default language to be greek rather than english, and i am using easy populate to feed my store. The problem is that easypopulate is working fine, but i can't see the categories and the products in the admin section... Any ideas are welcomed Vasp
241 Posted September 25, 2006 Posted September 25, 2006 is your admin outside the catalog? http://www.SECRET.com.au/admin-new or http://www.SECRET.com.au/catalog/admin-new No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
vasp Posted September 25, 2006 Posted September 25, 2006 is your admin outside the catalog? http://www.SECRET.com.au/admin-new or http://www.SECRET.com.au/catalog/admin-new its inside the catalog
Guest Posted February 28, 2007 Posted February 28, 2007 its inside the catalog Same problem here, but in the "online catalog" they are visable. osCommerce 2.2-MS2 i don't use the catalog dir. Greetz David.
jonquil Posted February 28, 2007 Posted February 28, 2007 decomplex, is that you entire admin_new/includes/configure.php ?? If so, it's incomplete. From the stock file: // define our database connection define('DB_SERVER', ''); define('DB_SERVER_USERNAME', 'mysql'); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'osCommerce'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', ''); ?> I don't know if this will resolve your issue. jon It's all just ones and zeros....
Guest Posted March 9, 2007 Posted March 9, 2007 yes same problem here.i use easy populate,no categories and products in admin but i can see them in front store i deleted english language in "localization"...nothing to see then!LoL,hope this problem will be resolve soon
shutter1 Posted May 12, 2008 Posted May 12, 2008 Has anyone figured this out.....? Here is my problem/......./ I am just wondering if you know how I can get assistance with my admin panel...? Everything works great except the "product images" they dont show up at all.....! The category pics show, and every other pic..... But not the product pic, in the admin panel.... Do have any idea...? sum-shui.com Rob.
Jan Zonjee Posted May 12, 2008 Posted May 12, 2008 Everything works great except the "product images" they dont show up at all.....! And did you do a "view source" on that page to see the path to that image? And then perhaps the path is not correct (includes/configure.php?)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.