[rt-users] Almost there with Approvals

2007-06-05 Thread Kevin Squire
Today I present the TimeOff approval stuff to the HR department. Things when well (thank you again RT developers and to the user list). The did have one request that I can not seem to figure out (I really need to get a perl book or two :-) ) Currently, my OnApproval sprip looks like this (I

[rt-users] Almost there!

2006-08-29 Thread Ben Weston
I've used RT Extensively, but this is my first attempt at doing an install of it. I'm running Fedora Core 5 and Apache2. I've been stuck at this point for a week or two. Now that I'm back working on the RT project, I figured it's time I ask for some help. I've gone through the wiki docs,

Re: [rt-users] Almost there!

2006-08-29 Thread Andrew Nicols
On 8/29/06, Ben Weston [EMAIL PROTECTED] wrote: Here is what I have for an httpd.conf at this point Directory /opt/rt34/share/html Order allow,deny Allow from all SetHandler perl-script PerlResponseHandler RT::Mason /Directory/VirtualHostPossibly unrelated...I'm fairly new to Apache as

Re: [rt-users] Almost there!

2006-08-29 Thread Drew Barnes
I get this when it is trying to log to file but I haven't touched the file yet. Check that? Andrew Nicols wrote: On 8/29/06, *Ben Weston* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Here is what I have for an httpd.conf at this point. ... Directory /opt/rt34/share/html

[rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Ben Weston
Several people have sent me emails directly have have been quite helpful. I appolgize if I haven't replied personally. The advice I've gotten has certainly made some progress Though I'm still looking at the same page as a result. Please bare with me while I paste in cfg's and error

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Ben Weston
Ben - If this is a cut/paste, looks like there's still a tyop [sic] in your httpd.conf -- you're specifying /opt/rt3/ everywhere except the Directory container where the handlers are defined. That directory container is for /opt/rt34/share/html, rather than /opt/rt3/share/html. Or was

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Ben Weston
I went into Webmin and looked at the SQL DBase (my MySQL skills are very limited), and that database apparently has no tables in it at all. Did my DBase not initialize properly during install? I wouldn't be surprised, since I've had to adjust settings today to make everything sane as far

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Andrew Nicols
On 8/29/06, Ben Weston [EMAIL PROTECTED] wrote: I went into Webmin and looked at the SQL DBase (my MySQL skills are verylimited), and that database apparently has no tables in it at all.Did my DBase not initialize properly during install?I wouldn't be surprised, since I've had to adjust

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Michael Liebman
On 8/29/06, Ben Weston [EMAIL PROTECTED] wrote: I went into Webmin and looked at the SQL DBase (my MySQL skills are very limited), and that database apparently has no tables in it at all. Did my DBase not initialize properly during install? I wouldn't be surprised, since I've had to adjust

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Ben Weston
Thank you everyone for your help I now have a login screen, and the abililty to log in (colors are screwy and the pics are broken, but I'm happy to have gotten this far). You'll probably hear from me again as I try to finalize and tweak things, but you've proven the most helpful

Re: [rt-users] Almost there... Some progress... maybe...

2006-08-29 Thread Andrew Nicols
On 8/29/06, Ben Weston [EMAIL PROTECTED] wrote: Thank you everyone for your helpI now have a login screen, and the abililty to log in (colors are screwyand the pics are broken, but I'm happy to have gotten this far).See http://wiki.bestpractical.com/index.cgi?ApacheConfig for advice on this