Project user_visits not listed on localize.drupal.org

Comments

pasqualle’s picture

gábor hojtsy’s picture

Status: Active » Closed (cannot reproduce)
alexbk66-’s picture

Sorry, I'm new to Drupal, so I'm not really sure where the problem is. I use live-translation module which is configured to use drupaler.ru for Russian translation.

I get at admin/reports/live-translation

user_visits	Project version not available on server

So do you think I should log a request at drupaler.ru?

gábor hojtsy’s picture

drupaler.ru is not an official source for translation, it is not run, neither endorsed by drupal.org. If you intend to use that server, talk to the server admins themselves. We are not affiliated.

alexbk66-’s picture

When I installed live-translation module it was configured to use drupaler.ru for Russian translation. I didn't change any settings.
If you have a better idea, please explain.

gábor hojtsy’s picture

Look, localize.drupal.org suggests you on its download pages to use l10n_update module, which is the standard method of updating translations from a localization server. Live translation was developed as a one-off tool, its server source code is not available and it is not supported on drupal.org. Not sure who suggested you use that module, if you know of endorsement appearing on drupal.org to do so, please let me know.

alexbk66-’s picture

Thank you Gábor.

When I just started Drupal, I used l10n_update module, it screwed up my site for Russian translation, i.e. (in Russian)
http://drupal.org/node/1024024
http://www.drupal.ru/node/55316

In reply somebody recommended Live translation module which worked for me, and I'm happy there was another alternative!

Yeah, I guess it was a temporary screw up, I should try l10n_update again.

alexbk66-’s picture

Gábor, I installed the module, on admin/build/translate/update it says that both local and remote updates are available for every module!

When I click 'Update Translation' - it says 'Updating translation.' (batch?op=start&id=26), that's all, nothing happens.

Just checked the log, there's an error:

Type access denied
Date Wednesday, 23 March, 2011 - 22:37
User Guest
Location xxxxx.com/batch
Referrer
Message batch
Severity warning
Hostname 66.220.149.244

Note, I'm logged in as user1. Any ideas?

gábor hojtsy’s picture

Title: Project user_visits not listed on l.d.o » Batch access denied
Project: Drupal.org infrastructure » Localization update
Version: » 6.x-1.x-dev
Component: localize.drupal.org » Code
Status: Closed (cannot reproduce) » Postponed (maintainer needs more info)

I have not seen that issue before. Moving to the right module so it might get more attention by other users.

alexbk66-’s picture

Title: Batch access denied » Project user_visits not listed on l.d.o
Project: Localization update » Drupal.org infrastructure
Version: 6.x-1.x-dev »
Component: Code » localize.drupal.org
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Found similar issue http://drupal.org/node/292060#comment-1129581
I have max_allowed_packet = 16M, is it possible that even this isn't enough as it tries to update ALL modules?

Is it possible to split updates?

pasqualle’s picture

Title: Project user_visits not listed on l.d.o » Batch access denied
Project: Drupal.org infrastructure » Localization update
Version: » 6.x-1.x-dev
Component: localize.drupal.org » Code
Status: Closed (cannot reproduce) » Postponed (maintainer needs more info)
gábor hojtsy’s picture

Well, it could be that a module like print causes your batches to fail, are other batches work, like enabling modules with dependencies?

alexbk66-’s picture

1. I don't have print module.
2. Other batches work
3. Found another related core issue #434032: Batch update fails with access denied message

alexbk66-’s picture

May be at least it's possible on admin/build/translate/update to add a checkbox next to each module, so I could update translation for just a few modules at a time.

Another option - make configurable limit of updates per cron run, like search module.

If there's no solution at the moment - I will have to go back to live-translation module, I don't have another choice.

gábor hojtsy’s picture

Well I highly doubt this is about l10n_update running over the MySQL limit. Especially that you have a much higher limit. Are you sure?

alexbk66-’s picture

I'm not an expert in Drupal, but I'm afraid yes, that's the problem. I can't see any other reason.

According to #434032: Batch update fails with access denied message ACCESS DENIED error is caused by max_allowed_packet limitation. And in my case I get full translation for 75 modules.

And where else can the problem be? I get 'ACCESS DENIED' when I click 'Update translations'. And translations don't get updated.

gábor hojtsy’s picture

Well, I don't have access to your system, and I've seen sites updating translations which had more than 75 modules. So unless you can provide more details, I'm afraid I'll not be able to help you.

alexbk66-’s picture

By 'sites updating translations which had more than 75 modules' do you mean 'UPDATING' or getting FULL translation?

And I have actually around 250 modules, but on the update page there's only 75 listed.

alexbk66-’s picture

Hi Gábor,

I'm afraid you are right, I do have a problem with batch system. When I save 'Taxonomy Menu' settings, the url is 'batch?op=start&id=33', it says "Rebuilding Taxonomy Menu" and that's it. There's no log entries.

So I have to sort out this batch issue first. I know it's irrelevant here, but maybe you could point me somewhere?

[UPDATE]

I found that the theme (Drupal Commons) I'm using is causing the problem. So for batch operations I have to switch to Garland, then switch back to my theme. Great.

sutharsan’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I assume this response by alexbk66 http://drupal.org/node/434032#comment-4451592 means that this issue can be too.

deanochips’s picture

I had the same error with drupal 7

adding
innodb_flush_log_at_trx_commit=2

fixed it for me