[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing Software support and information 2008-09-03T08:40:37+13:00 http://steveshipway.org/forum/feed.php?f=22&t=1617 2008-09-03T08:40:37+13:00 2008-09-03T08:40:37+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8204#p8204 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by NetworkNinja — Wed Sep 03, 2008 8:40 am


]]>
2008-08-25T10:43:37+13:00 2008-08-25T10:43:37+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8181#p8181 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]>
It is possible that under SP2 Microsoft have broken the string library for non-wide characters. I'm going to change the program to completely use wide characters (so as to correctly support internations windows rather than just ascii-only) but this will need a bit of work and a recompile.

To track down what SP2 has broken, I'd need to use debug mode and track the application log to see how the comparisons were carried out - possibly it is now using wide chars in the variables.

Try undefining and redefining the filter, in case this fixes things (if the filter is defined using SP2 mayb e the comparison will also work under SP2)?

Statistics: Posted by stevesh — Mon Aug 25, 2008 10:43 am


]]>
2008-08-22T20:53:53+13:00 2008-08-22T20:53:53+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8178#p8178 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by wollila — Fri Aug 22, 2008 8:53 pm


]]>
2008-08-22T21:00:27+13:00 2008-08-22T20:23:39+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8177#p8177 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by wollila — Fri Aug 22, 2008 8:23 pm


]]>
2008-08-22T06:34:10+13:00 2008-08-22T06:34:10+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8175#p8175 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by NetworkNinja — Fri Aug 22, 2008 6:34 am


]]>
2008-08-22T05:47:09+13:00 2008-08-22T05:47:09+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8174#p8174 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by NetworkNinja — Fri Aug 22, 2008 5:47 am


]]>
2008-08-22T01:46:03+13:00 2008-08-22T01:46:03+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8172#p8172 <![CDATA[Re: Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by wollila — Fri Aug 22, 2008 1:46 am


]]>
2008-08-21T10:47:25+13:00 2008-08-21T10:47:25+13:00 http://steveshipway.org/forum/viewtopic.php?t=1617&p=8162#p8162 <![CDATA[Problems with filtering on Windows Server 2k3 SP2]]> Statistics: Posted by NetworkNinja — Thu Aug 21, 2008 10:47 am


]]>