[TYPO3-english] sr_feuser_registe template problem in suse server
J. Bakshi
joydeep at infoservices.in
Thu Oct 28 11:24:12 CEST 2010
I have also place the following code at the htdocs of the server in question
```````````````
<?php
$new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES);
echo $new; // <a href='test'>Test</a>
?>
``````````````````
and got the output as
````````````
<a href='test'>Test</a>
``````````````
Hence < and > is working well. but these are not working in sr_feuser_register template.
Any clue please ?
Thanks
On Thu, 28 Oct 2010 14:01:10 +0530
"J. Bakshi" <joydeep at infoservices.in> wrote:
> Hello list,
>
> I have found a strange problem related to sr_feuser_register template in a remote opensuse 11.1 server. The registration is working well in a local debian lenny box. but as I uploaded the site to a remote opensuse 11.1 server, the < > etc.. are somehow suppressed by php. so the code
>
> `````````````````
> Your membership <b>%2$s</b> has been confirmed.
> ``````````````````````````
>
> appears at frontend as
>
> `````````
> Your membership username/b has been created.
> ```````````
>
> Please notice the "/b" at the end. So php somehow bypassing > etc.. Is it possible to fix from server level ?
>
> Thanks
More information about the TYPO3-english
mailing list