Hi,
when I try to update translation after upgrade to drupoal 7.16 I cant ( even i increase the max_execution_time = 3000
and memory_limit = 2048M )
I get
HTTP Post Required
Error importing translationsIts seemes nothing happend....
Iget the message
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=596&op=do StatusText: error ResponseText: 500 Internal Server Error
how can I get all the translate files?
whats wrong?
Tanks.
Comments
Comment #1
sutharsan commentedThis can be any thing. See the server log for more information.
Comment #2
ntigh52 commentedHi,
thanks for your reply.
in the apache log I get
[28-Oct-2012 07:54:35 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 86 bytes) in /...../public_html/mysitefolder/includes/menu.inc on line 3713in drupal log report i get:
but nothing else.
maybe its related to this issue...
I am very grateful to you for your help.
thanks.
Comment #3
sutharsan commentedNot likely. With a memory limit of 2G, the is something wrong in code that it eats this amount of memory. Or you have a slow connection/webserver and it is a duplicate to #569004: Add support for seek based batch import of .po files.
Comment #4
ntigh52 commentedThe thing is that it does not even begin the process
He got stuck in the beginning.....
Comment #5
ntigh52 commentededit:
in my localmachine I tried to do that with drush and I succeed!
So what is the problem?!
Thanks/
Comment #6
sutharsan commentedI don't know what your problem is. I can only fix a problem that I can reproduce or I can debug. If you can't debug, supply more information or have someone else do this for you, I can not help.
Comment #7
sutharsan commentedA newly developed 7.x-2.x branch is available which is a backport of the Drupal 8 code. This will handle large translations and multiple languages much better. Therefore I encourage you to tryout this new version: https://drupal.org/node/2167107
Comment #8
sutharsan commentedNo response. Closing the issue.