When I set Site language to Russian module worked incorrectly:
with AJAX mode editing page will not refreshed after sending data on server and JS error throwing.
After manually refresh of pare, we see that changes are saved correctly.
In English interface all is OK.
When process going normal we see:
POST http://sitename/admin/content/nodeadmin/ajax?nid=7&ajax=Edit 302 Found in jquery.js?d(line 13)
GET http://sitename/node/7 200 OK
GET http://sitename/admin/content/nodeadmin/ajax?ajax=load&nid=7 in jquery.js?d(line 13)
When error throwing we see:
POST http://sitename/admin/content/nodeadmin/ajax?nid=7&ajax=Edit 302 Found in jquery.js?d(line 13)
GET http://sitename/node/7 200 OK
syntax error in jquery.js?d/eval/seq/1 (line 1)
? in jquery.js?d@13()
? in jquery.js?d@13()
? in jquery.js?d@13()
? in jquery.js?d@13()
(
Comments
Comment #1
arithmetric commentedHi KNOFF,
Thanks for reporting this issue. I've done a quick test with Russian and another alternative interface language and found no errors.
Can you confirm whether this error still happens with the latest development version (dated 2009-03-30 or later)?
Also, if you do get the same error, can you tell me what operations you're doing from the Content Administration page (whether you're viewing, editing, submitting, or deleting a node)?
Thanks.
Comment #2
KNOFF commentedThis problem looks like more other problems with op checking. I don't using this module at this time, but i think this can help: Solution for Language dependent op checking Issue in Taxonomy Manager module
I think, here is something similar.