I installed this module and got everything working very quickly. Thanks for your work, you saved me lots of time.

But, it seams that commerce atos break log report page. When trying to display the page or trying to access an commerce atos log message, I get a blank page with an error message:

The website encountered an unexpected error. Please try again later.

Looking in watchdog table I saw something like the t() function is expected a string.

CommentFileSizeAuthor
#1 commerce_atos.module.patch3.64 KBerbzh

Comments

erbzh’s picture

Priority: Minor » Normal
StatusFileSize
new3.64 KB

Hi,

I can confirm this.
Some of the Watchdog() calls have to be modified because they don't provide an array as 3rd argument and it might breaks the log system if tests fail.

See also :
"A bad call to watchdog() should not break the error logging system."
http://drupal.org/node/1492898

jsacksick’s picture

Status: Active » Fixed

This should be fixed now thanks !

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.