Guest Posted January 14, 2007 Share Posted January 14, 2007 I really hope someone out there can help! I recently switched servers. Everything went fine with making the backups & opening them on the new server but now I have a MAJOR problem! order_total, payment & shipping modules are uninstalled?!! I ran a test sale on the site after the move & kept coming a cropper at checkout. I had a look in the admin side only to discover that the modules in includes are not installed. I hit the install button on each of them but nothing happens!! I've tried overwriting the files with fresh copies but it doesn't change anything! Can someone please help? I'm at the REALLY teary, frustrated stage!! :'( Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 using phpmyadmin goto your database, table configuration and browse it. Sort the entries by configuration_title and check the configuration values of the 3 entries that have configuration_title "Installed Modules". It will tell you if the modules are installed or not. Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 using phpmyadmin goto your database, table configuration and browse it. Sort the entries by configuration_title and check the configuration values of the 3 entries that have configuration_title "Installed Modules". It will tell you if the modules are installed or not. I've looked through as you suggested & it claims I have 3 modules installed. This still doesn't help me out with the fact that in the admin section of the site it shows the install button for each module & does nothing when the button is used. Can someone please help me?! :'( Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 are you sure you got your includes/config.php and admin/includes/config.php both matching on the new database? Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 are you sure you got your includes/config.php and admin/includes/config.php both matching on the new database? Yes. It was one of the first things I checked. Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 well this is a problem if the modules show installed in the dbase when you check with phpmyadmin but not installed when you check in the osc admin. So you could try this. Backup your dbase as is, then go with phpmyadmin in the configuration table, browse it, sort by configuration_key. Delete the entries where the configuration_key starts with MODULE_ except the 3 main ones: MODULE_PAYMENT_INSTALLED MODULE_ORDER_TOTAL_INSTALLED MODULE_SHIPPING_INSTALLED Those 3 edit them and clear their configuration_value, just make it blank. Finally retry installing the modules. Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2007 Share Posted January 14, 2007 well this is a problem if the modules show installed in the dbase when you check with phpmyadmin but not installed when you check in the osc admin. So you could try this. Backup your dbase as is, then go with phpmyadmin in the configuration table, browse it, sort by configuration_key. Delete the entries where the configuration_key starts with MODULE_ except the 3 main ones:MODULE_PAYMENT_INSTALLED MODULE_ORDER_TOTAL_INSTALLED MODULE_SHIPPING_INSTALLED Those 3 edit them and clear their configuration_value, just make it blank. Finally retry installing the modules. I know how to browse with phpmyadmin but deleting entries & clearing values?... I wouldn't know where to start! Any chance on a walk through guide on how to? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.