Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to install paypal module


Guest

Recommended Posts

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

Link to comment
Share on other sites

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 by NeO1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...