Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rt [2008/10/09 19:54]
93.103.1.78 + http://rtvm.tehcorner.com/rt38/
rt [2009/05/25 00:35]
Line 1: Line 1:
-====== Request Tracker Tips ====== 
- 
-===== Scripts ===== 
- 
-===== Optimization ===== 
-   * [[http://wiki.bestpractical.com/view/CleanupSessions|Clear Sessions]] 
-   #!/usr/bin/perl                                                                                                                             
-   use lib qw(/usr/share/request-tracker3.6/lib);                                                                                                                   
-   use RT;                                                                                                                                     
-   RT::LoadConfig();                                                                                                                           
-   RT::Init();                                                                                                                                 
-   $RT::Handle->SimpleQuery("delete from sessions where LastUpdated < (now() - interval 24 hour)"); 
- 
-===== Howto ===== 
-====  Changing user pref "Illegal value for EmailAddress"==== 
-If you try to change your email and RT returns you an error **"''Illegal value for EmailAddress''"** means that this email address is already in the database. Workaround: 
- 
-as root **Configuration -> Users ->** Find people whose Email is '<email>' and also checkbox **Include disabled users in search**.  Edit user by this email and remove RT permissions and email. Now you can change your original account. 
- 
-==== Installing RT 3.8.1 / Debian ==== 
- 
-good article on this topic on [[http://rtvm.tehcorner.com/rt38/]] 
- 
- 
- 
- 
- 
- 
  
rt.txt ยท Last modified: 2009/05/25 00:35 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready