| Bookmark this article at these sites |
|---|
|
Will there be an upgrade package for 2.0.10 or only from 2.0.13 (or later?).
It's such a fuzz updating five sites...
Skara wrote:
How to upgrade from 2.0.9.3 to 2.0.13?
any easy way?

You will be able to upgrade directly from 2.0.10 to 2.2 - however, an actual upgrade package might be somewhat difficult, or at least extensive.
In any case, you will be able to apply the full 2.2 package on a 2.0.10 (or later) installation and upgrade. So now's the time to note down those changes to the core, you may have made.
Question to others: I've seen that there is another newbb update in 2.0.13 package. Should I ignore it, if I use newbb2?
Question to others: I've seen that there is another newbb update in 2.0.13 package. Should I ignore it, if I use newbb2?
the XOOPS Core Development team apologizes for the high frequency of updates this week.
hehehe
Anybody else having avatar problems in 2.0.13?



$accept_langs = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
$lanteste = $accept_langs[0];
switch ($lanteste) {
default:
case "fr":
$language = 'french';
$_POST['lang'] = 'french';
break;
case "ja":
$language = 'japanese';
$_POST['lang'] = 'japanese';
break;
case "ms":
$language = 'malay';
$_POST['lang'] = 'malay';
break;
case "es":
$language = 'spanish';
$_POST['lang'] = 'spanish';
break;
case "pt":
$language = 'portuguese';
$_POST['lang'] = 'portuguese';
break;
case "pt-br":
$language = 'portuguesebr';
$_POST['lang'] = 'portuguesebr';
break;
case "en":
$language = 'english';
$_POST['lang'] = 'english';
break;
case "de":
$language = 'german';
$_POST['lang'] = 'german';
break;
case "de-de":
$language = 'german';
$_POST['lang'] = 'german';
break;
case "en-us":
$language = 'english';
$_POST['lang'] = 'english';
break;
}
//$language = 'english';






Indeed there are a lot of files with empty lines on the end (as Jan304 already said.) Went to all the files and deleted those lines first.