• Aloha all.. Been having a massive scripting issue.. It’s got something to do with the rewrite.php script.. This is what I get usually:

    Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/25/6415825/html/wp-includes/rewrite.php on line 875

    And here is the script I think it refers to:

    [Mod note – Massive code paste removed, please use a pastebin if you need to post a large file. (In this case since it’s a core file there’s little need to post it.)]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Try decativating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Default theme (WordPress 2.9) or the Twenty Ten theme (WordPress 3.0) to rule-out a theme-specific issue.

    Thread Starter madbeeotch

    (@madbeeotch)

    Thanx.. I just tried to deactivate and remove the WP Super Cache and got this error:

    Warning: include(../../../wp-load.php) [function.include]: failed to open stream: No such file or directory in /home/content/25/6415825/html/wp-content/plugins/wp-super-cache/uninstall.php on line 8

    Warning: include() [function.include]: Failed opening ‘../../../wp-load.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/25/6415825/html/wp-content/plugins/wp-super-cache/uninstall.php on line 8

    UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php

    What can I do to remove it?? Maybe this is the issue??

    Moderator James Huff

    (@macmanx)

    Thread Starter madbeeotch

    (@madbeeotch)

    Sorry no clue what I’m doing.. LOL.. When it says:

    Edit the file uninstall.php in your plugins/wp-super-cache/ directory and set UNINSTALL_WPSUPERCACHE to a non blank value.

    define( ‘UNINSTALL_WPSUPERCACHE’, ‘1’ );

    What do I set it to?? I chaged the 1 to a 0 but when I tried the next step got:

    UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php

    I’d got the same error log like you.
    After i’d read many reference, and this
    http://wordpress.org/support/topic/custom-permalink-dramatically-slows-website could finally solved the problem.
    Although i can’t use “fancy” permalink anymore, but i still can use %category%.
    I use /%post_id%/%category%/%postname%/ for permalink, and no more slow response site also no more that error log anymore.

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

The topic ‘Scripting Issue..’ is closed to new replies.