Sebastian
Sebastian
I had the same error. Also no other plugin installed (a fresh new installation of redmine 2.1.4). I had to install the plugin project-settings-hook (http://www.redmine.org/plugins/project_settings_hook). With Rails 3 (I think...
@rgreen33 : "For some reason, long strings are being corrupted." => This reminds me of https://github.com/oblador/react-native-keychain/issues/184. The solution in this issue was to split the token in multiple parts and...
I still have the same problem and also with the latest library versions the problem still exists. Has somebody else an idea howto solve it instead splitting the reading and...
Check the file properties of the naz files and make sure that the read only flag is disabled. At least that solved it for me.
I have the same problem with MK8. In the run script is a configuration: ``` #config_framework_type = 'framework' config_framework_type = 'embeddedframework' ``` Seems to work. Now I have the embedded...