Can't locate object error

Hi,

I have an install of RT 3.8.8 on Fedora 12 I have had a few issues, so far
resolved - until this one:

When replying to, or resolving a ticket, there is a bit of a delay and
then the following error:

Can’t locate object method “host” via package “URI::_generic” at
/opt/rt3/bin/…/lib/RT/Interface/Web.pm line 505.

I have no idea how to resolve this - it seems to be webserver based, as
the email message from the reply, resolve or comment goes through fine.

Any help would be greatly appreciated!

Thanks,

Guy Baxter.

This email and any attachments are confidential and are intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. Emails are not secure and cannot be guaranteed to be free of errors or viruses. It is your responsibility to scan emails and attachments for viruses before opening them.

Any views or opinions expressed are solely those of the author and do not necessarily represent those of The Blackpool Sixth Form College.

Scanned by MailMarshal - Marshal’s comprehensive email content security solution.
Download a free evaluation of MailMarshal at www.marshal.com

Hi,

I have an install of RT 3.8.8 on Fedora 12 I have had a few issues, so far
resolved - until this one:

When replying to, or resolving a ticket, there is a bit of a delay and
then the following error:

Can’t locate object method “host” via package “URI::_generic” at
/opt/rt3/bin/…/lib/RT/Interface/Web.pm line 505.

I have no idea how to resolve this - it seems to be webserver based, as
the email message from the reply, resolve or comment goes through fine.

Most likely you have configured an invalid WebBaseURL or WebURL

-kevin

rt-users@lists.bestpractical.com writes:

Hi,

I have an install of RT 3.8.8 on Fedora 12 I have had a few
issues, so far

resolved - until this one:

When replying to, or resolving a ticket, there is a bit of a
delay and

then the following error:

Can’t locate object method “host” via package
“URI::_generic” at

/opt/rt3/bin/…/lib/RT/Interface/Web.pm line 505.

I have no idea how to resolve this - it seems to be webserver
based, as

the email message from the reply, resolve or comment goes
through fine.

Most likely you have configured an invalid WebBaseURL or WebURL

-kevin

I think I configured WebBaseURL to just ‘/’ as i want RT to be accessible
at rt.mydomain/index.html as it runs on its own server. I’ll check
tommorrow - is this not the correct thing to do?

This email and any attachments are confidential and are intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. Emails are not secure and cannot be guaranteed to be free of errors or viruses. It is your responsibility to scan emails and attachments for viruses before opening them.

Any views or opinions expressed are solely those of the author and do not necessarily represent those of The Blackpool Sixth Form College.

Scanned by MailMarshal - Marshal’s comprehensive email content security solution.
Download a free evaluation of MailMarshal at www.marshal.com

rt-users@lists.bestpractical.com writes:

Can’t locate object method “host” via package
“URI::_generic” at

/opt/rt3/bin/…/lib/RT/Interface/Web.pm line 505.

Most likely you have configured an invalid WebBaseURL or WebURL

I think I configured WebBaseURL to just ‘/’ as i want RT to be accessible
at rt.mydomain/index.html as it runs on its own server. I’ll check
tommorrow - is this not the correct thing to do?

You’re confusing your configuration variables.
You can read more about the various Web config vars in the
documentation in RT_Config.pm

-kevin