View Single Post
Old September 11th, 2008, 01:14 AM   #4 (permalink)
Andy R
Member
 
Join Date: Feb 2002
Posts: 167
Ok, I think I fixed it. Problems mainly stemmed from an earlier conversion where the forum was brought over from phpbb and the settings in the db were never updated to reflect that.

Just a suggestion to consider for future releases, and that is to move the templates to the database. When working on a load balanced system, writing anything to a file is problematic as the script has no idea what server it is writing to and when syncing takes place, it generally wipes out any changes.
Andy R is offline   Reply With Quote