MyBB Community Forums

Full Version: Discuss: MyBB 1.2.2 Released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Please discuss MyBB 1.2.2 released here.
Sweet! Off to upgrade!

oh yea, I can start developing my new plugin now! Horray! Thanks to the dev team!
thanks for the release!
yay

thanks for release and 2 new security fixes
Thanks! I successfully upgraded, nice release.
great !
Thanks so much guys
in the 1.1.8 upgrade instructions it says

Quote:Find:
--
function setLanguage($language="english", $area="user")
{
--

Above it add:
--
$language = str_replace(array("/", "\\", ".."), '', trim($language));
--

should it not be:

Quote:Find:
--
function setLanguage($language="english", $area="user")
{
--

Under it add:
--
$language = str_replace(array("/", "\\", ".."), '', trim($language));
--

if I do it like the instructions say, I get PARSE ERROR, but when I do the class_language.php second change UNDER instead of ABOVE, it works...seemingly

cheers,
Kimmo
When I try to upgrade from 1.2.1 there is notice:
"/home/m3w/public_html/df/install/resources///language.lang.php does not exist"
There is no file named 'language.lang.php' in the 'resources' directory (I checked).
Jasiu i got that aswell
Pages: 1 2 3 4 5 6 7 8 9 10 11