Error Message “Undefined Index” and fix
-
The error message
Undefined index: fi in C:\...\...\...\wp-content\plugins\wpdeepl\deepl-configuration.class.php on line 156
could be fixed with adding:
'fi_FI' => array( 'labels' => array(), 'assource' => 'FI', 'astarget' => 'FI', 'allcaps' => 'FI_FI', 'isocode' => 'FI', ),
to the
static function DefaultsAllLanguages() {
indeepl-configuration.class.php
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Error Message “Undefined Index” and fix’ is closed to new replies.