Hi everyone, I'm getting the dreaded "Bad Request/HTTP 400" at logout. My RT_SiteConfig.pm is below, and I'm using fcgid. Any suggestions?
-C- ----- Set($rtname, 'sclrev.org'); Set($Organization, 'sclrev.org'); Set($CorrespondAddress , '[EMAIL PROTECTED]'); Set($CommentAddress , '[EMAIL PROTECTED]'); Set($Timezone , 'US/Pacific'); # obviously choose what suits you # THE DATABASE: Set($DatabaseType, 'mysql'); # e.g. Pg or mysql # These are the settings we used above when creating the RT database, # you MUST set these to what you chose in the section above. Set($DatabaseUser , '*****'); Set($DatabasePassword , '*****'); Set($DatabaseName , '*****'); # THE WEBSERVER: Set($WebPath , ""); Set($WebBaseURL , "http://tracker.sclrev.org"); #Set($LogToSyslog , 'debug'); #Set($LogToScreen , 'error'); Set($LogToFile , 'debug'); Set($LogDir, '/var/log/sclrev-rt36'); Set($LogToFileNamed , "rt.log"); #log to rt.log # enbale TransactionBatchStage Set($UseTransactionBatch , 1); Set($RTAddressRegexp , '[EMAIL PROTECTED]'); Set($CorrespondAddress , '[EMAIL PROTECTED]'); Set($CommentAddress , '[EMAIL PROTECTED]'); Set($FriendlyFromLineFormat , "\"%s, Santa Clara Law Review\" <%s>"); 1; _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
