Localization errors with Aegir CMS 1.0-RC1
Posted on 2003-01-28 17:03:27 CET.
Jan 28th 2003 -- There is a localization error in the Aegir CMS 1.0 Release Candidate 1, released yesterday.
This error will result into "NemeinLocatization missing string logfile" error messages being displayed in the system.
This logfile is where development versions of Aegir CMS store new strings that have not yet been localized in the system. There are two ways to fix this problem:
Create the required log file:
- $ touch /tmp/NemeinLocalization_nonexistent
- $ chown apache /tmp/NemeinLocalization_nonexistent
Or change Aegir CMS so it will not log missing strings:
- Open snippet /AegirCore/lib/config_set for editing
- Edit line 5 of the snippet:
- $localize_save_nonexistent=1;
- to
- $localize_save_nonexistent=0;
The Aegir CMS developer team apologizes for this problem. A fixed package will be released as soon as possible.
More information:
Aegir CMS developer team
nadmin-dev@midgard-project.org
