PHP Warning when using es-ES_joomla_lang_full_3.6.0v1 - Joomla! Forum - community, help and support
after installing language package: es-es_joomla_lang_full_3.6.0v1
i start getting php warning in error_log file:
php warning: sprintf(): few arguments in /home/user/public_html/libraries/joomla/language/text.php on line 312
in order solve issue, have commented line 312
//return call_user_func_array('sprintf', $args);
no more warnings in error_log file, know if have other problems commenting line.
attention joomla developers:
please add bug github , make fix next release (3.6.1)
i start getting php warning in error_log file:
php warning: sprintf(): few arguments in /home/user/public_html/libraries/joomla/language/text.php on line 312
in order solve issue, have commented line 312
//return call_user_func_array('sprintf', $args);
no more warnings in error_log file, know if have other problems commenting line.
attention joomla developers:
please add bug github , make fix next release (3.6.1)
that's massively wrong fix you've disabled whole purpose of `jtext::sprintf()` method , you've broken other language strings legitimately using method. how code has gotten around sanity checks in place in method designed prevent error beyond me without consistently reproducible test scenarios, isn't core bug.
Comments
Post a Comment