Khemikal Posted January 1, 2007 Posted January 1, 2007 Hi All! I've seen the fix posted for this somewhere before in the forums...involves accessing the DB and changing a table if I recall. I just cannot seem to find the thread. I promise I've searched! If someone could either provide the answer or point me to the thread it would be greatly appreciated. Kevin Quote
ajosey Posted January 2, 2007 Posted January 2, 2007 Hi All! I've seen the fix posted for this somewhere before in the forums...involves accessing the DB and changing a table if I recall. I just cannot seem to find the thread. I promise I've searched! If someone could either provide the answer or point me to the thread it would be greatly appreciated. A workaround is to make a change in /catalog/admin/modules.php Change the line : while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { to: foreach ($HTTP_POST_VARS['configuration'] as $key => $value){ If you have MVS installed you will also need to do this change to /catalog/admin/vendor_modules.php regards Andrew Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.