Hi again,
I downgraded Template-Toolkit to v2.07 and this resolved the problem
of invalid links.
Thanks,
Igor.
-----Original Message-----
From: codestriker-user-bounces@...
[mailto:codestriker-user-bounces@...] On Behalf Of
Igor Litmanovich
Sent: Tuesday, March 06, 2007 8:55 AM
To: David Sitsky
Cc: codestriker-user@...
Subject: Re: [Codestriker-user] Invalid links in the page header
Hi David,
here is the list of module versions as printed by install.pl:
Checking for LWP::UserAgent (any) ok: found v2.031
Checking for CGI (v2.56) ok: found v3.27
Checking for Net::SMTP (any) ok: found v2.29
Checking for MIME::QuotedPrint (v2.14) ok: found v3.01
Checking for DBI (v1.13) ok: found v1.40
Checking for Template (v2.07) ok: found v2.18
Checking for HTML::Entities (any) ok: found v1.27
Checking for File::Temp (any) ok: found v0.14
Checking for XML::RSS (v1.05) ok: not found, optional
Checking for Encode::Byte (any) ok: found v2.00
Checking for Encode::Unicode (any) ok: found v2.00
Checking for Authen::SASL (any) ok: found v2.10
Checking for DBD::mysql (any) ok: found v2.9004
Checking for ClearCase::CtCmd (any) ok: found v1.06
I substituted all occurences of the string '| uri | html_entity' with '|
html_entity' in the file listtopics.html.tmpl but unfortunately this
didn't help with the problem, the links are still as follows:
http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodestri
ker.pl%3Faction%3Dlist_topics%26sstate%3D0
Regards,
Igor.
-----Original Message-----
From: David Sitsky [mailto:sits@...
Sent: Friday, March 02, 2007 8:00 AM
To: Igor Litmanovich
Cc: codestriker-user@...
Subject: Re: [Codestriker-user] Invalid links in the page header
Hi Igor,
That's strange. This used to occur under IIS for a certain version of=20
CGI.pm.
What version of CGI.pm is reported when you run install.pl?
Try upgrading it to see if this fixes the issue. As root, you can run a
command something like:
# perl -MCPAN -e 'install CGI'
Also - check you apache error logs - there might be something there that
can help diagnose the issue.
The other possibility, is I think the uri plugin from the template=20
toolkit has a bug in it, which is causing this.
Go to template/en/default/listtopics.html.tmpl
You will see a lot of text such as:
| uri | html_entity
Modify all versions to be just:
| html_entity
Restart apache, and see if that fixes the issue. I think certain=20
version of the template toolkit have this buggy uri plugin. What=20
version of the template toolkit was reported from install.pl?
Cheers,
David
Igor Litmanovich wrote:
> Hello,
> =20
> I installed codestriker 1.9.2 on RHEL4 with apache. The start page of=20
> codestriker is opened in the browser, but the links 'List all open=20
> topics',
'Create=20
> new topic'
> etc. are not correct.
> =20
> Codestriker is installed on host pcx0177, the starting url is
> http://pcx0177/codestriker/codestriker.pl,
> but the link 'List all open topics' is
> =20
> http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodest
> riker.pl%3Faction%3Dlist_topics%26sstate%3D0
> instead of:
> =
http://pcx0177/codestriker/codestriker.pl?action=3Dlist_topics&state=3D0
> =
<http://pcx0177/codestriker/codestriker.pl?action=3Dlist_topics&state=3D0=
>
> =20
> If I put this last address in the browser it works fine.
> =20
> Any help will be appreciated.
> =20
> Thanks,
> Igor.
> =20
> ____________________________________________________
> NLObP
> Igor Litmanovich, Telrad Networks, ClearCase/Tools
> Phone: 972-73-2467613, Mobile: 052-8287613
> ESN: 828-7613 ____________________________________________________
> =20
>=20
>=20
> ----------------------------------------------------------------------
> --
>=20
> ----------------------------------------------------------------------
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDE
V
>=20
>=20
> ----------------------------------------------------------------------
> --
>=20
> _______________________________________________
> Codestriker-user mailing list Codestriker-user@...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your opinions on IT & business topics through brief surveys-and earn
cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDE
V
_______________________________________________
Codestriker-user mailing list Codestriker-user@...
https://lists.sourceforge.net/lists/listinfo/codestriker-user
|