Andrej Stas Posted October 30, 2016 Share Posted October 30, 2016 (edited) This is a simplified code in my plugin: $languages = Language::getLanguages(false); $block_name = []; foreach ($languages as $lang) { $block_name['MY_VALUE'][(int)$lang['id_lang']] = 'some value'; Configuration::updateValue('MY_VALUE', $block_name['MY_VALUE']); } This was working well until RC2, now the value (MY_VALUE) in multiple languages is not saved in configuration_lang table anymore. Is there a problem with my code or in Prestashop RC3? Thank you Edited November 2, 2016 by Andrej Stas (see edit history) Link to comment Share on other sites More sharing options...
Logical IT Posted November 7, 2016 Share Posted November 7, 2016 I'm experiencing this issue too with RC3 - text is not being saved to the configuration_lang table. Discovered problem with my modules and prestashop modules eg. bank wire module - can't save 'Information to the customer' field. Link to comment Share on other sites More sharing options...
Andrej Stas Posted November 8, 2016 Author Share Posted November 8, 2016 This problem should be fixed now with 1.7.0.0. released yesterday Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2016 Share Posted November 8, 2016 this shows that RC.3 should be an early beta version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now