Hi everybody,
hope, you can help me.
here is the log with my prob:
Task Update translations started (task id 20)
exception 'Exception' with message '@todo TRANSLATIONS_FETCH_REQUEST_FAILED ' in /var/www/gallery3/modules/gallery/helpers/l10n_client.php:137
Stack trace:
#0 /var/www/gallery3/modules/gallery/helpers/gallery_task.php(230): l10n_client_Core::fetch_updates(959)
#1 [internal function]: gallery_task_Core::update_l10n(Object(Task_Model))
#2 /var/www/gallery3/modules/gallery/helpers/task.php(90): call_user_func_array('gallery_task::u...', Array)
#3 /var/www/gallery3/modules/gallery/controllers/admin_maintenance.php(194): task_Core::run('20')
#4 [internal function]: Admin_Maintenance_Controller->run('20')
#5 /var/www/gallery3/modules/gallery/controllers/admin.php(62): call_user_func_array(Array, Array)
#6 [internal function]: Admin_Controller->__call('maintenance', Array)
#7 /var/www/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Admin_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /var/www/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /var/www/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /var/www/gallery3/index.php(102): require('/var/www/galler...')
#12 {main}
@todo TRANSLATIONS_FETCH_REQUEST_FAILED
Please tell me, what I have to do to change the language.
Posts: 83
hi!
the following might not be true in your case, but it might help anybody else googling for the solution:
in my case the server i'm using supports ipv6.
however, using ipv6 it wasn't possible to query the gallery.menalto.com website.
i could verify this by calling w3m http://gallery.menalto.com/
update: there had been routing error between by server and the gallery.menalto.com server.
the solution was to create a new entry in /etc/hosts:
64.62.166.252 gallery.menalto.com
which makes my server use ipv4 when querying http://gallery.menalto.com/
br,
the0ne
Posts: 7994
Are you sure that this problem exists on the server side? We've been using IPv6 for the past 3 months and it's been working fine as far as I know.
Translation update requires your server to be able to make a an IPv6 or IPv4 connection to gallery.menalto.com. I suspect that your server side is resolving the AAAA record but doesn't have proper IPv6 routing. What happens if you do ping6 or traceroute6 from your side? Here's what I get from a remote site:
---
Problems? Check gallery3/var/logs
file a bug/feature ticket | upgrade to the latest code! | hacking G3? join us on IRC!
Posts: 83
i have to admit that i did only the following basic testing:
traceroute6 gallery.menalto.com outputs
Posts: 7994
I'm far from expert here, but the last hop on your side is r1glb1.core.init7.net (2001:1620:2::c5) and I can ping that from the server:
So, uh -- I don't know! Some kind of bad route somewhere?
---
Problems? Check gallery3/var/logs
file a bug/feature ticket | upgrade to the latest code! | hacking G3? join us on IRC!
Posts: 83
hi!
as corrected above, an ipv6 routing problem between the two servers had caused the problem.
br,
the0ne