in reply to Re^3: HTML::Template question
in thread HTML::Template question

I've updated the template part. I think you can see that it isn't a case of wrong loop names etc.

Replies are listed 'Best First'.
Re^5: HTML::Template question
by 1nickt (Canon) on Jul 21, 2015 at 12:08 UTC

    have you searched your code for the string in the error message?

    The way forward always starts with a minimal test.

      Yes, and its spelled correctly. I found something, if I put the TMPL_LOOP SCHEDULE_COLUMNS outside of the TMPL_LOOP SCHEDULE_ROWS, the error is gone. Don't know why though..