2016-08-19, 00:13:54
(2016-08-18, 21:24:51)johnstray2001 Wrote: I've figured it out. A fix will be available in the next minor update.
For now, do this:
- Open "/plugins/gs-blog/class/Blog.php"
- Find line 74: " 'lang' => i18n_r(BLOGFILE.'/LANGUAGE_CODE'), "
- add "[0]" before the comma so you have " 'lang' => i18n_r(BLOGFILE.'/LANGUAGE_CODE')[0], "
That worket tnx, everything works now and no conflict with news manager.