I'm using version 1.4.5 and SQL Server. The referrer's page is crashing with an unhandled exception message:
System.IndexOutOfRangeException: Cannot find table 0.
Source Error:
Line 88: DataTable spamTable = table.Clone();
Line 89:
Line 90: foreach (DataRow row in ds.Tables[0].Rows)
Line 91: {
Line 92: DataRow newRow = table.NewRow();
Source file: ...\admin\Pages\referrers.aspx.cs Line: 90
The host has assured me that it's not a write permission problem. Has anyone encountered this?
www.codersbarn.com