Lao Posted March 15, 2007 Share Posted March 15, 2007 Hi guys! I have a little problem with my newly created shop, no contribs. installed. My "Shipping" module does not remember any changes I make to it. I have another shop with a few settings that I wanted to apply to the newly created shop, but it doesn't work, because it doesn't remember them at all. Do you know where the problem can be located?! Thanks! Sorry for my bad english language! Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2007 Share Posted March 16, 2007 open your catalog\admin\modules.php locate this code: while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { replace it with: foreach($HTTP_POST_VARS['configuration'] as $key => $value ) { Link to comment Share on other sites More sharing options...
Lao Posted March 16, 2007 Author Share Posted March 16, 2007 Well, I must admit: You're the best. Worked like a charm. Sorry for my bad english language! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.