Hi Bela,
That's interesting... I am sure this is happening because the uri plugin
has changed its behaviour with the new version of the template toolkit.
When I get some spare time (which I have little of these days), I'll
have to check this out.
Cheers,
David
Bela Gangal wrote:
> Hi David,
>
> This solution works!
> Template version as reported by install.pl is 2.18.
>
> Thanks very much!
> Bela
>
>
> David Sitsky wrote:
>
>> Hi Bela,
>>
>> Its interesting somebody emailed with an almost identical bug report.
>> I am highly suspicious that the uri plugin has changed in the template
>> toolkit.
>>
>> 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
>>
>> Bela Gangal wrote:
>>
>>> Hello,
>>>
>>> I'm using Solaris 10 and Apache2 and have installed codestriker-1.9.2
>>> (in var/www/codestriker directory). The installation procedure went
>>> on well with the required Perl modules. When I start the Apache
>>> server and hit the codestriker URL --
>>> http://<server name/codestriker/codestriker.pl, I can see the output
>>> of codestriker.pl but the individual hyperlinks on this page are
>>> taking the following form --
>>>
>>> For example, the link "Administer Projects" is hyperlinked to --
>>> http://<server name>/codestriker/http://<server
>>> name>/codestriker/codestriker.pl/action=list_projects
>>>
>>> and the "Search" text is hyperlinked to --
>>> http://<server name>/codestriker/http://<server
>>> name>/codestriker/codestriker.pl?action=search
>>>
>>> I've checked that my httpd.conf and codestriker.conf files are having
>>> the configuration as mentioned in codestriker guide. Mostly I'm very
>>> comfortable to install the softwares per the guidelines given and can
>>> deal with reasonable amount of deviations well. But right now I'm
>>> stuck and don't understand what is mising here. I've searched
>>> codestriker archive for help but didn't find on this topic. Please
>>> help me.
>>>
>>> Asnippet of httpd.conf file is given below --
>>>
>>> DocumentRoot "/usr/local/apache2/htdocs"
>>>
>>> Alias /codestriker/ /var/www/codestriker/codestriker-1.9.2/cgi-bin/
>>> Alias /codestrikerhtml/ /var/www/codestriker/codestriker-1.9.2/html/
>>>
>>> <Directory "/var/www/codestriker/codestriker-1.9.2/cgi-bin/">
>>> AllowOverride None
>>> Options ExecCGI
>>> Order allow,deny
>>> Allow from all
>>> SetHandler cgi-script
>>> </Directory>
>>>
>>> <Directory "/var/www/codestriker/codestriker-1.9.2/html/">
>>> AllowOverride None
>>> Allow from all
>>> </Directory>
>>>
>>> Thanks in advance!
>>>
>
|