View Single Post
  #2  
Old 11-21-2008, 05:45 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

There is an issue with the SQL relating to the task tables in file 1_task_system.sql in the SVN, just execute this command in the MySQL command prompt, or whatever tool you use, and the errors should go away:

Code:
delete from activities where taskid < 12;
Reply With Quote