What does “[TextCounter Fatal Error: Could Not Write to File XXX]” mean?
Short Answer: This means that when the TextCounter CGI script tried to automatically create your count file for the new web page, it was unable to do so, possibly due to a permissions problem. Long Answer: Make sure that the data_dir is chmoded 666 so that the web server has access to write to it. Also make sure that data_dir contains the correct path to this directory.