%META:TOPICINFO{author="TonyChung" date="1261163139" format="1.1" reprev="1.1" version="1.1"}%
%META:TOPICPARENT{name="TonyChungSandbox"}%
---+ Original problem

When I create a table that contains this minimum number of fields, and run =bin/statistics=, the following error gets generated:

=Unsuccessful stat on filename containing newline at /var/www/html_static/twiki432/lib/TWiki/Store/RcsFile.pm line 417.=

This is the table source:

| *Manufacturer* | *Project* |
| data | data |

When we remove this table, or when the heading columns were placed in this order, the report goes away:

| *Project* | *Manufacturer* |
| data | data |

I also noticed that I wasn't getting notifications on certain webs with content that crashed the RcsFile.

Link to [[http://twiki.org/cgi-bin/view/Support/SID-00676][support issue]] on TWiki.org.

---+ Update

I reviewed the TWiki error logs, and found the following message recorded several times in the past when notifications were expected. These may have been ran by cron jobs.

=RCS: /usr/bin/rlog -h %FILENAME|F% of .../Minutes/WebStatistics.txt,v failed: at /var/www/html_static/twiki432/lib/TWiki/Store/RcsWrap.pm line 276.=

-- %USERSWEB%.TonyChung - 2009-12-18
