• Aloha all.. I’ve got an on going error issue.. Whenever I try and do things in my WordPress dashboard like adding pages with galleries, editing pages etc, I always end up getting an error:

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

    I’m wondering, is there a limit to what WordPress can handle for a website?? I currently have:

    627 Posts
    98 Pages
    87 Categories

    Have I reached a limit to what I can have and do?? Thanx..

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter madbeeotch

    (@madbeeotch)

    Oh and in the media I have:

    3168 images

    Not because of WP, but maybe your server can’t handle things.

    I have five sites that are bigger than yours on one server (in one network installation since 3.0 in fact) and I heard of people having websites with tenthousands of posts and comments.

    wordpress does not have any limits
    web servers – mysql servers – memory
    the host definitely may have limitations

    maybe try increasing memory a bit and see if that helps

    Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '96M');

    Thread Starter madbeeotch

    (@madbeeotch)

    I’m on a Go Daddy WordPress hosting server, which gives me:

    150 GB Space
    1,500 GB Bandwidth
    500 Email Accounts
    25 MySQL Databases

    What and who are you through?? They even promised they would be able to handle my website but still getting the same issue as I had with Just host.. Thanx for your help..

    That doesn’t say much about the memory, but with Samuel’s idea you can increase the memory without needign Godaddy.

    Thread Starter madbeeotch

    (@madbeeotch)

    I’m pretty noobie with this kind of stuff.. Here is the wp-config.php I just changed:

    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */

    Deleted /** MySQL for security

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘f7sXx[2wbB@LBwlxS{A56y>+3JevERcKW5BeXz iq\\Ms}?(;_a#ypoR5\’3w<G5>FL~1X’);
    define(‘SECURE_AUTH_KEY’, ‘-\”r642fed3E1d>}MdGFlh@tR!QPU%/!S_6;CjO0}^>6T3JevERcKW5Be+ <?)3 U#*X;’);
    define(‘LOGGED_IN_KEY’, ‘Q^l\”6-pL3JevERcKW5Be\zkw>OG<U$%u0:9H:Jl)+d$~jIBTt&CPL[Dp<KY4zL3y’);
    define(‘NONCE_KEY’, ‘asdasdjkasdjk3JevERcKW5Bejklasdjklasdkl&^%^&*(&*(jklasdjklasdjkl&*)))’);
    define(‘WP_MEMORY_LIMIT’, ’96M’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);
    ?>

    Is the bold area where I add that line??

    put the bolded line right after opening
    <?php tag

    <?php
    define('WP_MEMORY_LIMIT', '96M');
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    Thread Starter madbeeotch

    (@madbeeotch)

    That may have done it.. I’ve been trying to edit one page pretty much for past half day and it actually updated without the error.. So hopefully, thanx.. One question the hosting said to ask was if you guys knew how to increase the timeout time?? Thanx again..

    Thread Starter madbeeotch

    (@madbeeotch)

    Oh and what is the max I can set for the:

    define(‘WP_MEMORY_LIMIT’, ’96M’);

    Is that the highest i can set it too?? Thanx..

    not sure about max timeout, but I have seen memory increased to 256M

    Thread Starter madbeeotch

    (@madbeeotch)

    Celebrated too early.. Still happening.. Even tried setting it to 128 and 256..

    Can you, just as a test, try another computer? I get these timeouts every now and then (but not very often), usually at work (where the browser cache seems to fill rapidly), sometimes at work, but never on the laptop.
    Just something to try maybe.

    Thread Starter madbeeotch

    (@madbeeotch)

    Unfortunately, I don’t have access to another computer, plus everything I need to upload etc is on here.. I did try using IE instead of Firefox and got the errors..

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

The topic ‘Is there a limit to WordPress??’ is closed to new replies.