Hi again,

I downgraded Template-Toolkit to v2.07 and this resolved the problem
of invalid links.

Thanks,
Igor.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Igor Litmanovich
Sent: Tuesday, March 06, 2007 8:55 AM
To: David Sitsky
Cc: codestriker-user@lists.sourceforge.net
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:[EMAIL PROTECTED] 
Sent: Friday, March 02, 2007 8:00 AM
To: Igor Litmanovich
Cc: codestriker-user@lists.sourceforge.net
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 
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 
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 
version of the template toolkit have this buggy uri plugin.  What 
version of the template toolkit was reported from install.pl?

Cheers,
David

Igor Litmanovich wrote:
> Hello,
>  
> I installed codestriker 1.9.2 on RHEL4 with apache. The start page of 
> codestriker is opened in the browser, but the links 'List all open 
> topics',
'Create 
> new topic'
> etc. are not correct.
>  
> Codestriker is installed on host pcx0177, the starting url is
>   http://pcx0177/codestriker/codestriker.pl,
> but the link 'List all open topics' is
>   
> http://pcx0177/codestriker/http%3A%2F%2Fpcx0177%2Fcodestriker%2Fcodest
> riker.pl%3Faction%3Dlist_topics%26sstate%3D0
> instead of:
>   http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0

> <http://pcx0177/codestriker/codestriker.pl?action=list_topics&state=0>
>  
> If I put this last address in the browser it works fine.
>  
> Any help will be appreciated.
>  
> Thanks,
> Igor.
>  
> ____________________________________________________
> NLObP
> Igor Litmanovich, Telrad Networks, ClearCase/Tools
> Phone: 972-73-2467613, Mobile: 052-8287613
> ESN: 828-7613 ____________________________________________________
>  
> 
> 
> ----------------------------------------------------------------------
> --
> 
> ----------------------------------------------------------------------
> ---
> 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=join.php&p=sourceforge&CID=DEVDE
V
> 
> 
> ----------------------------------------------------------------------
> --
> 
> _______________________________________________
> Codestriker-user mailing list Codestriker-user@lists.sourceforge.net
> 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=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Codestriker-user mailing list Codestriker-user@lists.sourceforge.net
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=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to