skase98 Posted October 11, 2005 Posted October 11, 2005 Hello- All I see in my admin window are paths to the directories, rather than the modules themselves. I reuploaded all the module files but I'm still seeing nothing but paths. I'd appreciate any helpful hints!
jgorski503 Posted October 20, 2005 Posted October 20, 2005 >_< Im having the same issue... my modules folder just shows "includes/modules/payment/" same for shipping and order totals... seems my entire modules folder is hosed... would really appreciate some assistance. I have tried making changes to config files and nothing seems to work. HELP!
♥Vger Posted October 20, 2005 Posted October 20, 2005 Make sure that all folders have permissions of 755, except for 'images' and graphs' which should be 777. Vger
jgorski503 Posted October 20, 2005 Posted October 20, 2005 Make sure that all folders have permissions of 755, except for 'images' and graphs' which should be 777. Vger ok, I did that... still not working, im losing my hair LOL here is the admin/includes/config file... define('HTTP_SERVER', 'http://www.chocolateverything.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.chocolateverything.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'http://www.chocolateverything.com/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/catalog/'); // absolute path required 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/'); next, catalog/includes/config define('HTTP_SERVER', 'http://www.chocolateverything.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.chocolateverything.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); 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', '/catalog'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); thanks for your help
jgorski503 Posted October 20, 2005 Posted October 20, 2005 I got it... thank God, Im almost bald it was in these two lines define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required i just kept playing with the paths and finally got it... not sure what i did exactly but its working thank God thanks for your input -janeane :blink:
cthree Posted October 29, 2005 Posted October 29, 2005 I got it... thank God, Im almost bald it was in these two lines define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required i just kept playing with the paths and finally got it... not sure what i did exactly but its working thank God thanks for your input -janeane :blink: Please look at your file and tell us the changes! This is an annoying issue many users seem to be having..(including me). Any solutions out there?
cthree Posted October 30, 2005 Posted October 30, 2005 Can anyone shed light on this issue? It seems there would be a simple 'oversight' fix.
mikeday Posted October 31, 2005 Posted October 31, 2005 bump please help. I have exactly the same problem. The site works fine, the admin section just tells me the modules / images directory doesn't exist. How frustrating is this... admin/includes/configure.php define('HTTP_SERVER', 'http://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_COOKIE_DOMAIN', 'https://www.kerry.daytasureweb.co.uk/daytasurestore');define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_CATALOG_SERVER', 'https://www.kerry.daytasureweb.co.uk/daytasurestore'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'http://kerry.daytasureweb.co.uk/daytasurestore/catalog'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog'); // absolute path required define('DIR_FS_CATALOG', 'http://www.kerry.daytasureweb.co.uk/daytasurestore/catalog/'); // absolute path required 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/'); The file catalog/configure.php define('HTTP_SERVER', 'http://kerry.daytasureweb.co.uk/daytasurestore'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://kerry.daytasureweb.co.uk/daytasurestore'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_COOKIE_DOMAIN', 'https://kerry.daytasureweb.co.uk/daytasurestore'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); 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', 'http://kerry.daytasureweb.co.uk/daytasurestore/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); "ALL" I have to do is sort this little problem out and i am ready to go live.......
mikeday Posted November 1, 2005 Posted November 1, 2005 I have exactly the same problem. The site works fine, the admin section just tells me the modules / images directory doesn't exist. How frustrating is this... admin/includes/configure.php define('HTTP_SERVER', 'http://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_COOKIE_DOMAIN', 'https://www.kerry.daytasureweb.co.uk/daytasurestore');define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_CATALOG_SERVER', 'https://www.kerry.daytasureweb.co.uk/daytasurestore'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'http://kerry.daytasureweb.co.uk/daytasurestore/catalog'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog'); // absolute path required define('DIR_FS_CATALOG', 'http://www.kerry.daytasureweb.co.uk/daytasurestore/catalog/'); // absolute path required 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/'); The file catalog/configure.php define('HTTP_SERVER', 'http://kerry.daytasureweb.co.uk/daytasurestore'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://kerry.daytasureweb.co.uk/daytasurestore'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://kerry.daytasureweb.co.uk/daytasurestore'); define('HTTPS_COOKIE_DOMAIN', 'https://kerry.daytasureweb.co.uk/daytasurestore'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); 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', 'http://kerry.daytasureweb.co.uk/daytasurestore/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); "ALL" I have to do is sort this little problem out and i am ready to go live....... OK, it is amazing a) what a nights sleep can do for you and B) what a complete bweeb i've been. It is now obvious to me the difference between DIR_FS and DIR_WS type paths. WS paths being those utilised by a web server, FS paths utilised by PHP/server. Therefore I went back and checked the support pages from my hosting provider (simplewebhosting.co.uk <--- I can highly recommend these guys) & found the document path details. As soon I put these in, the problem was solved. Below is the amended file : define('HTTP_SERVER', 'http://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.kerry.daytasureweb.co.uk/daytasurestore'); // eg, https://localhost - should not be empty for productive servers define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/kerry/public_html/daytasurestore/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/kerry/public_html/daytasurestore/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', 'http://www.kerry.daytasureweb.co.uk/daytasurestore/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/kerry/public_html/daytasurestore/catalog/'); // absolute path required 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/'); I hope these helps. I'm just glad to finally gets things "live"
cthree Posted November 2, 2005 Posted November 2, 2005 I really appreciate your post. This helped solve my issue totally. Thanks! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.