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%2Fcodestriker.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=DEVDEV
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
|