pynchon Posted June 25, 2007 Posted June 25, 2007 My catalog is up and working: orders can be placed and are properly documented in the database .... however I have a pretty major issue. If I try to install a shipping/payment/order_total module it appears to install correctly, however if I then try and edit any settings the change is not being made when I click the Update button. Can anyone suggest what might be going wrong ? many thanks John K
pynchon Posted June 25, 2007 Author Posted June 25, 2007 My catalog is up and working: orders can be placed and are properly documented in the database .... however I have a pretty major issue. If I try to install a shipping/payment/order_total module it appears to install correctly, however if I then try and edit any settings the change is not being made when I click the Update button. Can anyone suggest what might be going wrong ? many thanks John K I found a solution on another thread the problem is with a line in the /catalog/admin/modules.php file. the line : while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { does not execute on my system, even tho' the syntax looks correct to me! I simply commented that line out and replaced it with the simple line: foreach ($HTTP_POST_VARS['configuration'] as $key => $value){ thanks to Brett who posted the solution JK
Recommended Posts
Archived
This topic is now archived and is closed to further replies.