scfcrob Posted March 18, 2009 Share Posted March 18, 2009 I am wondering if anyone has had this problem before and what they did to resolve it. My lnks on my /catalog page have all got a dir_ws_xxxxxxxxxxx.php/ derivation (see below for example) http://xxxxxxxxxxx.co.ukdir_ws_adminshipping.php/ It is probably something simple that I have overlooked while installing the fck editor contribution. I have sense checked the instructions more than twice and cannot se anything. Your assistance would be greatly appreciated, Thanks in advance, Rob Quote Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted March 18, 2009 Share Posted March 18, 2009 have a look in your configuration files includes/configure.php admin/includes/configure.php dir_ws_admin should probably be set to /admin/ Quote 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...
scfcrob Posted March 20, 2009 Author Share Posted March 20, 2009 (edited) have a look in your configuration files includes/configure.php admin/includes/configure.php dir_ws_admin should probably be set to /admin/ Geoffrey, thank you for taking the time to reply. when the full link is manually typed into the browser e.g. xxxxxxxxxxxxx.co.uk/catalog/contact_us.php they work but if a link is highlighted it says xxxxxxxxxxxxx.co.ukdir_wsadmin_contact_us.php/?osCsid(then a long (approx 26 characters) alpha,numerical reference) I have reviewed both files and can see no mention of admin anywhere details of the admin/includes file are below with the xxxxxxxxxxx.co.uk replacing the name of the website define('HTTP_SERVER', 'http://www.xxxxxxxxxxxx.co.uk'); define('HTTPS_SERVER', 'http://www.xxxxxxxxxxxx.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.xxxxxxxxxxxx.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.xxxxxxxxxxxx.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/sites/xxxxxxxxxxxx.co.uk/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); If anyone has experienced this before then please feel free to respond. I am guessing that I have incorrectly edited a file but haven't got a clue where to start - needles in haystacks springs to mind! Edited March 20, 2009 by scfcrob Quote Link to comment Share on other sites More sharing options...
Vizeo Posted September 22, 2009 Share Posted September 22, 2009 Geoffrey,thank you for taking the time to reply. when the full link is manually typed into the browser e.g. xxxxxxxxxxxxx.co.uk/catalog/contact_us.php they work but if a link is highlighted it says xxxxxxxxxxxxx.co.ukdir_wsadmin_contact_us.php/?osCsid(then a long (approx 26 characters) alpha,numerical reference) I have reviewed both files and can see no mention of admin anywhere details of the admin/includes file are below with the xxxxxxxxxxx.co.uk replacing the name of the website define('HTTP_SERVER', 'http://www.xxxxxxxxxxxx.co.uk'); define('HTTPS_SERVER', 'http://www.xxxxxxxxxxxx.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.xxxxxxxxxxxx.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.xxxxxxxxxxxx.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/sites/xxxxxxxxxxxx.co.uk/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); If anyone has experienced this before then please feel free to respond. I am guessing that I have incorrectly edited a file but haven't got a clue where to start - needles in haystacks springs to mind! Hi, Have you been able to solve this issue? We have the same problem. DIR_WS_ADMIN is put in the link instead of the catalog folder /catalog/. Thanks in advance! -- Sjost. 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.