Recent Topics

1 Dec 13, 2013 10:46    

Hi there,

I am still running a blog with b2evo 1.10.2.

Got the following errors:
Deprecated: Assigning the return value of new by reference is deprecated in /var ...

Any idea how to handle this?

Best regards
Joachim

2 Dec 13, 2013 18:40

Hello @joachim,

You are using a really outdated version of b2evo, but this issue is related with the version of PHP that your server is running. Now the code like this:

$bar2 =& new Foo('set in constructor');

is deprecated and maybe you should locate those fragments of code and delete de "&" having a result like this

$bar2 = new Foo('set in constructor');

.

Maybe you should consider to upgrade to the most recent version of b2evolution, you're missing a lot of new features and security updates. If you want to do it, this page could be useful: http://b2evolution.net/man/installation-upgrade/upgrading/upgrade-instructions

Regards!

3 Dec 14, 2013 06:14

Dear mgsolipa,

thanks a lot for your help.
Updgrade works, but where can I get the german translation file?
German (de-DE) by Daniel Hahler - Included in releases
But German language is not included in the releases.

Thanks
Joachim

4 Dec 14, 2013 09:23

Excellent @joachim,

Today is your lucky day :D I'm packing languages from https://www.transifex.com/projects/p/b2evolution and German is in the list, please check the attached file. You should consider that the lastest version of b2evo is translated in a 54% to German, then you will find many untranslated strings in your site.

If you are able and want to contribute with us by translating some strings from English to German, or want to know how to pack any different language, all the information you need is in this page: http://b2evolution.net/man/advanced-topics/translations/localization

Regards!


Attachments:

5 Dec 16, 2013 14:33

I did transfer the files to the folder de_DE an I changed the settings in Regional ==> Regional settings to German, but the content ist still in english???

6 Dec 16, 2013 17:58

but the content ist still in english

If you mean the posts, localize your blog will only translate the user interface to the selected language, the posts will remain in their original language. In this case, the sample content will be displayed in English.

Do you see any words or phrases translated to German at your blog?


Form is loading...