Plugin Author
Tim W
(@timwhitlock)
Check your error logs for something more descriptive and post any output from your browsers error console or any failed Ajax responses. There’s no information in your report that can help me diagnose the problem.
Thanks. Where can I find error logs? The only thing not working is the locotranslate plugin.
Plugin Author
Tim W
(@timwhitlock)
Your error logs are on your server. Ask your hosting provider if you don’t have access.
Thanks Tim.
I found a lot of 5/1/2015 5:19:18 PM - PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /var/www/la-patente.es/wp-content/plugins/loco-translate/lib/build/gettext-compiled.php on line 6 on my logs so maybe thats the problem.
I have asked my hosting provider about that but maybe you could provide some more inputs.
Thanks!
Plugin Author
Tim W
(@timwhitlock)
Your translation files must be huge, because PHP is using your limit of 128MB of memory to compile the MO file.
Your only option as I see it is to increase your PHP memory_limit configuration. Your hosting provider may not allow you to, as 128M is pretty big.