Closed (fixed)
Project:
String Overrides
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 10:25 UTC
Updated:
27 May 2014 at 19:00 UTC
Jump to comment: Most recent
Comments
Comment #1
scott m. sanders commentedIf by D4 you mean Drupal 4, it appears only supported for 5 and up.
Comment #2
robloachAre you using Locale? Because different languages all have different string overrides.
Comment #3
boran commentedOops D6.14, not D4. Sorry.
Yes I have locale, 4 languages. I'm testing the the "english" tab, which is the default module.
Comment #4
perkesame here... using 3 languages, i18n and locale. Nothing gets saved for "english". Haven't tried other languages.
Comment #5
perkeha! It takes you to post a comment on issue just to find a solution a moment later :)
If you used the other method of overriding strings (like I did) using $conf['locale_custom_strings_en'] in settings.php before installing this module, that's the problem.
Just comment out that part in settings.php and use the module. It works fine here. Hope it helps.
Comment #6
robloachAh, that makes sense. Setting to fixed and changing the title so people searching around could find this if they're having troubles. Thanks a lot!
Comment #7
boran commentedI can confirm, my problem was also having an entry in settings.php
Comment #8
robloachActually, maybe having a note in README.txt would help.
Comment #9
dadderley commentedI just had the same run in with this. I had about 4 strings replaced in the settings file and then installed the module.
All of the strings that I had set up in the settings file appeared in the string override ui. But, having $conf['locale_custom_strings_en'] enabled in settings seemed to not let me add any more overrides in the string override ui.
I commented out the strings that I set up in $conf['locale_custom_strings_en'] and now the module works just fine.
It's all good now.
Comment #10
aaronbaumanThis issue persists.
Maybe a maintainer could just put a note about this in the installation instructions on the project page?
It's a really confusing experience to have your changes just vanish on form submit.
Comment #11
robloachAlready in there :-) https://drupal.org/project/stringoverrides#troubleshooting
Do you think we should add this to a README.txt file or something like that? Or is just on the project page enough?
Comment #12
robloach