Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't Edit Paypal Email Addy in Admin Panel


Khemikal

Recommended Posts

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

Link to comment
Share on other sites

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

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...