Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules config changes don't get saved.


emby

Recommended Posts

Posted

I tried to change some of the configuration changes of the installed modules, but osCommerce does not write them to the mySQL table. If I change them manually in the table , they show up correctly, but not if I try to do that through the admin panel.

 

Anyone else with the sam e experience?

Posted

I had the same problem, and found this--> http://www.oscommerce.com/forums/index.php?sho...mp;#entry923577

 

I didn't "comment out" the line, i just highlighted it after COPYing a highlite of the new line, and INSERTed it over, saving and uploading the file after - i did the edit in WORDPAD in windows.. Easy, and it fixed _all_ the stuff that would not save..

 

I tried to change some of the configuration changes of the installed modules, but osCommerce does not write them to the mySQL table. If I change them manually in the table , they show up correctly, but not if I try to do that through the admin panel.

 

Anyone else with the sam e experience?

Posted
I had the same problem, and found this--> http://www.oscommerce.com/forums/index.php?sho...mp;#entry923577

 

I didn't "comment out" the line, i just highlighted it after COPYing a highlite of the new line, and INSERTed it over, saving and uploading the file after - i did the edit in WORDPAD in windows.. Easy, and it fixed _all_ the stuff that would not save..

 

Yeap, that did it!

 

Commented the original and replaced it with brett's version:

 

//while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {

foreach ($HTTP_POST_VARS['configuration'] as $key => $value){

 

Thanks spring

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...