|
Title: how to remove special characters Post by: venkatb on August 10, 2007, 09:09:14 AM how to remove special characters
? that appears on all pages of chat Title: Re: how to remove special characters Post by: HCL Admin on August 10, 2007, 02:56:58 PM Which version of HCL are you running? Check the config.php and version.php, probably near the opening <?php of those files.
Title: Re: how to remove special characters Post by: venkatb on August 11, 2007, 10:02:44 AM Hi,
Thanks I got the solution by removing the spaces in version.php and config.php Title: Re: how to remove special characters Post by: HCL Admin on August 11, 2007, 10:40:17 AM That will work, I noticed in another topic you mentioned changing the <?php to <? Which will work in some versions of php, however newer versions of PHP short_tag_open is set by default to off, as they are removing it in 6.x.x So you may wish to go back after everything is working and add the php back in. The problem is that some editors do not properly show those characters, so they hide there like a little time bomb. :(
|