Hi,
In my logs, I see a repeated error caused by custom formatters :
Notice : Undefined offset: 1 in eval() (line 2 in /homepages/*/htdocs/modules/custom_formatters/engines/php.inc(81) : eval()'d code).
Do you know what it could be caused by?
One of my formatters' scripts? What kind?
Thanks!
Max

Comments

Deciphered’s picture

Issue summary: View changes
Status: Active » Fixed

It can be difficult to debug PHP custom formatters as they are being passed through eval(), but the error implies that in line 2 of one of your custom formatters you have an error.

Status: Fixed » Closed (fixed)

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