1. micker
  2. CTransifex
  3. Thursday, 28 March 2013
  4.  Subscribe via email
hello i use ctransifex 1.1 and all was good ...
but in a few day it was block on package creation ..
[code type=xml]We have created a zip package for af-ZA
We have created a zip package for ar-AA
We have created a zip package for ar-SA
We have created a zip package for az-AZ
We have created a zip package for be-BY
We have created a zip package for ca-ES
We have created a zip package for cs-CZ
We have created a zip package for da-DK
We have created a zip package for de-DE
We have created a zip package for el-GR[/code]
if i kill el-GR it bloc on de-DE .. etc
do you have an idea ?
regards
Responses (28)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
No, not really. Can you look at the ajax request response? Enable firebug for firefox or the chrome inspector tool and look at the ajax requests that take part. What is the response from the last request?
Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 1
Accepted Answer Pending Moderation
it say
{"message":"We have created a zip package for el-GR","status":"success"}
but after script stop
no error nothing continu
  1. more than a month ago
  2. CTransifex
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Well, if that is the reply it should continue if there are more files to be generated. The only reason why this could stop is either a JS error or a PHP error in the response.

Can I have a look at your site?
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 3
Accepted Answer Pending Moderation
yes ... can i have a mail to send mp ?
  1. more than a month ago
  2. CTransifex
  3. # 4
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 5
Accepted Answer Pending Moderation
Done regards
  1. more than a month ago
  2. CTransifex
  3. # 6
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Actually at the moment when it brakes the response is empty. And it brakes not for DE-DE, but for en. Why do you have a language en? It should actually be en_GB ...
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 7
Accepted Answer Pending Moderation
You think i need to delete en in transifex or do we have an other want ?
tanks for checking
  1. more than a month ago
  2. CTransifex
  3. # 8
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Yes, go to en-GB.
Alternatively you can try to add a mapping for en to en-GB. But I'm not sure this is going to work. Because you also have en_GB mapped to en-GB and this will lead to problems. Just go with 1 format for the language.
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 9
Accepted Answer Pending Moderation
Hello in transifex i cant find option to delet en ... do you nnow how to ?
  1. more than a month ago
  2. CTransifex
  3. # 10
Accepted Answer Pending Moderation
with the client i do
tx delete -f -l en
but en entry already exist
other command line ?
  1. more than a month ago
  2. CTransifex
  3. # 11
Accepted Answer Pending Moderation
Hello,

reading this forum thread, I just thought that our problem with ctransifex might be the same. I've installed ctransifex on one of my local test sites and on http://virtuemart.net/community/translations. ctransifex works for the VirtueMart core language files. But we have a seperate project on transifex for plugins (because especially payment plugins are often usable in a single country only), which doesn't work.

Using the transifex client for Windows I can pull the translations from both projects into a single language pack for each language. In ctransifex I've configured two seperate projects, one for the core files and another for the plugins, using the same tx client text file.

However, when trying to build the plugin language files, ctransifex stops working after building the first language pack.

I'm not a developer, so my capabilities to analyse the problem is limited (The VirtueMart devs are currently busy with other important work).

We do have an 'en' language on transifex, too (Originally I intended to use it to store alternative string suggestions for future versions). But deleting the 'en' from the client text file and from the com_ctransifex_configuration lang map doesn't solve the problem. In fact ctransifex does create an 'en' language pack of the core files.

What I can see in Firebug after the ctransifex script stops working is this:

<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>...\administrator\components\com_ctransifex\helpers\package.php</b> on line <b>158</b><br />
{"message":"We have created a zip package for ar-AA","status":"success"}


and

JSON.parse: unexpected character
Line 503

Below are lines 502-504:
[code type=javascript]
Object.each(obj,function(value,key){var json=JSON.encode(value);if(json){string.push(JSON.encode(key)+":"+json);}});return"{"+string+"}";case"number":case"boolean":return""+obj;
case"null":return"null";}return null;};JSON.decode=function(string,secure){if(!string||typeOf(string)!="string";){return null;}if(secure||JSON.secure){if(JSON.parse){return JSON.parse(string);
}if(!JSON.validate(string)){throw new Error("JSON could not decode the input; security is enabled and the value is not secure.";);}}return eval("("+string+";)";); [/code]

Any hints to solve that problem are welcome :)
  1. more than a month ago
  2. CTransifex
  3. # 12
Accepted Answer Pending Moderation
thanks for return !! i am not alone
  1. more than a month ago
  2. CTransifex
  3. # 13
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
@Joerg - the ooutput from the console points to a different problem. Can you disable error reporting on your site (set it to none in the global config) and try to rebuild the package.

Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 14
Accepted Answer Pending Moderation
but how are the solution ...
we can't delete en language ... and it block ... it's a new problem, ctransifex has already work before now ...
  1. more than a month ago
  2. CTransifex
  3. # 15
Accepted Answer Pending Moderation
Can you disable error reporting on your site (set it to none in the global config) and try to rebuild the package.


Hello Daniel,

I just set 'display_errors = Off' in the php.ini on my local test installation. With this setting it works. Do you have an idea to alter the code a little bit to solve the problem or is 'display_errors = Off' the solution?

If it also works on the live site, it will save me a lot of (voluntary) time, previously required to update all the language files for new VirtueMart releases.

Thank you very much for this :)
  1. more than a month ago
  2. CTransifex
  3. # 16
Accepted Answer Pending Moderation
but how are the solution ...
we can't delete en language ...


In case the en language actually is your problem, I think you just have to delete the "en: en" at the beginning of the language map in the tx/client file AND in the language map stored at ctransifex > Projects > Options.
  1. more than a month ago
  2. CTransifex
  3. # 17
Accepted Answer Pending Moderation
I have killed en by client and no reference to en in ctransifex...
When i disconect my project to opentranslator hub no en when i connect it en is create .... why ?
I try opentranslator forum no reponse for one week ...
  1. more than a month ago
  2. CTransifex
  3. # 18
Accepted Answer Pending Moderation
hello now it work ... but all my zip are broken ...
sorry for many message ....
  1. more than a month ago
  2. CTransifex
  3. # 19
Accepted Answer Pending Moderation
... but all my zip are broken ...
sorry for many message ....


I'm just curious - do you pull your language packs directly from Transifex or do you take a detour via OpenTranslators?

Also, are you pulling your translations into ctransifex on your life website or are you testing it on your local PC?

Concering your broken zip - did you try more than once? Might be that some bits got lost for some reason during the tranfer.
  1. more than a month ago
  2. CTransifex
  3. # 20
  • Page :
  • 1
  • 2


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Changes to Submission Form?
Are you able to make changes to the Hotspot submission form? There are several f...
0 Replies
Posted on Friday, 26 April 2024
  • New
  • Question regarding custom fields
    How do I access custom fields after I have created them?...
    0 Replies
    Posted on Wednesday, 24 April 2024
  • New
    • #custom fields
    Google no index für bestimmte Seiten/Details
    Hallo ich habe eine kleine Frage: wo kann ich einstellen, dass Google die Seite...
    0 Replies
    Posted on Wednesday, 24 April 2024
  • New
  • Language parameter in the link to the comment
    Hello. 1) I have a multilingual website (3 languages). If someone added a comme...
    1 Replies
    Posted on Saturday, 06 April 2024
    categories icon in header
    Hi! I saw this in the promo, but I can't find how to set it up. https://compo...
    0 Replies
    Posted on Monday, 22 April 2024
  • New
    • #style
    • #Categories