Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter minuszero

    (@minuszero)

    Whoops my apologies :-$

    Well thank you for the prompt responses. Is always good to see developers who care 🙂

    Thread Starter minuszero

    (@minuszero)

    How Odd… That’s kind of how I would expect preload mode to work. Otherwise its a tad pointless… Long preload reloads give stale pages and short ones kill the server.

    Wonder if the dev would be open to an option in the preload section that says “Regenerate expired preloaded pages for non bot users”…

    Thanks for your help anyway 🙂

    Thread Starter minuszero

    (@minuszero)

    Ok I think you missing the point here. My problem is those files ARE NOT deleting or updating and that’s my problem. I want the expired files to regenerate when a non bot visits a page where the cached file is older than 3 hours.

    Thread Starter minuszero

    (@minuszero)

    Yes preload is on. The problem I’m having is the pre-loaded pages do not get regenerated once they expire (set to 3 hours) but only when the whole precache is regenerated (Every 7 days).

    I don’t want every page regenerating every 3 hours as that will put a massive load on the server only the expired pages that a non bot user visits.

    Thread Starter minuszero

    (@minuszero)

    Nope all the discussion settings are blank…

    Will try disabling NMRU plugin but cant see how that’s filtering stuff. it should only be involved in not filtering things….

    Thread Starter minuszero

    (@minuszero)

    Indeed!

    I have resolved the problem in my case.

    Firstly flush all your caches and second check your server to make sure that the PHP Magic Quotes settings are disabled. You can do this on most hosts by adding the following to your .htaccess file in your WordPress directory:

    php_flag magic_quotes_gpc off
    php_flag magic_quotes_sybase off
    php_flag magic_quotes_runtime off

    Hope that helps!

    I have resolved the problem in my case.

    Firstly flush all your caches and second check your server to make sure that the PHP Magic Quotes settings are disabled. You can do this on most hosts by adding the following to your .htaccess file in your WordPress directory:

    php_flag magic_quotes_gpc off
    php_flag magic_quotes_sybase off
    php_flag magic_quotes_runtime off

    Hope that helps!

    I can second this. From what I can see 2.7 is totally broken by any plug-in that adds custom buttons to the visual editor.

    Am still looking for a solution. More details at http://ww.wp.xz.cn/support/topic/233585?replies=2

    Thread Starter minuszero

    (@minuszero)

    UPDATE:

    My host sent me the following entries from the server logs. They may help with debugging. My WordPress version is 2.7:

    [Mon Jan 12 11:03:21 2009] [error] [client *********] script ‘/var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/js/tinymce/tiny_mce_config.php’ not found or unable to stat
    [Mon Jan 12 11:03:24 2009] [error] [client *********] script ‘/var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/js/tinymce/tiny_mce_config.php’ not found or unable to stat
    [Mon Jan 12 11:03:25 2009] [error] [client *********] script ‘/var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/js/tinymce/tiny_mce_config.php’ not found or unable to stat
    [Mon Jan 12 11:10:25 2009] [error] [client *********] PHP Warning: Attempt to assign property of non-object in /var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/rss.php on line 449, referer: http://whitingnet.co.uk/wp-login.php
    [Mon Jan 12 11:18:42 2009] [error] [client *********] PHP Warning: Attempt to assign property of non-object in /var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/rss.php on line 449, referer: http://whitingnet.co.uk/
    [Mon Jan 12 11:31:06 2009] [error] [client *********] PHP Warning: require(/var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/compat.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/whitingnet.co.uk/httpdocs/wp-settings.php on line 238
    [Mon Jan 12 11:31:06 2009] [error] [client *********] PHP Fatal error: require() [function.require]: Failed opening required ‘/var/www/vhosts/whitingnet.co.uk/httpdocs/wp-includes/compat.php’ (include_path=’.:’) in /var/www/vhosts/whitingnet.co.uk/httpdocs/wp-settings.php on line 238

Viewing 9 replies - 1 through 9 (of 9 total)