brendanmc25 Posted February 11, 2009 Share Posted February 11, 2009 Hi all, Since i have uploaded my site to the web from localhost I have no modules on my admin page. I believe it's something to do with the admin/includes/configure.php page but after tinkering with it since last night I need help! Can anyone see a problem with the following <?php define('HTTP_SERVER', 'http://www.pcwarehouseltd.co.uk'); define('HTTP_CATALOG_SERVER', 'http://www.pcwarehouseltd.co.uk'); define('HTTPS_CATALOG_SERVER', 'http://www.pcwarehouseltd.co.uk'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'catalog/'); define('DIR_WS_ADMIN', 'catalog/admin/'); define('DIR_FS_ADMIN', 'catalog/admin/'); define('DIR_WS_CATALOG', 'catalog/'); define('DIR_FS_CATALOG', '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/'); ?> I get Module Directory: catalog/includes/modules/payment/ when trying to access modules on my admin page. Regards Brendan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.