Unable to read enabled languages
-
I see similar message, but I think that the plugin don’t read the relevante option
qtranslate_language_names instead of qtranslate_enabled_languages// $language_names = get_option( 'qtranslate_language_names' ); $language_names = get_option( 'qtranslate_enabled_languages' ); if ( ! empty( $language_names ) ) { $language_names = array_change_key_case( $language_names = array_map( 'strtolower', $language_names ), CASE_LOWER ); } else { ?> <p class="error"><?php esc_html_e( 'Please save the qTranslate settings to the database first. Go to Languages Tab of Qtranslate settings Edit the languages that are active & enabled and update their names to something, save and revert back.', 'qt-import' ) ?></p><?php return; }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unable to read enabled languages’ is closed to new replies.