hi,

On 3 May 2010 01:31, Richard Ibbotson <[email protected]> wrote:
>
> Checked the Flora Relief theme.  Seems to be up to date.  Tried to use
> some other themes.  Same result.  The error.log reveals something but
> I'm not quite sure what it's telling me......
>
> <b>Warning</b>:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3
> and greater in <b>Unknown</b> on line <b>0</b><br />
> [Sun May 02 16:16:38 2010] [error] [client 10.0.0.2] PHP Deprecated:
> Function set_magic_quotes_runtime() is deprecated in /var/www/blog/wp-
> settings.php on line 27, referer: http://sl
> [Sun May 02 16:16:38 2010] [error] [client 10.0.0.2] PHP Warning:
> session_start() [<a href='function.session-start'>function.session-
> start</a>]: Cannot send session cache limiter - h
> <br />
> <b>Warning</b>:  Directive 'register_long_arrays' is deprecated in PHP
> 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
> <br />
> <b>Warning</b>:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3
> and greater in <b>Unknown</b> on line <b>0</b><br />
> [Sun May 02 16:17:14 2010] [error] [client 10.0.0.2] PHP Deprecated:
> Function set_magic_quotes_runtime() is deprecated in /var/www/blog/wp-
> settings.php on line 27, referer: http://sl
> [Sun May 02 16:17:14 2010] [error] [client 10.0.0.2] PHP Warning:
> session_start() [<a href='function.session-start'>function.session-
> start</a>]: Cannot send session cache limiter - h
> [Sun May 02 16:17:29 2010] [error] [client 10.0.0.2] PHP Deprecated:
> Function set_magic_quotes_runtime() is deprecated in /var/www/blog/wp-
> settings.php on line 27, referer: http://sl
> [Sun May 02 16:17:29 2010] [error] [client 10.0.0.2] PHP Warning:
> session_start() [<a href='function.session-start'>function.session-
> start</a>]: Cannot send session cache limiter - h
> [Sun May 02 16:17:47 2010] [error] [client 10.0.0.2] PHP Deprecated:
> Function set_magic_quotes_runtime() is deprecated in /var/www/blog/wp-
> settings.php on line 27, referer: http://sl
> [Sun May 02 16:17:47 2010] [error] [client 10.0.0.2] PHP Warning:
> session_start() [<a href='function.session-start'>function.session-
> start</a>]: Cannot send session cache limiter - h
> [Sun May 02 16:17:55 2010] [error] [client 10.0.0.2] PHP Deprecated:
> Function set_magic_quotes_runtime() is deprecated in /var/www/blog/wp-
> settings.php on line 27, referer: http://sl

what that's telling you is that wordpress core code will not run on
php 5.3 without throwing heaps of warnings.

i guess the wordpress devs would have read this:

http://au.php.net/manual/en/migration53.deprecated.php

and just decided that people using 5.3 can just deal with those
warnings in their logs on every, single, request.

not much fun for those who like to develop with E_ALL so they can
catch errors straight away.

cheers
justin
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to