[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-30 Thread Richard Ibbotson
On Wednesday 30 June 2010 06:08:42 justin randell wrote: this looks like a wordpress code/mysql issue to me: some basic things - do you have APC enabled for php? if you don't, apt-get install php5-apc, restart apache, and you'll get immediate performance gains. Hmmm Google search...

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-30 Thread Jeff Waugh
quote who=Richard Ibbotson http://constantshift.com/install-php-fpm-5-3-2-on-ubuntu-10-04-lucid- lynx/ Installed that. I hope you mean the 'php-apc' package, rather than php-fpm. Tried installing wp-super-cache yesterday. Logs show that the blog was attacked about 90 minutes later and

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-30 Thread justin randell
hi, On 30 June 2010 20:17, Richard Ibbotson richard.ibbot...@googlemail.com wrote: On Wednesday 30 June 2010 06:08:42 justin randell wrote: this looks like a wordpress code/mysql issue to me:   some basic things - do you have APC enabled for php? if you don't, apt-get install php5-apc,

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-30 Thread Richard Ibbotson
On Wednesday 30 June 2010 13:50:01 Jeff Waugh wrote: I hope you mean the 'php-apc' package, rather than php-fpm. Yes. wp-cache is unmaintained, wp-super-cache was forked from it and is kept up to date by the creator of WordPress MU. There's no point using wp-cache, and it is highly unlikely

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-30 Thread Richard Ibbotson
On Wednesday 30 June 2010 14:27:34 Richard Ibbotson wrote: On Wednesday 30 June 2010 13:50:01 Jeff Waugh wrote: I hope you mean the 'php-apc' package, rather than php-fpm. Yes. wp-cache is unmaintained, wp-super-cache was forked from it and is kept up to date by the creator of

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread Richard Ibbotson
Hi I think this one died a while ago but after some months I have finally been able to get my Wordpress blog running again http://sleepypenguin.homelinux.org/blog/ Finally sorted it out with 'apt-get install wordpress' which most likely installed a configuration file that I didn't know

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread Michael Chesterton
On 30/06/2010, at 6:54 AM, Richard Ibbotson wrote: Now I just have to work out why it is that web pages are so slow to download from this box. Not sure what that's about. DNS configuration seems to be okay and there is 2 Megabits of bandwidth on my home line. Shouldn't be any problems.

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread Richard Ibbotson
On Tuesday 29 June 2010 22:31:03 Michael Chesterton wrote: Both google and yahoo have firefox plugins that might help diagnose the problem. One is called yslow (I think that's yahoo's) and googles is speed test toolbar or something obscure like that. Does the page wait for a few seconds on a

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread Mike Lampard
Hi Richard, On Wed, 30 Jun 2010 07:09:16 am Richard Ibbotson wrote: On Tuesday 29 June 2010 22:31:03 Michael Chesterton wrote: Both google and yahoo have firefox plugins that might help diagnose the problem. One is called yslow (I think that's yahoo's) and googles is speed test toolbar or

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread Richard Ibbotson
On Wednesday 30 June 2010 00:25:24 Mike Lampard wrote: I'd suggest the WP-Cache or WP-Super-Cache plugins, which precompile the php to html so the server doesn't have to recompile the pages on each access. The GZIP-Output wordpress plugin is also recommended. I'll try those. Meanwhile I've

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-06-29 Thread justin randell
hi, this looks like a wordpress code/mysql issue to me: jus...@justinlappy:~$ time wget http://sleepypenguin.homelinux.org/blog/ --2010-06-30 14:54:39-- http://sleepypenguin.homelinux.org/blog/ --- snip --- 2010-06-30 14:54:51 (2.35 KB/s) - `index.html' saved [25659] real0m11.861s user

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-08 Thread Richard Ibbotson
That is not the case, however, certainly not with WordPress 2.9 (and I'm pretty sure, all the way back to 2.7 and earlier)... in normal operation, there should be *no* warnings whatsoever running WordPress core. Oh... The second last log line, and inaccuracy of line 27 (given that call

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-07 Thread Jeff Waugh
quote who=justin randell [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

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-07 Thread justin randell
hi, On 8 May 2010 14:34, Jeff Waugh j...@perkypants.org wrote: quote who=justin randell [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

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-03 Thread Richard Ibbotson
Justin Randell wrote given that the current stable ubuntu, the coming stable debian and redhat, and stable just about everyting-else in linux land will/does ship php 5.3, maybe a patch set will develop? I was thinking that this might happen. Given that things move along quickly in the

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread Richard Ibbotson
Jeff Waugh wrote... WordPress 3.0 is going to rock (and indeed, already is, if you're comfy running pre-release). Yes. Looks like it should be good. Shame the PHP stuff in Lurid Lynx 10.04 isn't quite there just yet. Maybe an update in a few weeks for Ubuntu. Seems fine here. I've

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread Richard Ibbotson
Jeff WordPress 3.0 is going to rock (and indeed, already is, if you're comfy running pre-release). Right, following your helpful words I have upgraded to 3.0 beta 1. Seems to work fine. Wordpress database upgrade went fine. However, looking in to my.cnf and php.ini I can't see anything

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread Jeff Waugh
quote who=Richard Ibbotson However, looking in to my.cnf and php.ini I can't see anything wrong. Doing 'sudo find / -name php.ini' finds /etc/php5/apache2/php.ini and /etc/php5/cli/php.ini. Isn't that wrong ? Can't think there should be two php.ini files in there. Yep, that's normal.

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread Richard Ibbotson
Jeff Probably a theme issue. Make sure that you have the freshest version of your theme, and then start looking at your error.log - you're very likely to find indicative errors in there. Checked the Flora Relief theme. Seems to be up to date. Tried to use some other themes. Same result.

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread justin randell
hi, On 3 May 2010 01:31, Richard Ibbotson richard.ibbot...@googlemail.com 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.. bWarning/b:  Directive

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread justin randell
hi, On 3 May 2010 01:31, Richard Ibbotson richard.ibbot...@googlemail.com wrote: [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 / you'll have to turn off

[SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread Richard Ibbotson
Justin 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. Was hoping someone was going to give me a simple answer. I've

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread justin randell
hi, On 3 May 2010 10:25, Richard Ibbotson richard.ibbot...@googlemail.com wrote:  Justin 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,

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread david
justin randell wrote: can i interest you in a drupal 7 blog? works like a charm on php 5.3 ;-) What about Drupal 6 and php 5.3?? I can't/don't want to upgrade to Drupal 7 just yet. cheers justin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info

Re: [SLUG] Re: WordPress, PHP ... Re: Ubuntu 10.04

2010-05-02 Thread justin randell
hi, On 3 May 2010 11:56, david da...@kenpro.com.au wrote: justin randell wrote: can i interest you in a drupal 7 blog? works like a charm on php 5.3 ;-) What about Drupal 6 and php 5.3?? I can't/don't want to upgrade to Drupal 7 just yet. and that's fair enough. drupal 6 core is 99%