emby Posted December 5, 2006 Posted December 5, 2006 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?
springr Posted December 6, 2006 Posted December 6, 2006 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?
emby Posted December 6, 2006 Author Posted December 6, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.