Rt3 on freebsd cant create tickets

Jan 18 11:53:13 noc RT: RT::Handle=HASH(0xaa95f28) couldn’t execute the
query 'SELECT main.* FROM Attributes main WHERE ((main.ObjectId = 10))
AND ((main.ObjectType = ‘RT::Ticket’)) ’ at
/usr/local/lib/perl5/site_perl/5.8.5/DBIx/SearchBuilder/Handle.pm line
489. (/usr/local/rt3/lib/RT.pm:269)

any reason why am getting this error, it seems that rt3 cant create
tickets now

steve.vcf (774 Bytes)

steve wrote:

Jan 18 11:53:13 noc RT: RT::Handle=HASH(0xaa95f28) couldn’t execute the
query 'SELECT main.* FROM Attributes main WHERE ((main.ObjectId = 10))
AND ((main.ObjectType = ‘RT::Ticket’)) ’ at
/usr/local/lib/perl5/site_perl/5.8.5/DBIx/SearchBuilder/Handle.pm line
489. (/usr/local/rt3/lib/RT.pm:269)

any reason why am getting this error, it seems that rt3 cant create
tickets now


The rt-users Archives

RT Administrator and Developer training is coming to your town soon! (Boston, San Francisco, Austin, Sydney) Contact training@bestpractical.com for details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com
the reason is as follows

the table Attributes was dropped (dont know why)

all i did was recreate the schema and then reimport all the data that i
exported earlier

steve.vcf (774 Bytes)

the table Attributes was dropped (dont know why)

If you upgraded from 3.0 to 3.2, you might have missed the schema
upgrade steps.

Jesse