When I try to start simpletest in any localized (for example Russian) version of Drupal-7.x , I got error:
AJAX HTTP Error occured.HTTP error code 200.Debug information...
This error an independent of state of translation (complited or not).
As for me,I think ,this is core error of locale module in own Drupal-7.x,
cause in english drupal7 simpletest working normaly.
What you think about this bug? And when this error would corected?

Comments

Josh The Geek’s picture

Version: 7.0 » 7.x-dev
Assigned: alex737 » Unassigned
bfroehle’s picture

You can generally find the cause of the error by reading through the displayed message.

EvanDonovan’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Is there any debug information provided in the message or in logs?

mikael.ljungberg’s picture

I get the same error whatever language is used. I don't even have the locale module installed. Here's the full message:

Debugging information follows. Path: /batch?render=overlay&id=9&op=do StatusText: OK ResponseText: Additional uncaught exception thrown while handling exception.OriginalPDOException: SQLSTATE[HY000]: General error: 14 unable to open database: sites/default/files/.ht.sqlite-simpletest406802: ATTACH DATABASE :database AS :prefix; Array ( [:database] => sites/default/files/.ht.sqlite-simpletest406802 [:prefix] => simpletest406802 ) in db_create_table() (line 2644 of Z:\d7md\includes\database\database.inc).AdditionalPDOException: SQLSTATE[HY000]: General error: 14 unable to open database: sites/default/files/.ht.sqlite-simpletest406802: ATTACH DATABASE :database AS :prefix; Array ( [:database] => sites/default/files/.ht.sqlite-simpletest406802 [:prefix] => simpletest406802 ) in dblog_watchdog() (line 144 of Z:\d7md\modules\dblog\dblog.module).Uncaught exception thrown in session handler.PDOException: SQLSTATE[HY000]: General error: 14 unable to open database: sites/default/files/.ht.sqlite-simpletest406802: ATTACH DATABASE :database AS :prefix; Array ( [:database] => sites/default/files/.ht.sqlite-simpletest406802 [:prefix] => simpletest406802 ) in db_merge() (line 2372 of Z:\d7md\includes\database\database.inc).

mikael.ljungberg’s picture

I changed from SQLite to MySQL, and now it works.

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No response from OP, closing.

deanflory’s picture

Anyone having lots of AJAX issues might want to try disabling the jquery_update module, worked for me. Just spreading the info, unsure if it's related to this issue.