Migration and Charset Issues [message #36354] |
Sun, 18 March 2007 21:48 |
FadingSun
Messages: 3 Registered: March 2007 Location: Sindelfingen
Karma: 0
|
Junior Member |
|
|
even though i will mention the term "egroupware" in the description of what i have done, this is not an egroupware integration issue.
i was trying to migrate from FUDeGW to a more external installation, therefore i dumped the forum tables, installed a clean FUDForum 2.6.0, imported the data, copied over files, avatars etc. and run the upgrade script to FUD 2.7.6
this went very well so far, but now i do have some problems:
1. all accounts need approval -- i do not want to approve all of them by hand and i certainly dont want the forum to send a mail to every user that his account is now approved as this would only cause confusion. Is there a way to prevent the accounts being put into this state or to approve them without trigger the mail sending?
2. the forum is used by germans, the theme locale is set to german, the header shows that charset=ISO-8859-15 is in use
thats not really bad, but somehow we managed to change the database to utf8 which did some nasty things to all those umlauts in Forum descriptions. The real problem is now, when i try to reenter the description it gets truncated at the first umlaut.
Is this expected behaviour in mixing the charsets? How can i work around this?
|
|
|
Re: Migration and Charset Issues [message #36372 is a reply to message #36354] |
Mon, 19 March 2007 23:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can auto approve account by setting the approved bitmask which you can reference from fud_users.tbl file inside the sql directory.
You can do charset conversion via forum admin control panel.
FUDforum Core Developer
|
|
|
|
Re: Migration and Charset Issues [message #36543 is a reply to message #36533] |
Fri, 30 March 2007 00:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
{FULL_ROOT} is the domain and {ROOT} is index.php
If you change your config you need to rebuild the theme.
FUDforum Core Developer
|
|
|