SupportForum
Language
 
Home>Knowledge Base>ICEPAY>osCommerce>Module settings do not save in osCommerce MS2
User Login
Username
Password
 
 Login
Information
Article ID43
Created On2/5/2010
Modified2/5/2010
Share With Others

Module settings do not save in osCommerce MS2

osCommerce MS2 is a bit buggy, unfortunately it will be the first version to show up in dutch Google search results.

To fix the bug where modules can not be saved, change line 46 in admin/modules.php from
while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {
to
foreach ($_POST['configuration'] as $key => $value) {

More information about ms2 bugs can be found here (Dutch):
http://forums.oscommerce.nl/index.php?showtopic=11759