Guest Posted December 28, 2006 Share Posted December 28, 2006 I installed payment module paypal from the admin page. When I tried to edit default setting I received following errors. Warning: Variable passed to each() is not an array or object in /homepages/43/d96615499/htdocs/catalog/admin/modules.php on line 46 Warning: Cannot modify header information - headers already sent by (output started at /homepages/43/d96615499/htdocs/catalog/admin/modules.php:46) in /homepages/43/d96615499/htdocs/catalog/admin/includes/functions/general.php on line 23 On line 46 in modules.php I found following code. case 'save': while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'"); } tep_redirect(tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'])); break; It seems $HTTM_POST_VARS['configuration'] is empty or invalid? Please help. Tarun Quote Link to comment Share on other sites More sharing options...
NeO1 Posted December 29, 2006 Share Posted December 29, 2006 (edited) I'm in the same boat... I got the module installed on www.frickinbrite.com but when I go to check out it never takes me to the paypal area where I enter my email and password??? Any ideas? (ps, not trying to hijack the thread, just didn't want to create another thread for a very similar problem) NeO Edited December 29, 2006 by NeO1 Quote Link to comment Share on other sites More sharing options...
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.