rocketpig Posted January 26, 2009 Share Posted January 26, 2009 Hi, I had a store up and running using the payment module for Paypal_IPN. Transferred the site, and while there are smaller bugs to worry about later, there is one glaring one: My payment modules are gone. I can't even install new ones. Click on install, nothing happens. I get this message just under the payment module admin window: Module Directory: /includes/modules/payment/ I'm pretty sure my database uploaded everything but if someone has a listing of tables there should be there, I'd appreciate it. Right now, I have 48 tables in the database. Any other ideas what might be causing this problem? I've gone through everything I can think of but nothing is working. Link to comment Share on other sites More sharing options...
rocketpig Posted January 26, 2009 Author Share Posted January 26, 2009 I checked all the file permissions and everything appears to be peachy in that department. Any ideas? It won't even let me reinstall any of the modules. Link to comment Share on other sites More sharing options...
rocketpig Posted January 26, 2009 Author Share Posted January 26, 2009 I just realized that the shipping & order total modules are suffering from the same problem. I have no idea what happened... None of the modules are being recognized, even though the folders and file structure is all there. Link to comment Share on other sites More sharing options...
rocketpig Posted January 26, 2009 Author Share Posted January 26, 2009 Oh boy, this is driving me nuts. Here is the admin config file: define('HTTP_SERVER', 'http://www.mysite.com'); define('HTTP_CATALOG_SERVER', 'http://www.mysite.com'); define('HTTPS_CATALOG_SERVER', 'http://www.mysite.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/'); define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', '/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_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/'); define('DB_SERVER', '**'); define('DB_SERVER_USERNAME', '**'); define('DB_SERVER_PASSWORD', '**'); define('DB_DATABASE', '**'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Anyone see any problems there? The site is Linux-hosted from GoDaddy, I have an SSL tied to the site with them, and nothing as far I know changed from two weeks ago when this went down (not sure exactly when it happened). The client is breathing down my neck but Google and this forum searches aren't revealing any fixes for this problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.