-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Translations occuring #11
Comments
Hi, the fact that the attribute it's actually really really strange, did you check if the setup script ran? (in the core resource db table)? anyway, i think the problem is just that you didn't set the attribute value (in the products management backend mask) for the store view, but you maybe set it global.
if you set it global it won't work |
Thanks for the response. This is the back end mask you're referring to right? http://screencast.com/t/HoEF1ZZru I set that to the store view I'm interested in translating every time. Anyhow, I went back cleared all the related tables in the db and the attribute to start from scratch. I reinstalled version 0.4.0 from Magento connect. When installed, it doesn't make an attribute, so I manually created it. Then attempted to run the command (after updating product attribute in the store view) and all I get now is "Terminated". So, I wiped everything again and installed version 0.7.0 from here and this version creates an attribute magically. I re-run the command, but get no response or error like the first time. So, I decide keep the attribute it created in the db, but deleted all the system files and reinstall version 0.4.0. Now when I run the command, I get "Translated this product...ok". Seems great right? Wrong, no translations were to be found in the catalog. I have all my locales set according to the store view and run the command based on the format from the documentation. Don't know what else to do, any thoughts? |
Ok, so I looked at the google app and I found all client errors from "language.translations.list". Here is what the usage looks like: http://screencast.com/t/frUohmUdgM So, at least I know it's accessing the API correctly. Is it not able to identify the language code from the store view's locale settings maybe? I changed the codes of my store views to match what I think are the typical language codes so attempting to translate from English to Spanish would use the command: php fballiano_full_catalog_translate.php en es This is my locale settings for the Spanish store view: http://screencast.com/t/scrC1WDzq I've tried changing the default country for the Spanish store view to Spain, but that did nothing. Any idea why the app would be throwing all those errors based on my settings? Thanks again |
"Translated this product...ok", do you read a sku and the locales from and to? also ye it seems the connect version is broken (and old). |
Sorry for not being clear, yes it read as you described with the sku and locales from and to. Wiping the db of attr and core_resource, and reinstalling from scratch correctly writes the attribute again, but now nothing (no errors/response/google app errors) displays when I run the command. For whatever reason, downgrading to 0.4.0 connect version (only erasing system files + core_resource not attr) after installing 0.7.0 from current master will make it work in giving me a response as you described, but google app usage errors. How should I proceed? I feel we're close. Thanks again, really appreciate it. |
can you please try 0.7.1? |
try to use the -debug to check better |
OK |
Kommando zurück! It works, it seems it was my failure, Google needed my billing address and now it seems to work. |
Hmm, another thing it works if i translate only one article but if i execute the command for about 1k articles then it translate nothing. |
what happens if you add the "-debug" to the translation shell command? |
Yes but I saw nothing is translating. Only if I select one item for translate it works but if I select all 1.000 products then it doesn't translate. Von meinem Smartphone gesendet
|
I also seem to have the same issue with individual translations working but when I set it to do a batch then it simply leaves a blank box in the short description and description fields. Any ideas? |
I have the same problem, if I want to translate large amount of products, it starts well but suddenly it stops translating. Do you know what can be the problem @fballiano ? EDIT: I think it's for the quota: the limit on request characters per second. |
Guys I'm really sorry for the delay :( I see that Google Translate has a default limit of 10000chars every 100seconds. that's a very low limit... I may try to add a check like: I think it was introduces after I tested the extension cause the customer was translating his entire DB without problems. |
Hello,
The extension installed without issue and appears in the configuration under services, but no attribute was created as described on your github.
So I manually created the "fb_translate" attribute with these settings:
http://screencast.com/t/mYMGfiaqvwf
http://screencast.com/t/1HwPZ8exv
And this this is how my store views are setup: http://screencast.com/t/thEAfjpknI
Once I mass updated all products in the Spanish store view to have the "fb_translate" attribute as marked "Yes". I ran this command from shell over SSH: php fballiano_full_catalog_translate.php default spanish
It doesn't throw any errors, but it also doesn't do any translating when I refresh the catalog page nothing has changed.
I thought maybe it was my api key but it seems fine.
Do you have any idea how to troubleshoot this further? I'm running Magento EE 1.14.1.0 if it makes any difference.
Thanks in any event, I really appreciate it.
The text was updated successfully, but these errors were encountered: