Title: [Plugin: GTranslate] update not working
Last modified: August 19, 2016

---

# [Plugin: GTranslate] update not working

 *  Resolved [revrockrohr](https://wordpress.org/support/users/revrockrohr/)
 * (@revrockrohr)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/)
 * The Gtranslate update for the updated WordPress 3.0.2 does NOT work!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [ewendland](https://wordpress.org/support/users/ewendland/)
 * (@ewendland)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798849)
 * This is because of the URL used in the update form. At least if you use “FORCE_SSL_ADMIN”.
   You can fix this by changing line 263 in gtranslage.php from:
 * <form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_admin_url().‘/
   options-general.php?page=gtranslate_options’ ?>”>
 * to
 * <form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_admin_url().‘/
   options-general.php?page=gtranslate_options’ ?>”>
 * I am hoping this change can get into the next release of gtranslate? It is a 
   nice plugin!
 *  [ewendland](https://wordpress.org/support/users/ewendland/)
 * (@ewendland)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798850)
 * Oops, my “before” case is the same as my “after”. Basically the diff is the current
   version of the plugin uses get_option(‘site_url’) instead of get_admin_url() 
   which means it will do http instead of https…
 *  [kbellis](https://wordpress.org/support/users/kbellis/)
 * (@kbellis)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798983)
 * The posts above do not state which release of GTranslate is discussed.
 * GTranslate 1.0.13 is not working in WP3.1 either.
 * It downloads, installs and seems at first to be configurable through settings…
   however, an unexpected behavior was observed: after adding two flags to the default
   set; Icelandic and Swedish, the flags appear above the Select Language pull down,
   but note immediately those two check boxes get cleared. This is a minor point.
 * The major point is nothing else works; that is, there is no translation – at 
   all – regardless of clicking on a flag or using the select language pull down.
 * Searching completely through gtranslate.php for:
 * <form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_admin_url().‘/
   options-general.php?page=gtranslate_options’ ?>”>
 * comes up empty.
 * However, at line 261 we find this:
 * <form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_option(‘
   siteurl’) . ‘/wp-admin/options-general.php?page=gtranslate_options’ ?>”>
 * Please advise.
 * Thanks.
 * Kelly
 * See GTranslate Forum for [similar post](http://edo.webmaster.am/forum/gtranslate/not-working-t311.html)
 *  Thread Starter [revrockrohr](https://wordpress.org/support/users/revrockrohr/)
 * (@revrockrohr)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798984)
 * Sorry I have not responded back to this. GTranslate is working with fine with
   WP 3.1 now. Thanks.
 *  [kbellis](https://wordpress.org/support/users/kbellis/)
 * (@kbellis)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798985)
 * Yes, the issue that I had been experiencing has been resolved, with much thanks
   to Edvard, and is discussed in greater detail in the GTranslate Forum linked 
   above.
 * Kind regards,
 * Kelly

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: GTranslate] update not working’ is closed to new replies.

 * ![](https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917)
 * [Translate Wordpress with GTranslate](https://wordpress.org/plugins/gtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/gtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gtranslate/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [kbellis](https://wordpress.org/support/users/kbellis/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-gtranslate-update-not-working/#post-1798985)
 * Status: resolved