RT-Extension-QueueDeactivatedScrips

I attempted to install this extension and did not notice any errors. Downloaded today from Github.
RT Version: 3.8.4
Database is Postrges 8.1

I cleared the mason cache and restarted apache and I receive the following errors when I attempt to actually disable a scrip on a queue.

[Thu Sep 1 19:14:25 2011] [warning]: DBD::Pg::st execute failed: ERROR: relation “queuedeactivatedscrips” does not exist (/usr/lib/perl5/site_perl/5.8.8/DBIx/SearchBuilder/Handle.pm:509)

[Thu Sep 1 19:14:25 2011] [warning]: RT::Handle=HASH(0x2b8ee9e625b0) couldn’t execute the query ‘SELECT * FROM QueueDeactivatedScrips WHERE ScripId = ? AND QueueId = ?’ at /usr/lib/perl5/site_perl/5.8.8/DBIx/SearchBuilder/Handle.pm line 522

I’m also thinking about upgrading to RT 4, has anyone tried this patch on RT4 yet?

-Jennifer Koermer

I attempted to install this extension and did not notice any errors. Downloaded today from
Github.

RT Version: 3.8.4

Database is Postrges 8.1

I cleared the mason cache and restarted apache and I receive the following errors when I
attempt to actually disable a scrip on a queue.

[Thu Sep 1 19:14:25 2011] [warning]: DBD::Pg::st execute failed: ERROR: relation
“queuedeactivatedscrips” does not exist
(/usr/lib/perl5/site_perl/5.8.8/DBIx/SearchBuilder/Handle.pm:509)

This indicates that the extension expects a table to exist that you
don’t have. Did the extension instruct you to run a step to
initialize the database?

As this is a third party extension, you’ll need to contact the author
for RT4 compatibility.

-kevin