[rt-users] RTx-Shredder Error

Ruslan Zakirov ruslan.zakirov at gmail.com
Tue Feb 20 21:38:46 EST 2007


Always Cc author of an extension (in this case it's me).

Try to run the following SQL queries:
SELECT l.* FROM Links l LEFT JOIN Tickets t ON l.LocalTarget = t.id
WHERE l.LocalTarget >= 0 AND t.id IS NULL;
SELECT l.* FROM Links l LEFT JOIN Tickets t ON l.LocalBase = t.id
WHERE l.LocalBase >= 0 AND t.id IS NULL;

On 2/12/07, Torsten Brumm <torsten.brumm at googlemail.com> wrote:
> Hi,
>
> today i upgrade RTx-Shredder to the newest Version and tried to delete old
> Tickets. I get the following error:
>
> tbrumm at bruchtal-www2:/opt/rt3ast/local/sbin$
> /opt/rt3ast/local/sbin/rtx-shredder --plugin
> 'Tickets=status,resolved;limit,50' --force
> SQL dump file is
> '/opt/rt3ast/local/sbin/20070212T145132-0001.sql'
> [Mon Feb 12 15:06:53 2007] [crit]: RT::Ticket=HASH(0xa74f388) tried to load
> a bogus ticket: 123004
> (/opt/rt3ast/lib/RT/Ticket_Overlay.pm:258)
> [Mon Feb 12 15:06:54 2007] [crit]: Couldn't wipeout object: Can't call
> method "IsLocal" on an undefined value at /opt/rt3ast/lib/RT/URI.pm line
> 247. (/opt/rt3ast/lib/RT.pm:317)
>
> Any Ideas??? This happens all the time i try to delete tickets.
>
> --
> MFG
>
> Torsten Brumm
>
> http://www.torsten-brumm.de
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>


-- 
Best regards, Ruslan.



More information about the rt-users mailing list