fbrace Posted January 1, 2009 Share Posted January 1, 2009 I understand that this is in the admin/includes/config.php file, but I cannot not find the fix below: <?php define('HTTP_SERVER', 'http://www.tanda-designs.com/'); define('HTTP_CATALOG_SERVER', 'http://www.tanda-designs.com/'); define('HTTPS_CATALOG_SERVER', 'http://tanda-designs.com/'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/tanda/www/www//'); define('DIR_WS_ADMIN', '//admin/'); define('DIR_FS_ADMIN', '/home/tanda/www/www//admin/'); define('DIR_WS_CATALOG', '//'); define('DIR_FS_CATALOG', '/home/tanda/www/www//'); 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('DB_SERVER', 'localhost:/tmp/mysql5.sock'); define('DB_SERVER_USERNAME', 'XXXXX'); define('DB_SERVER_PASSWORD', 'XXXXXXXXXX'); define('DB_DATABASE', 'tanda_db1'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> On my admin side, images from my root images directory are not showing on the admin side for products. languagues or categories. They are displaying appropriately in the catalog. Icons are being viewed correctly for "who's Online". My store starts in the "root" directory, not the catalog directory. Frederick C Brace,III PA-C www.21st-tees.com (osc) www.tanda-designs.com (osc) Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted January 1, 2009 Share Posted January 1, 2009 On a totally different point is there a reason why you have double slashes in some of these paths? Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
fbrace Posted January 1, 2009 Author Share Posted January 1, 2009 I think this was the way I was instructed to rewrite this config.php when I moved everything up to the root directory, from the catalog directory Frederick C Brace,III PA-C www.21st-tees.com (osc) www.tanda-designs.com (osc) Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted January 1, 2009 Share Posted January 1, 2009 I would think where you have www/www put www Where you have // put / and then go from there Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.