Email Template error while composing email in the Emails module

Hi,

I am facing a peculiar problem when I try to compose an email in the Emails module.

After navigating to the Emails module, I click on Compose and from the options I try to select a template. I am getting the following error:

ERROR CONNECTING to: ./index.php/entrypoint=json_server,
ERROR:syntax error: Unexpected Token B.

Can anybody please point me in the right direction as to why am I getting this error?

I am attaching a screen shot as well.

There are no log entries in suitecrm.log nor in the apache logs.

Thanks and Regards,
Madhur

I think is a bug with the translate to other lenguage
i solve that comment this line in include/untils.php

securexsskey($k, true);

to

// securexsskey($k, true);

try it