Check the error message, Line 48:
e.Mobile.SendGump( new NoticeGump( 1060637, 0xFFFFFF, String.Format( content, Server.Commands.CommandPrefix ), 0xFFFFFF, 640, 480, null, null ) );
instead of Server.Commands.CommandPrefix you will have CommandSystem.Prefix
So...