Open essensx opened 7 years ago
qtranslate-x/qtranslate_utils.php:501
Throws: Uninitialized string offset: 2
Can be temporarily fixed going to that file and manually change line 501 from
if($locale[2] == '_'){
to
if(isset($locale[2]) && $locale[2] == '_'){
qtranslate-x/qtranslate_utils.php:501
Throws: Uninitialized string offset: 2