Guest Posted February 11, 2008 Posted February 11, 2008 Hi All, Great software, but now I need Help. I have installed osc on a local server fine, no probs. Went for the maain install on my server now I have the problems. The admin control has broken images ( no template) the shop is fine ! I have a forum in the root dir so have installed the shop in htdocs/shop, dont know if it because I have installed the osc files in a sub dir??? where do I change the path to the correct .css files for each page ??? could anyone help please???? Rgds Stuart.
♥geoffreywalton Posted February 11, 2008 Posted February 11, 2008 Look in shop/admin/includes/configure.php and shop/includes/configure.php and check all the settings are correct/match 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 ======>>>>>.
Guest Posted February 11, 2008 Posted February 11, 2008 Look in shop/admin/includes/configure.php and shop/includes/configure.php and check all the settings are correct/match Hi geoffreywalton Im ver new to all this, but do see that the two files are different, any pointers?? many thanks, Stuart. admin/configure.php php define('HTTP_SERVER', 'http://www.perfectparrots.co.uk'); define('HTTP_CATALOG_SERVER', 'http://www.perfectparrots.co.uk'); define('HTTPS_CATALOG_SERVER', 'http://www.perfectparrots.co.uk'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/fhlinux172/s/sussexparrotsupplies.co.uk/user/htdocs/shop/catalog/'); define('DIR_WS_ADMIN', '/shop/catalog/admin/'); define('DIR_FS_ADMIN', '/home/fhlinux172/s/sussexparrotsupplies.co.uk/user/htdocs/shop/catalog/admin/'); define('DIR_WS_CATALOG', '/shop/catalog/'); define('DIR_FS_CATALOG', '/home/fhlinux172/s/sussexparrotsupplies.co.uk/user/htdocs/shop/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/'); /includes/configure.php <?php define('HTTP_SERVER', 'http://www.perfectparrots.co.uk'); define('HTTPS_SERVER', 'http://www.perfectparrots.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.perfectparrots.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.perfectparrots.co.uk'); define('HTTP_COOKIE_PATH', '/shop/catalog/'); define('HTTPS_COOKIE_PATH', '/shop/catalog/'); define('DIR_WS_HTTP_CATALOG', '/shop/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/shop/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/fhlinux172/s/sussexparrotsupplies.co.uk/user/htdocs/shop/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
Guest Posted February 12, 2008 Posted February 12, 2008 :angry: Thats it, Im just about to give up on this spent far too much time on it ! and got no where?? Installed fine on my laptop(local server), try to put it on the server no go,,, the shop looks ok (I think) but the Admin doesnt. re installed today in the root/catalog, still no better. Gratefull of any help before I call it a day Rgds Stuart.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.