Sounds like you replaced your main.inc.php. You may need to re-update your settings. The language setting is: $rcmail_config['locale_string'] = 'en';
~ ~ Dave
Mark Pallo wrote:
Perfect!...Looks great!!! The upgrade went great however now everything is in Deutsch (Deutsch)????
How do I get this globally back to US English?
DaveG wrote:
From my experience you need to sue the update script, BUT copy/paste the relevant section only. Take a look inside it, and it's pretty clearly labeled.
~ ~ Dave
Mark Pallo wrote:
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
from version 0.1-20051021
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- run all commands in SQL/*.update.sql or re-initalize database with
*.initial.sql
- add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/';
- add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';